How do you call a vb .net app from C

T

tmac

Can any one tell me how to call a vb .net app from C. There are no
classes in the vb.net app.

thank You,
tmac
 
G

Gregory A. Beamer

Can any one tell me how to call a vb .net app from C. There are no
classes in the vb.net app.

thank You,
tmac

I assume you mean this is either a console or windows app and you have all
of the code in a single "module"?

if so, it sounds like you have to fire it up as a windows process. Not sure
how you spin up an executable from C, but that is what I would Bing/Google
if I had to accomplish this task.

I would also consider refactoring the app so the actual logic is not in the
UI.

--
Gregory A. Beamer
MVP; MCP: +I, SE, SD, DBA

Twitter: @gbworld
Blog: http://gregorybeamer.spaces.live.com

*******************************************
| Think outside the box! |
*******************************************
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top