| | |
How do I merge multiple forms as 1 multipage form in VB.NET
Please support our VB.NET advertiser: $4.95 a Month - ASP.NET Web Hosting – Click Here!
![]() |
•
•
Join Date: Nov 2008
Posts: 1
Reputation:
Solved Threads: 0
I am creating an application in VB.NET that has multiple pages. It's turned out to be a four page application as it took 4 forms for me to get all of the information for this application.
My question: Is there a way for me to somehow link these forms as pages 1 - 4, something like when you have a four page document in Word and scroll down to hit next pages?
Please help!
My question: Is there a way for me to somehow link these forms as pages 1 - 4, something like when you have a four page document in Word and scroll down to hit next pages?
Please help!
When I have a lot of information to show, I use the TabControl control. This allows users to click on different tabs to view additional data. However, to get back to your question, you can use form.show to open a form (replace 'form' with the name of your form). To hide a form, you can use me.hide. You can add buttons to your forms and place the code inside them.
•
•
Join Date: Dec 2002
Posts: 461
Reputation:
Solved Threads: 56
Put a panel control on your form and set the autoscroll property to true. Put 2 buttons on the panel. Set one property location to 1100,30 and the other to 30,1100. The scroll bars show up on the panel and can use it like word.
You will have to do away with the other three forms.
You will have to do away with the other three forms.
Wayne
It is hard to understand how a cemetery can raise its burial rates and blame it on the cost of living.
It is hard to understand how a cemetery can raise its burial rates and blame it on the cost of living.
![]() |
Other Threads in the VB.NET Forum
- Previous Thread: using c++ from vb.net
- Next Thread: data not adding to database properly!
| Thread Tools | Search this Thread |
.net .net2008 2005 2008 access account application array basic beginner browser button buttons center check click code combo crystalreport cuesent data database datagrid datagridview date datetimepicker designer dissertation dissertations dissertationtopic dropdownlist excel exists fade file-dialog filter forms ftp generatetags hardcopy html images input insert intel listview module monitor net networking number open output panel passingparameters picturebox picturebox2 port print printing problem project regex right-to-left searchvb.net select serial settings shutdown socket sqldatbase sqlserver survey tcp temperature text textbox timespan toolbox transparency trim txttoxmlconverter user usercontol vb vb.net vb.netformclosing()eventpictureboxmessagebox vb2008 vbnet view visual visualbasic.net visualstudio.net visualstudio2008 web winforms wpf wrapingcode xml year





