Printing to MS-DOS Window
Question: I would like to create a module that has no visual objects. It just prints to a MS-DOS window and then exits. Is this possible? Answer: Unfortunately, the only
Question: I would like to create a module that has no visual objects. It just prints to a MS-DOS window and then exits. Is this possible? Answer: Unfortunately, the only
Question: When I try to unload some forms with database controls on them while in the Form_Load event, VB tries to show the form again and issues the statement ‘Object
Question: When starting a VB program and I load the starting form, I wantto get the directory from the active program. How do I get thedirectory name? Answer: The Path
Question: I would like to make a row (in a frame) of command buttons that could light up when depressed. And also have some small round buttons (like option buttons)
Question: I’ve got to control 3 stepper motors from the printer port. How can I activate pins on the printer port using Visual basic. For Example I want to activate
Question: I am trying to create a “proof of concept” Visual Basic Project.In it, I am using a VB front end to access and maintain data in anORACLE 7 database
Question: I have a Huge front end to an Access database. The front end was created in VB3.0, I recently upgraded to 4.0, it states that the references should work
Question: Is there any way to clear a combo box without it’s Textproperty being set to null? Answer: As far as I know and have tried, the only way to
Question: I am a beginner programmer with VB 3.0 Standard Edition. I am not very familiar with the Common Dialog VBX (CMDIALOG.VBX). I am designing a Recipe Book program and