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