Click here to Skip to main content
15,921,840 members
Home / Discussions / Visual Basic
   

Visual Basic

 
GeneralHi friends Pin
kalyan3-Dec-07 19:40
kalyan3-Dec-07 19:40 
GeneralRe: Hi friends Pin
John_Adams4-Dec-07 2:50
John_Adams4-Dec-07 2:50 
GeneralConvert String To DataGridViewCell Pin
VB 8.03-Dec-07 19:22
VB 8.03-Dec-07 19:22 
GeneralRe: Convert String To DataGridViewCell Pin
Dave Kreskowiak4-Dec-07 4:11
mveDave Kreskowiak4-Dec-07 4:11 
Generalget data from another form Pin
Travis James3-Dec-07 17:33
Travis James3-Dec-07 17:33 
GeneralRe: get data from another form Pin
ReactiveX3-Dec-07 17:49
ReactiveX3-Dec-07 17:49 
GeneralRe: get data from another form Pin
Travis James3-Dec-07 18:17
Travis James3-Dec-07 18:17 
GeneralRe: get data from another form Pin
Mycroft Holmes3-Dec-07 18:51
professionalMycroft Holmes3-Dec-07 18:51 
You need to pass the value of the textbox to the new form when you instantiate it
oFrm = New frmSource(Text1.text)


Then in the sub new on the form you put the text into the label

	Sub New(ByVal sText As String)<br />
<br />
		' This call is required by the Windows Form Designer.<br />
		InitializeComponent()<br />
<br />
		' Add any initialization after the InitializeComponent() call.<br />
		Label1.text = sText<br />
	End Sub


Quote from Great Outdoors:
its a confident traveller who farts in India

GeneralRe: get data from another form Pin
Christian Graus3-Dec-07 19:39
protectorChristian Graus3-Dec-07 19:39 
GeneralRapidshare Downloader - Where To Start Pin
j_foulkes3-Dec-07 14:41
j_foulkes3-Dec-07 14:41 
GeneralStop Word date fields from auto updating Pin
atregent3-Dec-07 13:49
atregent3-Dec-07 13:49 
GeneralRe: Stop Word date fields from auto updating Pin
Dave Kreskowiak4-Dec-07 4:37
mveDave Kreskowiak4-Dec-07 4:37 
Generalruler in crystal report Pin
jhyn3-Dec-07 13:37
jhyn3-Dec-07 13:37 
GeneralUsing TableAdapters Pin
AAGTHosting3-Dec-07 11:04
AAGTHosting3-Dec-07 11:04 
GeneralRe: Using TableAdapters Pin
ReactiveX3-Dec-07 17:52
ReactiveX3-Dec-07 17:52 
Generalget column names Pin
Cory Kimble3-Dec-07 10:48
Cory Kimble3-Dec-07 10:48 
GeneralRe: get column names Pin
atregent3-Dec-07 13:54
atregent3-Dec-07 13:54 
GeneralRe: get column names Pin
ReactiveX3-Dec-07 18:02
ReactiveX3-Dec-07 18:02 
GeneralA question about SMTP Pin
Member 19965433-Dec-07 5:40
Member 19965433-Dec-07 5:40 
GeneralRe: A question about SMTP Pin
Dave Kreskowiak3-Dec-07 12:18
mveDave Kreskowiak3-Dec-07 12:18 
GeneralRe: A question about SMTP Pin
ReactiveX3-Dec-07 18:03
ReactiveX3-Dec-07 18:03 
Questionset .net application at windows login Pin
satyadeva1-Dec-07 17:57
satyadeva1-Dec-07 17:57 
AnswerRe: set .net application at windows login Pin
Christian Graus1-Dec-07 22:22
protectorChristian Graus1-Dec-07 22:22 
QuestionMicrosoft VBScript compilation (0x800A03F6) Pin
Paul McGann1-Dec-07 9:29
professionalPaul McGann1-Dec-07 9:29 
AnswerRe: Microsoft VBScript compilation (0x800A03F6) Pin
pmarfleet1-Dec-07 9:45
pmarfleet1-Dec-07 9:45 

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.