|
-
April 30th, 2007, 10:38 AM
#1
Senior Member
Webpage in Vb.net
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
Similar Threads
-
By Biju in forum Tips and Tricks
Replies: 2
Last Post: October 19th, 2004, 11:52 AM
-
By eXplict in forum Web Development
Replies: 3
Last Post: April 19th, 2004, 08:21 PM
-
By cyclops07 in forum AntiOnline's General Chit Chat
Replies: 2
Last Post: December 2nd, 2003, 07:28 PM
-
By leethoong in forum Web Development
Replies: 4
Last Post: August 7th, 2002, 08:48 AM
-
By ArmyOfOne in forum AntiOnline's General Chit Chat
Replies: 4
Last Post: March 19th, 2002, 02:25 AM
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
|