Browsing Visual Basic 6
Copy to Clipboard
how to copy from textbox to clipboard?Original Author: rizalCode'harap faham2 sendiri la yekPrivate Sub Command1_Click() Clipboard.
A Compare Time Function (like you can compare dates in VB)
This will allow you to compare times.
Game Basic 3D Engine
If you're thinking about writing a game or just learning about what game programming is all about than this is for you.
As Array got elements or not
Not many people know this one, an API that checks if an array as elements or notOriginal Author: stephen whittleCodePrivate Declare Function SafeArrayGetDim Lib "oleaut32.
Yet Another Small Word Wrap Function
Due to the astonishing popularity of someone else's recent submission and me feeling bored.
A more compact storage of bytes in string than using Hex
Storing data (anything) in a string can be done more compactly using this method than using Hex strings.