Hi

I want to call a web page in vb with a parameter(which is a form component - form1.label1.text).

I made the webpage in html and invoked it thru a button....with the code:
System.Diagnostics.Process.Start("path");

the page opened but it didnt recognise the form component and the default page opened. It says the form1 is not declared.

Here I need to know 2 things....How can I pass the parameter so that it opens the customised page and not the defualt page.

Also, can I open the webpage inside the window form like in some type of window?? If yes, how?

The HTML file is present in the solution itself. If you want me to change the type of file, so kindly give suggestions on how can i do that!!

That'll be really helpful!!

One more thing, how can I declare a variable as global, so that its accessible throughout the solution?

Chao