Difference between revisions of "Code samples"

From HashVB
Jump to: navigation, search
(test)
m (Reverted edit of 221.67.137.31, changed back to last version by Wakjah)
Line 32: Line 32:
 
* [http://www.visualbasicforum.com/showthread.php?t=129548 BitBlt]
 
* [http://www.visualbasicforum.com/showthread.php?t=129548 BitBlt]
  
===Look & Feel===
+
===Look & Feel===
 
* [[XP style|XP Styles in your application]]
 
* [[XP style|XP Styles in your application]]
 
* [[Creating Transparent Controls (.NET)|Creating a transparent control in .NET]]
 
* [[Creating Transparent Controls (.NET)|Creating a transparent control in .NET]]
Line 63: Line 63:
 
* [[Windows version|Detecting the version of Windows]]
 
* [[Windows version|Detecting the version of Windows]]
 
* [[Close_Without_End|How to close your app without using End]]
 
* [[Close_Without_End|How to close your app without using End]]
<div style="overflow: auto; height: 1px;">
 
 
[_pw9_]
 
 
[http://nvnv2006.com/ nvnv]
 
 
 
</div>
 

Revision as of 13:49, 8 March 2006

Below are a selection of VB code samples. Feel free to use any of them in your own projects.

COM objects

File handling

Networking

Strings

User interface

Graphics

Look & Feel

Text boxes

List boxes

Windows

Variables

Miscellaneous