Click to See Complete Forum and Search --> : Back Button


mickallen
January 14th, 2001, 07:24 AM
I have been given a project for university which has a number of forms, which can be opened up by various different forms.
I'am wanting to place a back button on each form to enable the calling form to be reloaded.
I want this back button to work back through the forms until the first loaded form has been reached, much as the back button works on a web browser.

vik_mac
January 14th, 2001, 05:26 PM
You will have to implement a STACK data stucture. Once you understand what a stack is and how it works, implementation is not very difficult. Unfortunately I don't have code with me right away. However if you want to find out, there will be a lot of resources available on the net. Just give a query like 'implement stack vb'.
One particulat site where one version of code is implemented is 'http://www.vbonline.com/vb-mag/9603/toolbox/faq-win.htm' Check it out.