Click here to Skip to main content
15,918,889 members
Home / Discussions / Visual Basic
   

Visual Basic

 
AnswerRe: SYSTEM DIR. Pin
Dave Kreskowiak1-Oct-06 14:27
mveDave Kreskowiak1-Oct-06 14:27 
Questionreading data from a dataset [modified] Pin
jon-8030-Sep-06 7:51
professionaljon-8030-Sep-06 7:51 
AnswerRe: reading data from a dataset Pin
freefika30-Sep-06 9:53
freefika30-Sep-06 9:53 
QuestionForm1 And Form2 Pin
Xmen Real 30-Sep-06 7:27
professional Xmen Real 30-Sep-06 7:27 
AnswerRe: Form1 And Form2 Pin
Christian Graus30-Sep-06 11:44
protectorChristian Graus30-Sep-06 11:44 
GeneralRe: Form1 And Form2 Pin
Xmen Real 30-Sep-06 16:51
professional Xmen Real 30-Sep-06 16:51 
GeneralRe: Form1 And Form2 Pin
darkelv30-Sep-06 19:50
darkelv30-Sep-06 19:50 
GeneralRe: Form1 And Form2 [modified] Pin
Xmen Real 30-Sep-06 22:58
professional Xmen Real 30-Sep-06 22:58 
hi i did it , to do code
1st i made a module and coded it:

Module Module1
Public t As Integer
End Module

then i wrote code in form2`s button:

t = 22
Me.Hide()

and then i wrote code in form1`s activated:

Private Sub Form1_Activated(ByVal sender As Object, ByVal e As System.EventArgs) Handles MyBase.Activated
TextBox1.Text = t
End Sub

now its working
GeneralRe: Form1 And Form2 Pin
Christian Graus1-Oct-06 9:34
protectorChristian Graus1-Oct-06 9:34 
GeneralRe: Form1 And Form2 Pin
Christian Graus1-Oct-06 9:42
protectorChristian Graus1-Oct-06 9:42 
GeneralRe: Form1 And Form2 Pin
Xmen Real 1-Oct-06 19:55
professional Xmen Real 1-Oct-06 19:55 
GeneralRe: Form1 And Form2 Pin
Christian Graus1-Oct-06 21:34
protectorChristian Graus1-Oct-06 21:34 
GeneralRe: Form1 And Form2 Pin
Xmen Real 1-Oct-06 21:55
professional Xmen Real 1-Oct-06 21:55 
GeneralRe: Form1 And Form2 Pin
Christian Graus1-Oct-06 22:05
protectorChristian Graus1-Oct-06 22:05 
GeneralRe: Form1 And Form2 Pin
Xmen Real 1-Oct-06 23:19
professional Xmen Real 1-Oct-06 23:19 
GeneralRe: Form1 And Form2 Pin
Christian Graus1-Oct-06 23:28
protectorChristian Graus1-Oct-06 23:28 
GeneralRe: Form1 And Form2 Pin
Xmen Real 2-Oct-06 4:34
professional Xmen Real 2-Oct-06 4:34 
GeneralRe: Form1 And Form2 Pin
Xmen Real 2-Oct-06 9:03
professional Xmen Real 2-Oct-06 9:03 
GeneralRe: Form1 And Form2 Pin
Christian Graus2-Oct-06 9:15
protectorChristian Graus2-Oct-06 9:15 
QuestionPublishing website and making it show [modified] Pin
§tring§urfer30-Sep-06 5:35
§tring§urfer30-Sep-06 5:35 
AnswerRe: Publishing website and making it show Pin
Christian Graus30-Sep-06 11:52
protectorChristian Graus30-Sep-06 11:52 
GeneralRe: Publishing website and making it show Pin
§tring§urfer30-Sep-06 13:32
§tring§urfer30-Sep-06 13:32 
GeneralRe: Publishing website and making it show Pin
Christian Graus1-Oct-06 9:37
protectorChristian Graus1-Oct-06 9:37 
GeneralRe: Publishing website and making it show Pin
§tring§urfer10-Oct-06 10:49
§tring§urfer10-Oct-06 10:49 
Questionopen File Pin
samira forooghi30-Sep-06 3:13
samira forooghi30-Sep-06 3:13 

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.