|
-
Mar 27th, 2007, 02:31 PM
#1
Re: VB Question
Welcome to the forums.
You should limit yourself to 1 question per thread, and use thread titles that describes the problem more.
Progress question:
The WebBrowser control has a ProgressChanged event you should check out.
In the ProgressChanged subroutine you can use e.CurrentProgress and e.MaximumProgress to get the information you want.
You need to be more specific about your menu problem. What isnt working?
And for your final question; yes it is possible. Using either a database, or by creating a class to contain all information you need and serializing it to an XML file when it needs to be saved, and deserializing the XML file when it needs to be loaded. Search http://www.msdn.com for serialization
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
|
Click Here to Expand Forum to Full Width
|