![]() This tutorial is for newbies, who are having troubles starting a program coded in VB and how to avoid getting error(s). The Visual Basic Run-Time files are Files needed to run an Application that was designed with Visual Basic (VB). VB is merely a programming language that programmers use to write programs. Run-Time Files are files your application must have in order to work correctly, these files are needed by all Visual Basic applications.
Well, if u are going to use the installer provided by microsoft, anything will be done by itself. If for any reason u want this to do it by urself (ex. if u installed the Run-Time files and u still get an error when run a program) u must know the followings:
NOTE: If no other missing file(s), the program will be run just fine. NOTE: If for any reason after all this procedure u get error(s) about registration of file(s) go to START -> Run and type in regsvr32 filename ex. regsvr32 richtx32.ocx . Do this for all the (new) files which u added. To do this, note that u must already previously placed the file(s) in ur dir mentioned above. Easily u can download the installer from microsoft. If for any reason the link aint working, just visit www.microsoft.com go to downloads and search for it. NOTE: It doesn't mean if u install Run-Time files that u wont get any other errors, since programmers creates there owns functions and components (ex. *.OCX). So, just search the net to find the specific (if) missing file(s) and follow the above procedure again.
|
Saturday, July 14, 2007
How to avoid errors when running a VB program
Subscribe to:
Post Comments (Atom)
No comments:
Post a Comment