Can we get a handle of any .exe file running in Windows using m-scripts ?
2 次查看(过去 30 天)
显示 更早的评论
If there is a program running in VB++ or in C-Sharp or in Java , Is it possible to do any kind of automation with them, using M-scripts ?
If there is a GUI in c-Sharp with buttons , can I get its handle ( as we get of MATLAB GUI) and at a regular interval make that button toggle ( ON/OFF) ?
Is MATLAB scripting feasible enough ?
0 个评论
回答(2 个)
David Sanchez
2013-8-30
Generally speaking, it is NOT always possible. But it all depends on the way the other interface was programmed.
0 个评论
Jan
2013-8-30
This would be much easier in C# directly...
You can let the java robot move the mouse and click it programmatically. But this is not convenient and the user might be annoyed by loosing control over the mouse.
0 个评论
另请参阅
类别
在 Help Center 和 File Exchange 中查找有关 Environment and Settings 的更多信息
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!