Calling another application from the program and carrying out menu click
IDE: VB.net 2005
Hi,
I am wondering if it is possible to call an application and then carrying-out the menu click (say compile menuitem) from vb.net code....
thanks
application location: c:\myprogram\myprogram.exe
Re: Calling another application from the program and carrying out menu click
I am not sure about this in VB.Net but in VB6 you can Hook (subclass to) another application detecting its messages including menu item clicks , many project about this in the forum (for VB6) , search for it , it may help :)
Re: Calling another application from the program and carrying out menu click
Hello msayed,
Thank you for your response...
my application is based on Vb.net 2005;
I will be thankful if someone can give me a solution based on vb.net 2005.
thanks