Top "Vb.net" questions

Visual Basic.

VB.Net: Dynamically Select Image from My.Resources

I have a group of images in my My.Resources. I want to select select images to display dynamically at …

.net vb.net image controls my.resources
how to configure smtp settings in web.config

I'm trying to fix an email issue with an inherited website and don't have access to the code (i.e. …

asp.net .net vb.net smtp email-integration
How do I find out if a column exists in a VB.Net DataRow

I am reading an XML file into a DataSet and need to get the data out of the DataSet. Since …

.net vb.net ado.net dataset datarow
Resizing Images in VB.NET

I'd like to make a simple VB utility to resize images using vb.net. I am having trouble figuring out …

vb.net image resize image-manipulation
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
Retrieving data from a POST method in ASP.NET

I am using ASP.NET. There is a system that needs to POST data to my site and all they …

c# asp.net vb.net methods postback
Linq to Sql: Multiple left outer joins

I'm having some trouble figuring out how to use more than one left outer join using LINQ to SQL. I …

vb.net linq linq-to-sql tsql left-join
Why can't I check if a 'DateTime' is 'Nothing'?

In VB.NET, is there a way to set a DateTime variable to "not set"? And why is it possible …

vb.net datetime null nullable nothing
.NET Global exception handler in console application

Question: I want to define a global exception handler for unhandled exceptions in my console application. In asp.net, one …

c# .net vb.net exception-handling console-application
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