Tools Links Login

Browsing Visual Basic 6

Prev   Next

Easiest way to shut down your pc with vb(only win98)
The easiest way you can shut dow your pc with Visual Basic -=ONE LINE OF CODE=-Original Author: TarantulaCodeShell "c:windows undll.
Posted:2003-06-01, 86 views

Revolutionary! MS Access DML Transaction logs for programmatic crash recovery strategies
MS Access developers will be amazed at this solution.
Posted:2003-06-01, 92 views

Enumeration Spelling
How to keep the upper/lower case of Enumeration membersOriginal Author: UlliCodeOption Explicit'Due to a bug in VB members of an Enumeration do'not keep their upper/lower case when they are'typed differently in code.
Posted:2003-06-01, 100 views

PrintJustify Update
This code will take a paragraph of words and print them out left and right justified, just like newsprint.
Posted:2003-06-01, 99 views

Using the WebBrowser Control as an HTML Editor
Whether it be creating your own mail client or HTML editor, the WebBrowser control contains a lot more functionality than first appears.
Posted:2003-06-01, 330 views

A Simple Encryption/Decryption bas using ASCII
This is great for beginners! This takes each character of a string and converts it to an ASCII value, then adds or substracts a designated number in order to decrypt/encrypt the string.
Posted:2003-06-01, 126 views

Typing directly into the WebBrowser Control
After spending a long time trying to find (there is nothing else on PSC)this code and eventually sourcing it, I thought I would share this with you all! Did you know it is possible to type directly into the WebBrowser control in VB with just 3 lines of code?Original Author: Roderick Thompson, CebraSoftCode'INITIALISE THE CONTROL TO A BLANK PAGEWebBrowser1.
Posted:2003-06-01, 90 views

Prev   Next