Removing Filename Reference
Question: I have a form containing a Picture Box control.This control currently contains a bitmap i.e. the pictureproperty contains a filename. How do I change the picture property back to
Question: I have a form containing a Picture Box control.This control currently contains a bitmap i.e. the pictureproperty contains a filename. How do I change the picture property back to
Question: Could you tell me how to clear a MaskEdit Field? Answer: To clear a masked edit field’s text, you first have to set the mask to “”, then set
Question: Is there a way to easily copy all theevent code for a control from one form to another or even within thesame form. As an example I have a
Question: How can get the Text contained in a specified Cell in DBGrid? Answer: If you set the Row and Col properties first, you can then look at the “Text”
Question: How do I create INI files to meet the common microsoft standard? Answer: INI files can be created with Notepad, or any other plain text editor. Once the file
Question: How do I fill a combo box with the values from an Access 2.0query or table? I have the compatibility layer installed and everything works except I can’t figure
Question: My question is with regards to VB’s ability to handle complexSQL. I have the application I am developing set up in the followingway: I copy the SQL created into
Question: Can you show me how to open COM1: and dial a phone number using tone dialing? Answer: Try this. This is out of the VB Frequently Asked Questions file.PhoneNumber$
Question: How do I upgrade my version 3.0 files to version 4.0? Answer: If you open your 3.0 project in any variant of VB 4.0, it will ask you if