Click here to Skip to main content
16,005,339 members
Home / Discussions / Visual Basic
   

Visual Basic

 
GeneralRe: Problem while report genration in VB Pin
ChandraRam4-Mar-08 22:30
ChandraRam4-Mar-08 22:30 
GeneralRe: Problem while report genration in VB Pin
yogesh_kumar_agarwal4-Mar-08 22:35
yogesh_kumar_agarwal4-Mar-08 22:35 
GeneralRe: Problem while report genration in VB Pin
ChandraRam4-Mar-08 22:39
ChandraRam4-Mar-08 22:39 
GeneralRe: Problem while report genration in VB Pin
yogesh_kumar_agarwal4-Mar-08 22:45
yogesh_kumar_agarwal4-Mar-08 22:45 
GeneralRe: Problem while report genration in VB Pin
yogesh_kumar_agarwal4-Mar-08 22:53
yogesh_kumar_agarwal4-Mar-08 22:53 
GeneralRe: Problem while report genration in VB Pin
ChandraRam4-Mar-08 22:55
ChandraRam4-Mar-08 22:55 
GeneraltextBox content in different forms Pin
Awoujol4-Mar-08 11:57
Awoujol4-Mar-08 11:57 
GeneralRe: textBox content in different forms Pin
Christian Graus4-Mar-08 12:58
protectorChristian Graus4-Mar-08 12:58 
What you're doing wrong is that you're not really understanding concepts of OO. Form1 obviously doesn't contain a reference to the Form1 instance that is running in your program. You're also failing in two other areas:

1 - textBox1 is a dumb name for a variable
2 - it should never be a public variable

This is what delegates are for, set up a delegate that passes the text back to form1, and let form1 update the textbox with that text.

Christian Graus - Microsoft MVP - C++

"also I don't think "TranslateOneToTwoBillion OneHundredAndFortySevenMillion FourHundredAndEightyThreeThousand SixHundredAndFortySeven()" is a very good choice for a function name" - SpacixOne ( offering help to someone who really needed it ) ( spaces added for the benefit of people running at < 1280x1024 )

AnswerRe: textBox content in different forms Pin
Tauseef A4-Mar-08 19:56
Tauseef A4-Mar-08 19:56 
GeneralDataGridView - how to appear to have two columns with one column heading Pin
Kschuler4-Mar-08 5:52
Kschuler4-Mar-08 5:52 
GeneralRe: DataGridView - how to appear to have two columns with one column heading Pin
Christian Graus4-Mar-08 10:11
protectorChristian Graus4-Mar-08 10:11 
GeneralRe: DataGridView - how to appear to have two columns with one column heading Pin
Kschuler4-Mar-08 10:18
Kschuler4-Mar-08 10:18 
GeneralRe: DataGridView - how to appear to have two columns with one column heading Pin
Christian Graus4-Mar-08 10:48
protectorChristian Graus4-Mar-08 10:48 
GeneralSize problem when adding pic to Crystal report in Runtime Pin
soporificeffect4-Mar-08 4:30
soporificeffect4-Mar-08 4:30 
GeneralDataSource for DropDowns in DataGridView Pin
dptalt4-Mar-08 3:45
dptalt4-Mar-08 3:45 
GeneralRe: DataSource for DropDowns in DataGridView Pin
Parwej Ahamad4-Mar-08 16:54
professionalParwej Ahamad4-Mar-08 16:54 
GeneralRe: DataSource for DropDowns in DataGridView Pin
dptalt5-Mar-08 2:56
dptalt5-Mar-08 2:56 
GeneralCall Batch file from VB Pin
aaraaayen4-Mar-08 0:59
aaraaayen4-Mar-08 0:59 
GeneralRe: Call Batch file from VB Pin
soporificeffect4-Mar-08 4:17
soporificeffect4-Mar-08 4:17 
GeneralAuto size page controls on maximize and minimize Pin
Jats_4ru4-Mar-08 0:39
Jats_4ru4-Mar-08 0:39 
GeneralRe: Auto size page controls on maximize and minimize Pin
parth.p4-Mar-08 5:10
parth.p4-Mar-08 5:10 
GeneralPanel Moving while drawing powerpacks shapes at design time also Pin
VB 8.03-Mar-08 23:28
VB 8.03-Mar-08 23:28 
QuestionVB.NET defining space characters in a string? Pin
Benny_Lava3-Mar-08 23:09
Benny_Lava3-Mar-08 23:09 
GeneralRe: VB.NET defining space characters in a string? Pin
yogesh_kumar_agarwal3-Mar-08 23:31
yogesh_kumar_agarwal3-Mar-08 23:31 
GeneralRe: VB.NET defining space characters in a string? Pin
Benny_Lava3-Mar-08 23:52
Benny_Lava3-Mar-08 23:52 

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.