Pls help me(urgent). Handling windows from outside application
-
Hi Does anyone knows how to control .Net Windows from VB script or Javascript? What I m trying to do is in my application, web browser control is embbeded on a Form and when a user click on to the link on the html page in web browser control, another form must be open up in the main application. I have try sevral way such as writing another com object to read process name.
Dim localAll As System.Diagnostics.Process() = system.Diagnostics.Process.GetProcessesByName("myprogram
") by referencinglocalall(0).mainwindowtitle
will return myprogram.title. How can I call methods from "myprogram"(main application).If i can call methods from main application, then i would be able to open a form in main application. Pls help me asap. Thanks in advance.:doh: