| | |
windows forms
Please support our VB.NET advertiser: Intel Parallel Studio Home
Thread Solved |
•
•
Join Date: Apr 2008
Posts: 10
Reputation:
Solved Threads: 0
Iam creating an application.
i have a main form
it has 5 buttons
i have created 5 more forms.
my aim is to show a particular form for every button
the form is opened in a new window
i dont want to open in a new window
it should be embed in the main form
when i click anthor button it will show the related form in place of previous form
plzzzzzzzz give me the solution
Thanks in advance
i have a main form
it has 5 buttons
i have created 5 more forms.
my aim is to show a particular form for every button
the form is opened in a new window
i dont want to open in a new window
it should be embed in the main form
when i click anthor button it will show the related form in place of previous form
plzzzzzzzz give me the solution
Thanks in advance
It is practically impossible to teach good programming style to students that have had prior exposure to Basic; as potential programmers they are mentally mutilated beyond hope of regeneration.
-Edsger Dijkstra
-Edsger Dijkstra
•
•
Join Date: Mar 2008
Posts: 324
Reputation:
Solved Threads: 7
For this u can take 5 panels..Suppose u drag one panel on a form..Copy this panel & paste it 4 times...One above the other..To move b/w the panels...U can right click mouse on panel & click Send to Back...
VB.NET Syntax (Toggle Plain Text)
Private Sub Button1_Click(ByVal sender As System.Object, ByVal e As System.EventArgs) Handles Button1.Click Call makePanelVisible(True, False) End Sub Private Sub Button2_Click(ByVal sender As System.Object, ByVal e As System.EventArgs) Handles Button2.Click Call makePanelVisible(False, True) End Sub Private Sub makePanelVisible(ByVal bPanel1 As Boolean, ByVal bpanel2 As Boolean) Panel1.Visible = bPanel1 Panel2.Visible = bpanel2 End Sub
![]() |
Similar Threads
- How get mail outlook data and import it to Windows Forms? (C#)
- CrystalDecisions.Windows.Forms not found. (VB.NET)
- How to display variables in Windows Forms Aplication? (C++)
- autoscroll is not a member of Systems.Windows.Forms.Panel (VB.NET)
- About Windows Forms C# .net 2003 (C#)
- Arranging Windows Forms (C#)
- pointers to windows forms (C)
- Windows Forms Question (C#)
- Using Windows XP Visual Styles with Controls on Windows Forms (VB.NET)
- Displaying pictures on Windows Forms using subprocedures in VB.NET (VB.NET)
Other Threads in the VB.NET Forum
- Previous Thread: How Databind a checkbox manually in window application
- Next Thread: vb.net setup file
| Thread Tools | Search this Thread |
.net .net2008 2008 access account advanced application array basic beginner browser button buttons center click code combo cuesent data database datagrid datagridview date datetimepicker designer dissertation dissertations dissertationtopic excel exists fade filter forms generatetags gridview html images input insert intel internet listview map mobile module monitor msaccess net number objects open panel passingparameters pdf picturebox picturebox2 port position print printing problem regex remove right-to-left save search searchvb.net select serial settings shutdown socket sqldatbase sqlserver survey temperature textbox timer timespan transparency txttoxmlconverter update user usercontol vb vb.net vb.netformclosing()eventpictureboxmessagebox vba vbnet visual visualbasic visualbasic.net visualstudio.net visualstudio2008 web winforms wpf wrapingcode xml year






