Click here to Skip to main content
15,891,431 members
Please Sign up or sign in to vote.
4.00/5 (1 vote)
See more:
My app has 2 WebBrowser (A, B). In A, there is a form (formA); B has a form (formB)
Now i want to action formB after finish action formA.

Can you help me????
Posted
Comments
charles henington 18-Apr-11 18:21pm    
what is the action that you are trying to do? maybe post your code so we can have a visual understanding of whats going on plus be a ittle more detailed you will get much better feedback

1 solution

The WebBrowser control only displays html. There is no server behind it. This means that any interaction between two forms - each containing a WebBrowser control - would have to be done manually in the C# code.
 
Share this answer
 
Comments
Nguyen Tuan 18-Apr-11 13:08pm    
Thanks John Simmons,

I see. I controlled 2 actions. But i can't force action formB after finish action formB. You have some example???

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900