arafath077's Profile
Reputation: 0
Apprentice
- Group:
- New Members
- Active Posts:
- 9 (0.02 per day)
- Joined:
- 17-November 11
- Profile Views:
- 164
- Last Active:
Nov 21 2012 10:34 PM- Currently:
- Offline
Previous Fields
- Dream Kudos:
- 0
Posts I've Made
-
In Topic: problem when open all form in panel
Posted 20 May 2012
Yahh. Problrem solved. Thank you very much. -
In Topic: problem when open all form in panel
Posted 18 May 2012
could you show me the sample code? -
In Topic: problem when open all form in panel
Posted 16 May 2012
I have 4 forms. Form1,breakfast,Dinner & lunch.. Form1 there is panel. in a panel 3 radiobutton(BF, lunch, dinner) . When check a radiobutton i want to view thath 3 form inside the panel . but i can open the form. which open first that always show in front. but when open another one that form open backside of the form(ex : when open BF form, after that i open dinner form that is open under BF form)
Private Sub RadioButton1_CheckedChanged(ByVal sender As System.Object, ByVal e As System.EventArgs) Handles RadioButton1.CheckedChanged Dim bf As New FrmBrkfast bf.TopLevel = False bf.Parent = Me.Panel1 Me.Panel1.Controls.Add(bf) bf.Show() End Sub
This is the code which i write. i write like these 3 radiobutton.. -
In Topic: problem when open all form in panel
Posted 16 May 2012
I have 4 forms. Form1,breakfast,Dinner & lunch.. Form1 there is panel. in a panel 3 radiobutton(BF, lunch, dinner) . When check a radiobutton i want to view thath 3 form inside the panel . but i can open the form. which open first that always show in front. but when open another one that form open backside of the form(ex : when open BF form, after that i open dinner form that is open under BF form)
Private Sub RadioButton1_CheckedChanged(ByVal sender As System.Object, ByVal e As System.EventArgs) Handles RadioButton1.CheckedChanged Dim bf As New FrmBrkfast bf.TopLevel = False bf.Parent = Me.Panel1 Me.Panel1.Controls.Add(bf) bf.Show() End Sub
This is the code which i write. i write like these 3 radiobutton..
My Information
- Member Title:
- New D.I.C Head
- Age:
- Age Unknown
- Birthday:
- Birthday Unknown
- Gender:
Contact Information
- E-mail:
- Private
Friends
arafath077 hasn't added any friends yet.
|
|


Find Topics
Find Posts
View Reputation Given
|
Comments
arafath077 has no profile comments yet. Why not say hello?