Top "Vb.net-2010" questions

The version of Visual Basic .NET used in Visual Studio/Visual Basic 2010.

How to dynamically create columns in datatable and assign values to it?

I will have to create columns in datatable during runtime and assign values to it. How can i do it …

vb.net datatable vb.net-2010
How to open child forms positioned within MDI parent in VB.NET?

How do we arrange child forms in a parent MDI window? I'm able to call and display a child form …

vb.net vb.net-2010 mdichild
How to open a new form but closing the old one in VB

I have a welcome to my application as it loads up, but then need to have that form close and …

vb.net vb.net-2010
Displaying image from folder/file in vb.net

Dim ImagePath As String = "images/spaceship2.png" Dim img1 As Bitmap Dim newImage As Image = Image.FromFile("images/spaceship2.png") …

vb.net-2010
VB.NET How to add a child node to a specific node in treeview

How to add a child node to a specific node in treeview? Say I have "Item1" in treeview already, how …

vb.net treeview vb.net-2010
Convert mm/dd/yyyy to yyyymmdd (VB.NET)

Is there any way I can convert a date of format: dd/mm/yyyy to yyyymmdd format? For example from : 25/07/2011 …

vb.net vb.net-2010
How do I set a nullable DateTime to null in VB.NET?

I am trying to set up a date range filter on my UI, with checkboxes to say whether a DateTimePicker's …

vb.net vb.net-2010
Open a txt file when a button clicked in VB.NET

I have a log file in my project. This file is a text file (.txt). Is there a way to …

vb.net vb.net-2010
VB.net Excel.worksheet().cells().Value

Trying to write information in Excel worksheet But have some strange problems ;) i looked info on Google but no result.. …

vb.net excel vb.net-2010
Calculating time between two dates?

Can someone please help me to make this work? I want to calculate the time between two dates in VB.…

vb.net vb.net-2010