[Home][What's New][About][How To][Q&A Forum][Tutorials][Standards][Articles][Links][Contact Page][Mail Us][Guest Book][Join][Copyright][Privacy Statement][Disclaimer][DigitalSA]



Google
Visual Basic How To Page

Answers can appear in any of 3 different formats, indicated by the following icons:
- Popup Note - Web Page - Zipped VB Sample Code  

How To... Answer Date Added
Resize controls on a form when the form resizes 27-07-2000
Save settings or user preferences on Exit (and load them again on startup) Use SaveSetting in the Form_Unload event and LoadSetting in the Form_Load event to store and retrieve information in the registry. 23-07-2000
Encrypt and Decrypt text with a Password. 23-07-2000
Make a Popup Menu Create a menu on a form, and make the top level menu item (parent item) invisible. Use the form's PopupMenu method to make the menu pop up at the mouse position. 19-07-2000
Determine if your program is running in the IDE or as a compiled EXE Create a function that contains the line: 'Debug.Print 1/0'.  If an error occurs, you're running in the development environment. 18-07-2000
Save a picture from a picturebox as a .BMP file Use the SavePicture statement and LoadPicture function to save and load pictures... 17-07-2000


[Home][What's New][About][How To][Q&A Forum][Tutorials][Standards][Articles][Links][Contact Page][Mail Us][Guest Book][Join][Copyright][Privacy Statement][Disclaimer][DigitalSA]


Shrog mailing list. Enter email address:

© Copyright 2000 by Robert Terblanche (Robert@Shrog.iwarp.com). All rights reserved. For more info see our Copyright Statement.

All information on this site is used at your own risk. For more details see our Disclaimer Statement.



Beta