I am using System.Windows.Forms.WebBrowser Control but It works fine in my PC.
But When I check in another machine It is not working.
means I am not getting any error but I am not able to write in webBrowser Control while It works fine in my PC.
Is it require to check any Hardware or not ? because both machine have same configuration and same user rights.
Are you running the source code through the IDE/Visual Studio on the second machine? Or are you just compiling the EXE and running the EXE on the second machine?
Also, when you say its not working, what do you actually mean? Do you mean, the WB Control doesn’t even show up on your form? Or does it show up, but it doesnt load a web page? Are you trying to load a webpage and the webpage isn’t displaying? If so, what is the error you receive when you try to load a webpage on your second machine?
Are you sure it is properly referenced in your references tab?
You need to provide more specific and exact details so we can help you, because we can’t see what you are seeing, so you need to verbalize the relevant parts for us to know what you mean when you say “i am not able to write in webBrowser Control”.
Let me know and I’m looking forward to helping you out.