I am very new to this and want to know if I develop a database application using Visual Basic 2005, can my application be loaded onto any computer and used or will the user have to have VB 2005 or some particular database software installed on their computer to use it?
Software/Hardware used:
Visual Basic 2005 or newer
ASKED:
October 1, 2010 7:12 PM
UPDATED:
June 3, 2011 9:49 PM
You can write you vb program and it should run on most Windows computers, but when you compile your program you will need to make sure you’ve added all the nameoffile.dll and nameoffile.OCX and any other necessary file your program uses to run into the compile so they too are on all the computers you want to run your applications on, including any font files as well that you use but are not your normally installed fonts they too will have to be included in your install program.