Link to home
Start Free TrialLog in
Avatar of salman_ilm
salman_ilm

asked on

Visual Basic Mouse

I made a program in C++ (using OOP), that accepts a string on dos prompt and returns some answer on dos prompt.
like c:\> check c:\abc\salman.txt
It will check file salman.txt, and will check the errors in this file. (in this file code of C++ is wtritten and my program checks its syntax errors etc and if any error found then return LINE NUMBER)

Now i want to communivcate through VISUAL BASIC.i type some thing in there and want that my same program that also runs from Visual Basic do same thing.

What code i should write to do this in Visual Basic
ASKER CERTIFIED SOLUTION
Avatar of zuhairpk
zuhairpk

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
Avatar of salman_ilm
salman_ilm

ASKER

Zabardast
wonderful answer.
i will certainly do this