Running Strictly from CD-ROM
Question: My question was in regards to installation. I would like to know if it is possible to run a VB program right from a floppy or CDROM without installing
Question: My question was in regards to installation. I would like to know if it is possible to run a VB program right from a floppy or CDROM without installing
Question: I am writing a program that searches a database and i am trying to use avariable for the WHERE clause. Can you Help me? here is an example:Data1.RecordSource =
Question: What is the fields object of the GetChunk method?I am trying to access a large (several meg) flatfixed record (160 ascii bytes per record) database and I thought 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: Is there a way to keep VB4 from dimming the text in disabled controls boxes (i.e. Text and Labelcontrols)? I would Like to use my own Colors forText areas
Question: I would like to be able to determine what resolution is seton a particular system so that my application opens up toa correct scale. Answer: Look at the Screen
Question: I have a problem with writing text in Visual Basic. I would like to enter several hundred pages of text into my program, Any ideas of how to do
Question: I am trying to design a telephone directory and am unable to set the 2 dimensional arrayas an unknown number. How do I do this? Answer: The best way
Question: How can I run the following “SHELL” command in VB? It works fine in PowerBasic, but VB 3.0 doesn’t like it.SHELL “DIR *.BKP > FILES.LST”Any ideas? Answer: Try this:Shell