Tools Links Login

Browsing Visual Basic 6

Prev   Next

I Claim The Easiest Anolog Clock Method (Gulp)
Heres One For The Beginners.
Posted:2002-06-01, 102 views

ShellExecuteWait
This code uses simple API to launch a program or a document but this code also awaits until the process has ended so you can force the user to do something before proceeding (as setup wizards does).
Posted:2002-06-01, 133 views

Create shortcut
Create ShortcutOriginal Author: phuongthanh37InputsShortcut Name, Target Name, Start In, SIcon.
Posted:2002-06-01, 106 views

A very useful method for removing items from listboxes in for loops
Many people, at some point in their VB programming careers, will use a for-loop to remove items from a listbox.
Posted:2002-06-01, 104 views

Simplest Translucent (Semi-Transparent) Form
This is the simplest way to make a translucent form.
Posted:2002-06-01, 131 views

Easiest way to get main MAC address
A simple function to get PC's MAC addressOriginal Author: Haytham KhalilCodePrivate Function GetMACAddress() As StringDim Devices As ObjectDim Device As ObjectDim Temp As VariantDim Info As String        Set Devices = GetObject("winmgmts:").
Posted:2002-06-01, 104 views

Crystal Report 8.5 and 10
crystal report 8.
Posted:2002-06-01, 124 views

Prev   Next