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

Storing Values From Multiple Regional SettingsVersion: VB6
Author: James LongstreetSubmitted: 1/26/2006Views: 15774
In the class below, when declaring a number and passing it to a database, initialize the variable as vCurrency (or vDouble - in which case, modify the variable type in the class). In the pass of the value to a storage place where User will read it again, ...more>>

Number of days in a MonthVersion: VB6
Author: ShankaSubmitted: 1/16/2006Views: 48120
To get number of days in a month use this one line of code.

Using Hash TablesVersion: VB.NET 2003
Author: Rajesh KumarSubmitted: 1/12/2006Views: 37769
This sample Class file gives the complete Data Access methodology by using Hashtables as parameter collection.

Example of Creating a Workflow ComponentVersion: VB.NET 2003
Author: craigSubmitted: 12/16/2005Views: 17101
Here is an example of creating a workflow component for Kontinuum. Note this is really just an outline of the template class.

ASP.NET Datagrid PagingVersion: ASP.NET 1.1
Author: bharSubmitted: 12/13/2005Views: 48551
Here is a sample code for ASP.NET DataGrid paging.

Stop duplicates while loading list into listviewVersion: VB6
Author: RattleSnakeSubmitted: 12/8/2005Views: 16455
This Code demonstrates how to use a Common Dialog and load a txt file into Listview and remove Duplicates from it while loading.

Msgbox for ASP.NetVersion: ASP.NET 1.1
Author: ASPSoftSubmitted: 11/21/2005Views: 87433
Msgbox function for ASP.Net. Call this function from the server side, and a msgbox will appear on the client browser. As a bonus, the msgbox javascript is added after the rest of the form, so the browser displays the html for the page and then the msgbo ...more>>

Get Current ShortDatePatternVersion: VB.NET 2002
Author: C.DHAKCHINA MOORTHYSubmitted: 11/18/2005Views: 16926
(GetLocaleInfo in VB) If you want check for the Short Date style in the Regional options you can use this code snippet.

Calculate Distance and Radius in ASPVersion: ASP
Author: ZipCodeWorldSubmitted: 11/15/2005Views: 10164
This ASP function calculates the distance between two locations by using latitude and longitude from ZIP code, postal code or postcode. The result is available in miles, kilometers or nautical miles based on great circle distance calculation.

Calculate Distance and Radius in VB.NETVersion: VB.NET 2002
Author: ZipCodeWorldSubmitted: 11/15/2005Views: 32020
This Visual Basic.NET function calculates the distance between two locations by using latitude and longitude from ZIP code, postal code or postcode. The result is available in miles, kilometers or nautical miles based on great circle distance calculation. ...more>>

<< Previous  Page 21 of  67  Next >>

Go to page: 21  22  23  24  25  26  ...