Hi hope some1 here can help!
Basically I have a MDI application with two windows. The bottom window called (frmSChild) contains the search component and a browser window to display results. The top window (frmMChild) is a standard web browser. What I wondered was if I search something in frmSChild and the results list comes up. If I click on a link in this results list, is it possible to force it to display that site in frmMchild as by default it displays it in the frmSchild window. Ive tried looking on the net but im not even sure what to search under - been looking through the NewWindow event handler etc - am i on the right track?
Any help would be greatly appreciated
EDIT - forgot to mention my I am using C#
Basically I have a MDI application with two windows. The bottom window called (frmSChild) contains the search component and a browser window to display results. The top window (frmMChild) is a standard web browser. What I wondered was if I search something in frmSChild and the results list comes up. If I click on a link in this results list, is it possible to force it to display that site in frmMchild as by default it displays it in the frmSchild window. Ive tried looking on the net but im not even sure what to search under - been looking through the NewWindow event handler etc - am i on the right track?
Any help would be greatly appreciated
EDIT - forgot to mention my I am using C#