| | |
How do I merge multiple forms as 1 multipage form in VB.NET
Please support our VB.NET advertiser: Intel Parallel Studio Home
![]() |
•
•
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 |
"crystal .net .net2005 30minutes 2008 access add advanced application array assignment basic binary box button buttons center click code combo connectionstring convert cpu data database databasesearch datagrid datagridview design designer dissertation dissertations dissertationthesis dosconsolevb.net editvb.net employees excel exists firewall folder forms image images isnumericfuntioncall listview login map math memory mobile module msaccess mssqlbackend mysql navigate net number opacity pan peertopeervideostreaming picturebox picturebox2 port print printpreview record regex reports" reuse right-to-left save savedialog search serial socket sqldatbase sqlserver storedprocedure string temp textbox timer txttoxmlconverter useraccounts usercontol usercontrol vb vb.net vb.netcode vb.nettoolboxvisualbasic2008sidebar vba vbnet vista visual visualbasic visualbasic.net visualstudio.net web wpf xml





