Technology and Online Community For All
welcome JOIN US NOW AND FEEL THE DIFFERENCE headbang
Technology and Online Community For All
welcome JOIN US NOW AND FEEL THE DIFFERENCE headbang
Technology and Online Community For All
Would you like to react to this message? Create an account in a few clicks or log in to continue.

Technology and Online Community For All

What You See Is What You Get
 
HomeGalleryLatest imagesSearchRegisterLog in
May 2024
SunMonTueWedThuFriSat
   1234
567891011
12131415161718
19202122232425
262728293031 
CalendarCalendar
Latest topics
» Uniblue PowerSuite
TUT VB6 Sub Form Icon_minitimeMon Apr 09, 2012 7:27 pm by BlitzKrieG

» Ova Drive Hider
TUT VB6 Sub Form Icon_minitimeFri Mar 02, 2012 8:48 am by CodeWarrior

» Ova Folder Security
TUT VB6 Sub Form Icon_minitimeMon Feb 27, 2012 5:06 pm by CodeWarrior

» SPSBox
TUT VB6 Sub Form Icon_minitimeSun Feb 26, 2012 4:24 am by CodeWarrior

» Norton [all here]
TUT VB6 Sub Form Icon_minitimeThu Feb 23, 2012 8:01 am by BlitzKrieG

» OvaSystemSolution CVRS System
TUT VB6 Sub Form Icon_minitimeSat Feb 18, 2012 6:06 am by CodeWarrior

» Avril Lavigne - Smile
TUT VB6 Sub Form Icon_minitimeSat Jan 28, 2012 7:14 am by ^PiNKHeRMioNe

» Hot N Cold- Katy Perry
TUT VB6 Sub Form Icon_minitimeSat Jan 28, 2012 7:11 am by ^PiNKHeRMioNe

» America's next top model (All Stars) Lisa D'Amato
TUT VB6 Sub Form Icon_minitimeSat Jan 28, 2012 6:55 am by ^PiNKHeRMioNe

Search
 
 

Display results as :
 
Rechercher Advanced Search
Who is online?
In total there are 4 users online :: 0 Registered, 0 Hidden and 4 Guests

None

Most users ever online was 265 on Wed Sep 22, 2021 9:02 pm
Top posters
trekyboy
TUT VB6 Sub Form Vote_lcap2TUT VB6 Sub Form Voting_bar2TUT VB6 Sub Form Vote_rcap2 
BlitzKrieG
TUT VB6 Sub Form Vote_lcap2TUT VB6 Sub Form Voting_bar2TUT VB6 Sub Form Vote_rcap2 
ZNABiRA
TUT VB6 Sub Form Vote_lcap2TUT VB6 Sub Form Voting_bar2TUT VB6 Sub Form Vote_rcap2 
EDI`STEALTH
TUT VB6 Sub Form Vote_lcap2TUT VB6 Sub Form Voting_bar2TUT VB6 Sub Form Vote_rcap2 
*B o R g Z
TUT VB6 Sub Form Vote_lcap2TUT VB6 Sub Form Voting_bar2TUT VB6 Sub Form Vote_rcap2 
SHY
TUT VB6 Sub Form Vote_lcap2TUT VB6 Sub Form Voting_bar2TUT VB6 Sub Form Vote_rcap2 
CodeWarrior
TUT VB6 Sub Form Vote_lcap2TUT VB6 Sub Form Voting_bar2TUT VB6 Sub Form Vote_rcap2 
^PiNKHeRMioNe
TUT VB6 Sub Form Vote_lcap2TUT VB6 Sub Form Voting_bar2TUT VB6 Sub Form Vote_rcap2 
RaiJin
TUT VB6 Sub Form Vote_lcap2TUT VB6 Sub Form Voting_bar2TUT VB6 Sub Form Vote_rcap2 
chaotic`
TUT VB6 Sub Form Vote_lcap2TUT VB6 Sub Form Voting_bar2TUT VB6 Sub Form Vote_rcap2 
Statistics
We have 239 registered users
The newest registered user is Hellraiser666

Our users have posted a total of 948 messages in 662 subjects

 

 TUT VB6 Sub Form

Go down 
AuthorMessage
CodeWarrior
Code Master
Code Master
avatar


Join date : 2011-12-20
Male Posts : 22

TUT VB6 Sub Form Empty
20111228
PostTUT VB6 Sub Form

Tutorial For Sub Form

First Set New Project then you need 2 Form

In Form1 and Form2 you need Two TextBox and 5 Command Button

In Form1 Paste this Sample Code

Form1
Code:

Option Explicit

Private Sub Command1_Click()
Form2.Text1 = Text1.Text
End Sub

Private Sub Command2_Click()
Form2.Text2 = Text1.Text
End Sub

Private Sub Command3_Click()
Form2.Show
End Sub

Private Sub Command4_Click()
Form2.Text1 = ""
End Sub

Private Sub Command5_Click()
Form2.Text2 = ""
End Sub

In Form2 Paste This Sample Code

Form2

Code:

Option Explicit

Private Sub Command1_Click()
Form1.Text1 = Text1.Text
End Sub

Private Sub Command2_Click()
Form1.Text2 = Text2.Text
End Sub

Private Sub Command3_Click()
Me.Hide
End Sub

Private Sub Command4_Click()
Form1.Text1 = ""
End Sub

Private Sub Command5_Click()
Form1.Text1 = ""
End Sub
Back to top Go down
Share this post on: reddit

TUT VB6 Sub Form :: Comments

No Comment.
 

TUT VB6 Sub Form

Back to top 

Page 1 of 1

Permissions in this forum:You cannot reply to topics in this forum
Technology and Online Community For All :: Technical Support :: Programming Related :: Visual Basic 6/VB.NET-
Jump to: