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

Get Windows or Office Product KeyVersion: VB 2008
Author: Brandon MulcahySubmitted: 1/8/2009Views: 40924
This function returns the Product Key for an installed Microsoft product (like Windows or Office), provided you supply the location of the DigitalProductID registry key for that software. The original, unknown author of the the code wrote it in VBS. This ...more>>

Multiplying 2 Matrices in VBVersion: VB6
Author: gagandeepSubmitted: 12/16/2008Views: 38381
First add a command control to a form, then use this code to multiply two matrices.

Clear VS2005 Unwated RegvaluesVersion: VB 2005
Author: Gehan FernandoSubmitted: 12/1/2008Views: 9459
Clear VS2005 Unwanted Reg values.

Extract filenames from a ImageListVersion: VB 2008
Author: Heinz PrelleSubmitted: 11/17/2008Views: 10840
This example extracts the filenames from a ImageList.

Data Repeater With .netVersion: VB 2008
Author: Gehan FernandoSubmitted: 11/14/2008Views: 23602
Use data repeater control to display collection of data very easily.

Format a CamelCase string to a CamelCase sentenceVersion: VB6
Author: Sachin Telang Submitted: 10/17/2008Views: 13226
Format a CamelCase string to a CamelCase sentence. The program makes use of non-recursive logic. The code can be handy to extract words from a CamelCased string. It will also detects ALL CAPS pattern in the string and extracts it as a single word for ex ...more>>

Read Data From Excel SheetVersion: VB 2005
Author: Gehan FernandoSubmitted: 10/16/2008Views: 43511
Get Data From Excel Sheet To Datagridview. This Is Simple Code..

Random number generatorVersion: VB 2005
Author: Adam RiddickSubmitted: 9/20/2008Views: 43772
Grabs a random number between two designated, or user input designated numbers. VB.NET

Deactivate or Reactivate the Task ManagerVersion: VB 2005
Author: Heinz PrelleSubmitted: 9/6/2008Views: 14750
This example deactivates or reactivates the Windows Task Manager. The example needs two buttons: Button1 and Button2.

Get the % of cpu usage of a running threadVersion: VB 2005
Author: Pete DoxtaderSubmitted: 9/1/2008Views: 17402
This class is used to get the % of cpu usage of a running thread by native thread id. It's a great way to be able to tell which thread is hammering your cpu. Usage: To watch cpu usage from within the thread to be watched: Dim CPUutil As New ThreadCP ...more>>

<< Previous  Page 11 of  67  Next >>

Go to page: 11  12  13  14  15  16  ...