|
-
May 11th, 2005, 03:00 AM
#1
Thread Starter
Addicted Member
Browser control
Morning
Im in the middle of building a basic browser for users to view the Intranet on and ive hit a brick wall. Im trying to create the forward and back buttons for navigation but can't find out how to tell wether there is a page back or forward?
i.e. if the browser has just opened then the forward and back buttons should be disabled.
ive looked on Microsoft and they mention the "CanGoBack" property but I dont seem to have this option
any ideas
p.s. This is my first attempt at C#. Nice forum by the way
-
May 11th, 2005, 03:05 AM
#2
Member
Re: Browser control
Can't you work with a session, each time your surf the session +1
or something like that?
-
May 19th, 2005, 03:07 AM
#3
Lively Member
Re: Browser control
 Originally Posted by Draven Chen Zhen
Can't you work with a session, each time your surf the session +1
or something like that?
what if the user go back and forth, where as the session will keep increase...
-
May 19th, 2005, 10:27 AM
#4
Re: Browser control
 Originally Posted by kkc
what if the user go back and forth, where as the session will keep increase...
You could start the session at 0. Each forward will increment by one, and each back will decrement by one.
-
May 20th, 2005, 12:12 AM
#5
Lively Member
Re: Browser control
if that is the case, you have to take care of the session expire if the user is idle too long.
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
|