Back And forward Button in window Application?

Please support our C# advertiser: Intel Parallel Studio Home
Reply

Join Date: Oct 2009
Posts: 9
Reputation: abc16 is an unknown quantity at this point 
Solved Threads: 1
abc16 abc16 is offline Offline
Newbie Poster

Back And forward Button in window Application?

 
0
  #1
27 Days Ago
Hi i am making an window application in C# .net using VS.........
I want to know how can i apply the functionality of back and forward on button , like we have in windows toolbar.............
Can anyone help me in this...............
Reply With Quote Quick reply to this message  
Join Date: Oct 2009
Posts: 3
Reputation: sembawyo is an unknown quantity at this point 
Solved Threads: 0
sembawyo sembawyo is offline Offline
Newbie Poster
 
0
  #2
27 Days Ago
using groupbox make it easier make yours page in one form first show first form other invisible when next press show only its opposite groupbox hope i help u
Reply With Quote Quick reply to this message  
Join Date: Nov 2008
Posts: 249
Reputation: Antenka has a spectacular aura about Antenka has a spectacular aura about Antenka has a spectacular aura about 
Solved Threads: 65
Antenka's Avatar
Antenka Antenka is offline Offline
Posting Whiz in Training
 
0
  #3
27 Days Ago
Hello.

I have a doubt about if there a custom class or something similar for that purpose in .Net Framework (for Windows Form).

But that's doesn't stop you from implementing it by yourself. Steps could be something like this:
1. Define the data structure, that will store the history of what your user visited (depends on what data you need to load the form/screen/whatewer to return back to given state).
2. Define the Control, that will move through your history.
So what if you can see the darkest side of me?
No one would ever change this animal I have become
Help me believe it's not the real me
Somebody help me tame this animal
Reply With Quote Quick reply to this message  
Join Date: Oct 2009
Posts: 9
Reputation: abc16 is an unknown quantity at this point 
Solved Threads: 1
abc16 abc16 is offline Offline
Newbie Poster
 
0
  #4
27 Days Ago
Originally Posted by Antenka View Post
Hello.

I have a doubt about if there a custom class or something similar for that purpose in .Net Framework (for Windows Form).

But that's doesn't stop you from implementing it by yourself. Steps could be something like this:
1. Define the data structure, that will store the history of what your user visited (depends on what data you need to load the form/screen/whatewer to return back to given state).
2. Define the Control, that will move through your history.
thank you for your reply.............
Well i m new on C#, So can you providde me the code, or suggest me some artical regarding this.....
Reply With Quote Quick reply to this message  
Join Date: Nov 2008
Posts: 249
Reputation: Antenka has a spectacular aura about Antenka has a spectacular aura about Antenka has a spectacular aura about 
Solved Threads: 65
Antenka's Avatar
Antenka Antenka is offline Offline
Posting Whiz in Training
 
0
  #5
27 Days Ago
Sure.
Here's pretty interesting class for history handling (with example project): Navigational history (go back/forward) for WinForms controls
It has basic functionality, but you can widen it any time you want
So what if you can see the darkest side of me?
No one would ever change this animal I have become
Help me believe it's not the real me
Somebody help me tame this animal
Reply With Quote Quick reply to this message  
Join Date: Oct 2009
Posts: 9
Reputation: abc16 is an unknown quantity at this point 
Solved Threads: 1
abc16 abc16 is offline Offline
Newbie Poster
 
0
  #6
27 Days Ago
Originally Posted by Antenka View Post
Sure.
Here's pretty interesting class for history handling (with example project): Navigational history (go back/forward) for WinForms controls
It has basic functionality, but you can widen it any time you want
thanks again............
Reply With Quote Quick reply to this message  
Join Date: Nov 2008
Posts: 249
Reputation: Antenka has a spectacular aura about Antenka has a spectacular aura about Antenka has a spectacular aura about 
Solved Threads: 65
Antenka's Avatar
Antenka Antenka is offline Offline
Posting Whiz in Training
 
0
  #7
27 Days Ago
you're welcome
So what if you can see the darkest side of me?
No one would ever change this animal I have become
Help me believe it's not the real me
Somebody help me tame this animal
Reply With Quote Quick reply to this message  
Reply

Message:



Other Threads in the C# Forum
Thread Tools Search this Thread



About Us | Contact Us | Advertise | DaniWeb | Acceptable Use Policy | RSS Feed

©2003 - 2009 DaniWeb® LLC