Visual Basic Code , VB.NET Code
Find Code:
  All
  VB.NET
  ASP.NET
  C#
  VB Classic
  ASP Classic
  Snippets
  Popular
  Submit Code
  Forums
  Articles
  Tips
  Links
  Books
  Contest
  Link to us
 Home >> Code Snippets

C#: Equivalent of Select Case Version: VB.NET 2003
Author: Syed Irtaza AliSubmitted: 2/14/2005Views: 111584
C#: Equivalent of Select Case You were imagining how could Microsoft forget the Select Case feature in C#. Well it didn't. But to use such a feature the syntax is a slightly different. Refer this link for detailed information: http://msdn.microsoft ...more>>

VS.NET: How to remove Recent Projects Version: VB.NET 2003
Author: Syed Irtaza AliSubmitted: 2/14/2005Views: 23249
VS.NET: How do I remove the Recent Projects So you want to remove projects from the 'Start Page' of the Visual Studio IDE. Here is how you can do it in just 15 seconds.

Specified Web Server not running ASP.NET 1.1Version: ASP.NET 1.1
Author: Syed Irtaza AliSubmitted: 2/14/2005Views: 22894
ASP.NET: Visual Studio .NET has detected that the specified Web Server is not running ASP.NET 1.1 Recently, a colleague of mine installed VS.NET 2003, and eagerly started developing a new ASP.NET web application and received the message: "Visual St ...more>>

SQL: Filter between dates using a stored procedureVersion: VB.NET 2003
Author: Syed Irtaza AliSubmitted: 2/14/2005Views: 24431
SQL Server: Filter between dates using a stored procedure. This procedure lets you filter between dates using a date criteria.

Swirling ColorsVersion: VB6
Author: ZainubSubmitted: 12/30/2004Views: 9052
Shows a swirling ball of colors animation.

Display Your App in Control PanelVersion: VB5
Author: Vicky (VJ)Submitted: 12/17/2004Views: 12099
Display Your Application in Control Panel.

Display Computer NameVersion: VB5
Author: Vicky (VJ)Submitted: 12/17/2004Views: 30482
Display your computer name.

Execute Web ServiceVersion: ASP.NET 1.0
Author: Michael ClarkSubmitted: 12/10/2004Views: 21436
This vb.net script allows you to run a web service programmatically without having to use 'Add Web Reference' you simply instantiate a class and tell it what method you want to run along with passing it the required arguments. Great for generic web servic ...more>>

Refresh subreport in Crystal ReportVersion: VB6
Author: Dipak TanujSubmitted: 12/4/2004Views: 21169
Here we explain how you refresh subreport from Visual Basic code.

Export data from Access to XML FileVersion: VB6
Author: Ashish NairSubmitted: 10/21/2004Views: 33028
A single line VB 6 code to Export data from a Table in MS Access Database to an XML File.

<< Previous  Page 26 of  67  Next >>

Go to page: 26  27  28  29  30  31  ...