Hello All,
I have an application that requests an input from the user via an InputBox function.
Trouble is that the users response can legitamatly be an empty string, but if the user presses the cancel button the method should abort.
The cancel button of an Input box returns an empty string...
Hi All,
I was wondering if there is a way to change a PC's Resolution when it starts my VB program. (and possibly back again once its finished)
I am wanting to do this because I have created a program that works best on one resolution and it may be used on a variety of computers. To save...
Hello all.
I have a database project that uses ADODC's. This program will run on a lot of different computers and therefore the path of the database is not constant. I can overwrite this once the program loads by finding the right pass and chanding the conection string property of the ADODC...
Hello All,
I am creating a catalogue in VB6. All of the data is stored in an Access database which is linked to some data bound controls through an ADODC Control.
The Program works "Perfectly" except for one thing. This program will be used on multiple computers therefore the Path of the...
Hi all,
My office is looking to update its computers to Microsoft XP operating system and office.
Is this a problem for the running of first visual basic 6 itself, and sencondly applications made with VB6.(That is will they run on computers without XP.)
Any input would be appreciated.
Thanks.
Hi All
I have a Visual basic program i've developed to control the stock levels at work.
To print out reports in a logical set out i've sent the data from a MSFlexGrid(which i use to display on screen) to Excel so as it will print in columns.
This works fine but excel in all its genius...