|
-
August 8th, 2011, 12:36 AM
#1
[RESOLVED] Problem while calling .exe file from VS2008
Hi everybody,
I have an issue in my project, and I hope you can help me.
I am programming in both Matlab (Matlab2011a) and Visual Basic (VS2008).
I've created a .exe file from my matlab code. It works well when I click on it with my mouse.
But I need to run it within Visual Basic. I know it's possible to call .exe files with Shell() or Process.Start(), and it works well for files such as firefox.exe or notepad.exe.
However, it doesn't work when I call my own .exe file ...
It's weird because when I look to the Task Manager while trying to call it (within VB), I can see the process starting and ending, but its output doesn't appear.
I hope you've understood my problem, and you'll be able to help me.
Many thanks,
Did
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|