Top "Vb.net" questions

Visual Basic.

Equivalent VB keyword for 'break'

I just moved over to the Visual Basic team here at work. What is the equivalent keyword to break in …

vb.net loops vb6 exit
Find first and last day for previous calendar month in SQL Server Reporting Services (VB.Net)

I'm creating a report in MS SQL Server Reporting Services and need to set the default Start and End Date …

vb.net date reporting-services calendar
VB.Net Properties - Public Get, Private Set

I figured I would ask... but is there a way to have the Get part of a property available as …

vb.net properties scope
VBA error 1004 - select method of range class failed

First time poster, so if there is any formatting, or guidelines I failed to adhere to, please let me know …

vb.net excel excel-2010 powerpoint vba
Inline list initialization in VB.NET

Possible Duplicate: Collection initialization syntax in Visual Basic 2008? How is the following C# code translated to VB.NET? var theVar = …

.net vb.net
How to wait until WebBrowser is completely loaded in VB.NET?

I am using the WebBrowser control in my VB.NET application to load a few URLs ( ~10-15) and save their …

vb.net webbrowser-control
Is it possible to write to the console in colour in .NET?

Writing a small command line tool, it would be nice to output in different colours. Is this possible?

c# .net vb.net colors
Executable directory where application is running from?

I need to get the path (not the executable) where my application is running from: System.AppDomain.CurrentDomain.BaseDirectory() When …

vb.net visual-studio-2008 executable desktop-application
Case insensitive string compare in LINQ-to-SQL

I've read that it's unwise to use ToUpper and ToLower to perform case-insensitive string comparisons, but I see no alternative …

.net vb.net linq case-sensitive-database
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