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! |
*******************************************