|
|
Home >> Code Snippets
| Data Repeater With .net | Version: VB 2008 | | Author: Gehan Fernando | Submitted: 11/14/2008 | Views: 17847 | | Use data repeater control to display collection of data very easily.
|
| Format a CamelCase string to a CamelCase sentence | Version: VB6 | | Author: Sachin Telang | Submitted: 10/17/2008 | Views: 8727 | | 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 Sheet | Version: VB 2005 | | Author: Gehan Fernando | Submitted: 10/16/2008 | Views: 36104 | | Get Data From Excel Sheet To Datagridview.
This Is Simple Code.. |
| Random number generator | Version: VB 2005 | | Author: Adam Riddick | Submitted: 9/20/2008 | Views: 36678 | | Grabs a random number between two designated, or user input designated numbers. VB.NET
|
| Deactivate or Reactivate the Task Manager | Version: VB 2005 | | Author: Heinz Prelle | Submitted: 9/6/2008 | Views: 11634 | | 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 thread | Version: VB 2005 | | Author: Pete Doxtader | Submitted: 9/1/2008 | Views: 12990 | | 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 9 of 64 Next >>Go to page: 9 10 11 12 13 14 ...
|
|