my
overflow
62 posts tagged
vb.net
IsNothing versus Is Nothing
vb.net
nothing
August 8, 2008
Unable to create PDB file
vb.net
visual-studio
visual-studio-2005
pdb-files
March 9, 2009
Removing items from a List(Of t) in vb.net failing
.net
vb.net
list
generic-list
December 17, 2009
VB.NET - Adding more than 1 string to .contains
vb.net
contains
February 6, 2010
Visual Studio 2010 Local SSRS Report (.rdlc) with Object Data Source
vb.net
visual-studio-2010
asp.net-mvc-2
reportviewer
rdlc
April 15, 2011
VB.NET If-Else in List
vb.net
list
conditional-statements
if-statement
July 18, 2011
Why does normal markup inside an @Using Html.BeginForm need an @?
asp.net-mvc
vb.net
asp.net-mvc-3
razor
April 19, 2012
Using checkboxes in a grouped vb.net datagrid
wpf
vb.net
checkbox
wpfdatagrid
groupstyle
May 3, 2012
Refresh/Update text field and progress bar while running a sub in vb.net wpf application
.net
wpf
vb.net
progress-bar
page-refresh
May 3, 2012
Loop through Collection in VB ASP.NET MVC Razor
asp.net-mvc
vb.net
asp.net-mvc-3
July 26, 2012
INotifyPropertyChanged event not firing when Observable Collection changed in WPF in VB.NET
wpf
vb.net
observablecollection
inotifypropertychanged
August 7, 2012
Merging two data table(Same schema) in VB and get only unmatched rows
vb.net
November 7, 2012
If Else using Column in Table
vb.net
datatable
February 16, 2013
Check if user is a local admin on external machine
.net
windows
vb.net
security
February 26, 2013
Checking value of property of type UnauthorizedAccessException
.net
windows
vb.net
security
exception
February 26, 2013
Programmatically setting properties of controls on tab pages of a tabcontrol
vb.net
March 3, 2013
Deep Copy of an Object
vb.net
class
object
visual-studio-2012
deep-copy
March 23, 2013
Passing variables between forms Visual Basic 2012
vb.net
variables
April 5, 2013
How to declare a variable as currency in VB 2012
vb.net
visual-studio-2012
April 11, 2013
System.ComponentModel.DesignerCategory("Code") Still Opening Designer
.net
vb.net
winforms
attributes
designer
May 6, 2013
LINQ query with GROUP BY and Count(*) into Anonymous Type
.net
vb.net
linq
group-by
anonymous-types
May 10, 2013
Fire DropDownList SelectedIndexChanged event when using JQuery-UI Autocomplete
asp.net
vb.net
jquery-ui
autocomplete
May 28, 2013
Execute JavaScript from ASP.NET Server on Page Load
javascript
asp.net
vb.net
May 28, 2013
compute age from given birthdate
vb.net
time
string-formatting
June 1, 2013
Change the datatable in Form1 from Form2 Visual Basic
vb.net
forms
datatable
June 4, 2013
VB.net, How to sort collection items by value
vb.net
visual-studio-2010
sorting
June 4, 2013
Fire Validated Event on WinForms ComboBox
vb.net
winforms
events
June 5, 2013
For each variable not available within for each scope
vb.net
foreach
June 13, 2013
Why does "a"="a" return False
.net
vb.net
string
June 28, 2013
Parent Page Load Event fires every time a User Control Event Fires
asp.net
ajax
vb.net
July 8, 2013
Combobox DataBinding Bug - Won't write value if programmatically losing focus
vb.net
winforms
July 9, 2013
Use default column values when loading DataTable to avoid Nulls
sql-server
vb.net
datatable
xsd
July 10, 2013
Disabling CheckBoxes
vb.net
checkbox
August 2, 2013
Set custom default CommandTimeout for all new Command Objects
.net
vb.net
sqlcommand
sqlclient
command-timeout
August 6, 2013
Fire onmouseover event when element is disabled
html
asp.net
vb.net
dom-events
onmouseover
August 7, 2013
trying to get current date in code behind
asp.net
vb.net
August 8, 2013
What wrong with my code "Filling up the text box depending to the value of a combo box"??
vb.net
August 11, 2013
VB typeof operator with generics
vb.net
generics
typeof
August 15, 2013
I can import a namespace but can't use fully qualified class names
.net
vb.net
namespaces
August 19, 2013
Programmatically check if pdf is a Form with iTextSharp
.net
vb.net
pdf
itextsharp
October 15, 2013
Update Binding on Composite Property when Child Property Changes
wpf
vb.net
mvvm
binding
inotifypropertychanged
October 23, 2013
VisualStateManager in XAML won't update with new State
.net
vb.net
xaml
winrt-xaml
windows-8.1
November 11, 2013
How to get Designer Support for VisualStateGroups in Windows 8.1 XAML Apps
.net
vb.net
winrt-xaml
visual-studio-2013
visual-studio-designer
November 11, 2013
Dont throw exception on Null Dates on XSD generated DataTable classes
vb.net
datatable
xsd
visual-studio-designer
November 22, 2013
Cast to Generic Type in Generic Method
.net
vb.net
generics
December 4, 2013
Outlook Add-In Get Recipient Count In Distribution Group
vb.net
email
outlook
outlook-addin
outlook-2010
January 9, 2014
Enforce Compile Time Detection of Code Contracts in VB.NET Project
vb.net
visual-studio
code-contracts
compile-time
static-code-analysis
January 14, 2014
Get Outlook.PropertyPageSite so you can call OnStatusChange() and update UI
.net
vb.net
outlook
vsto
outlook-addin
January 14, 2014
Implement multiple interfaces with a single property in VB.NET
.net
vb.net
interface
implements
February 7, 2014
Disable null reference warning when I've checked for nulls
.net
vb.net
visual-studio
resharper
code-analysis
February 26, 2014
Prevent Postback with custom jQuery confirm implementation on asp:LinkButton
javascript
asp.net
vb.net
jquery-ui
March 19, 2014
Concatenate Split Array from Select Field in LINQ
.net
vb.net
linq
April 14, 2014
VB.NET For loop not running properly
vb.net
for-loop
April 25, 2014
Data Row Type detection when using XSD generated DataSets
.net
vb.net
visual-studio-2010
xsd
generated-code
May 14, 2014
Using If, Then, Else on Condition in XML
c#
xml
vb.net
if-statement
October 10, 2014
Get value of nested property passed through a lambda expression
.net
vb.net
reflection
lambda
propertyinfo
November 17, 2014
Can I pass both the ViewBag AND a Model to a View
asp.net
asp.net-mvc
vb.net
asp.net-mvc-4
viewbag
December 1, 2014
How do I identify the file that launched my application
.net
vb.net
winforms
clickonce
January 4, 2016
Generic Casting doesn't work with overloaded Assignment Operator
.net
vb.net
generics
operator-overloading
May 10, 2016
Syntax for Initializing Array of Anonymous Objects
vb.net
syntax
initializer
May 19, 2016
Get calendar days between two dates
.net
vb.net
date
datediff
March 2, 2017
Error when trying to view the Application Properties page in Visual Studio 2017
wpf
vb.net
visual-studio
visual-studio-2017
.net-4.7.2
March 7, 2019