Browsing Visual Basic 6
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.
Revolutionary! MS Access DML Transaction logs for programmatic crash recovery strategies
MS Access developers will be amazed at this solution.
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.
PrintJustify Update
This code will take a paragraph of words and print them out left and right justified, just like newsprint.
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.
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.
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.