RadikalQ3;
OK.
Form1 Type in the Query and click the Button.
There is "3" other Forms Form2-Form4
It does not matter which of the Forms are open.
Once you click the Button, then your Search Query should open
The Form WebBrowser and Navigate to the page.
Instead of doing something like this
(This is what I do not want to have to do)
Button1Click(Sender.....);
begin // Or something to this effect, I do not want to have to do.
Form2. WebBrowser.Navigate(WideSt
Form3. WebBrowser.Navigate(WideSt
Form4. WebBrowser.Navigate(WideSt
end;
I would rather have a good routine, that will see which Form is opened
And then Send the Query to the given Form.
Hope that this will explain it better.
Main Topics
Browse All Topics





by: RadikalQ3Posted on 2005-09-08 at 06:55:02ID: 14844401
Hi!
Sorry, I dont understand what are you trying to make :)
>Now since Form1 does now have a WebBrowser control on it, it needs to load the
>Address into the Current ActiveForm.
If you are writing in a TEdit of Form1, the current active form will be Form1... not form2, 3 or 4... :?
Screen.ActiveForm store the form that has the focus.
Why you dont explain what are you trying to make? (maybe in that manner we can help you better)
For example: Open a google query from Form1, but show the results in other form...