I have vb6 project that uses Refresh2 method of WebBrowser.
How I can access this method in .net project?
I have vb6 project that uses Refresh2 method of WebBrowser. How I can access
Share
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
The WebBrowser control in WinForms has two Refresh methods:
The second one in fact calls
Refresh2()on the underlying COM component. Just pass in the enum value that you want, depending on the refresh options that you want.