Link to home
Start Free TrialLog in
Avatar of neeshsonu
neeshsonu

asked on

Visual basic code execution

WHich software do I need to have on my computer to run Visual Basic.DO they have an evaluation version.
I have four files ---- .bas,.frm,.frx,.vbp with VB code in them.
.frm,.vbp can be opened by notepad.
How do I run my Visual Basic code.
WHat software do I need.
Will codejock do?
Thankyou
Neeshs
ASKER CERTIFIED SOLUTION
Avatar of PePi
PePi

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial

Boy, now thats a 500 point question I wish I saw first.  Hee hee.

Pepi is correct, you need to buy Microsoft Visual Basic.  It can be purchased individually or packaged with C++, Foxpro, etc. in the Visual Studio package.

Now, if the program is simple enough you could convert it to VBA and maybe run it under Excel or Access or any other application that support VBA (macros).  Though, keep in mind that it is likely that you will need to tweak and limit the source code considerably to get it to do anything useful under VBA.  So, I wouldn't suggest trying it unless the code is simple and doesn't do much output on the form (frm).
Avatar of PePi
PePi

I also believe that I have provided the correct answer to the poster's question.