Click here to Skip to main content
15,917,795 members
Home / Discussions / Visual Basic
   

Visual Basic

 
GeneralRe: Levels In Treeview Pin
Sumit Domyan20-Sep-04 21:05
Sumit Domyan20-Sep-04 21:05 
GeneralControlling System Audio (Resolved) Pin
EekimusMaximus19-Sep-04 18:49
EekimusMaximus19-Sep-04 18:49 
GeneralRe: Controlling System Audio Pin
Dave Kreskowiak20-Sep-04 5:35
mveDave Kreskowiak20-Sep-04 5:35 
GeneralRe: Controlling System Audio (Resolved) Pin
EekimusMaximus20-Sep-04 15:11
EekimusMaximus20-Sep-04 15:11 
GeneralMacro Subtitution Pin
Member 120813919-Sep-04 18:07
Member 120813919-Sep-04 18:07 
GeneralRe: Macro Subtitution Pin
Dave Kreskowiak20-Sep-04 5:21
mveDave Kreskowiak20-Sep-04 5:21 
GeneralVarPtr / AscB pls. help.. Pin
Member 129565019-Sep-04 17:25
Member 129565019-Sep-04 17:25 
Generalsetting text in another form Pin
V_A_S_S19-Sep-04 14:24
V_A_S_S19-Sep-04 14:24 
Another question to make (and so soon). How can i make a label on another form (lets say Form1) to change from a Form2. In vb6 we used to say Form1.lblTest.caption = "Test"

in VB.NET how is it possible???

So far i have:
==============================
Dim frmRead As New Form2
Form2.Show
==============================

In Form2 when i click a button i want to change a label text in form1.

=====================================================================
Private Sub Button1_Click(ByVal sender As System.Object, ByVal e As System.EventArgs) Handles Button1.Click
form1.lblTest.Text = txtTestBox.text
=====================================================================
the above command produces an error.
Any help? Please?
Eek! | :eek:

Trying to find the way
GeneralRe: setting text in another form Pin
Colin Angus Mackay19-Sep-04 14:58
Colin Angus Mackay19-Sep-04 14:58 
GeneralRe: setting text in another form Pin
Nick Seng19-Sep-04 15:16
Nick Seng19-Sep-04 15:16 
GeneralRe: setting text in another form Pin
V_A_S_S19-Sep-04 15:22
V_A_S_S19-Sep-04 15:22 
GeneralRe: setting text in another form Pin
Nick Seng19-Sep-04 15:27
Nick Seng19-Sep-04 15:27 
GeneralRe: setting text in another form Pin
V_A_S_S19-Sep-04 15:42
V_A_S_S19-Sep-04 15:42 
GeneralRe: setting text in another form Pin
Nick Seng19-Sep-04 16:12
Nick Seng19-Sep-04 16:12 
GeneralRe: setting text in another form Pin
V_A_S_S19-Sep-04 16:29
V_A_S_S19-Sep-04 16:29 
GeneralRe: setting text in another form Pin
Dave Kreskowiak20-Sep-04 5:16
mveDave Kreskowiak20-Sep-04 5:16 
GeneralPaper size collection Pin
V_A_S_S19-Sep-04 12:49
V_A_S_S19-Sep-04 12:49 
GeneralGet emails from account Pin
umarinam19-Sep-04 12:10
umarinam19-Sep-04 12:10 
GeneralRe: Get emails from account Pin
Christian Graus19-Sep-04 12:35
protectorChristian Graus19-Sep-04 12:35 
GeneralRe: Get emails from account Pin
umarinam19-Sep-04 12:43
umarinam19-Sep-04 12:43 
GeneralRe: Get emails from account Pin
Christian Graus19-Sep-04 12:46
protectorChristian Graus19-Sep-04 12:46 
GeneralRe: Get emails from account Pin
umarinam19-Sep-04 12:51
umarinam19-Sep-04 12:51 
Generalusing C# dll in VB.Net Pin
hagridcracker19-Sep-04 4:04
hagridcracker19-Sep-04 4:04 
GeneralRe: using C# dll in VB.Net Pin
Christian Graus19-Sep-04 12:34
protectorChristian Graus19-Sep-04 12:34 
GeneralRe: using C# dll in VB.Net Pin
hagridcracker19-Sep-04 16:08
hagridcracker19-Sep-04 16:08 

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.