Converting VBXs to OCXs
Question: I’ve developed some applications on vb3 using some3rd-party VBXs, I now want to transport thoseapplications to vb4 for enhancement. Do anyutilities exist to convert those VBXs to OCXs? Answer:
Question: I’ve developed some applications on vb3 using some3rd-party VBXs, I now want to transport thoseapplications to vb4 for enhancement. Do anyutilities exist to convert those VBXs to OCXs? Answer:
Question: I understand the basic concepts of computer programming including event driven apps. I have been browsing various Visual Basic sites looking for self teaching book recommendations. Since I’m new
Question: Is there any way I can have a % chance in random events. (say you click on a button and you have a 30% chance of it doing one
Question: When using the FindFirst method I seem to be able to locate only records which are defined as strings using a variable in the search pattern. When I am
Question: I am using VB4.0 Pro (16 bit) in WFWG and need to read entire directory of files, one after the other, without using the common dialog control. Answer: Look
Question: Is there a way to make VB skip that annoying new project it displays on startup. I work on existing projects 80%+ of the time. It would be even
Question: How do you pause after dialing a phone number ? I want to be able to dial a pager number and then pause 3 -5 seconds before sending the
Question: How do you command a button to go to another form, I put like follows:Sub Double_Click ( ) GoTo form2 EndEnd Sub OR Sub Double_Click ( ) Load form2
Question: How do I determine the Windows directory? Answer: The API call to use is “GetWindowsDirectory”. The Declare statement is listed in the the Windows 3.1 API help and the