Click here to Skip to main content
15,919,422 members
Home / Discussions / C#
   

C#

 
GeneralRe: buiding firewalls Pin
TylerBrinks8-Mar-05 6:30
TylerBrinks8-Mar-05 6:30 
Generalparallel processing, grid computing, clusters....whatever! Pin
Mridang Agarwalla8-Mar-05 3:08
Mridang Agarwalla8-Mar-05 3:08 
Generalwant to generate C# code Pin
rmedo8-Mar-05 2:42
rmedo8-Mar-05 2:42 
GeneralRe: want to generate C# code Pin
J4amieC8-Mar-05 3:35
J4amieC8-Mar-05 3:35 
GeneralRe: want to generate C# code Pin
rmedo8-Mar-05 3:42
rmedo8-Mar-05 3:42 
GeneralRe: want to generate C# code Pin
Werdna8-Mar-05 19:17
Werdna8-Mar-05 19:17 
GeneralPass string from Form2 to textbox of Form1 Pin
ESTAN8-Mar-05 2:42
ESTAN8-Mar-05 2:42 
GeneralRe: Pass string from Form2 to textbox of Form1 Pin
SimonS8-Mar-05 2:45
SimonS8-Mar-05 2:45 
What you can do is pass the reference of Form1 to the Form2 constructor.

Then keep the instance in a global variable and you can set the text whenever you want.
The Textbox object would also need to be made public, or (better way) have a property on the Form1 class that will set the text when called.

Cheers,
Simon

sig ::
"Don't try to be like Jackie. There is only one Jackie.... Study computers instead.", Jackie Chan on career choices.

article :: animation mechanics in SVG blog:: brokenkeyboards
"Most of us are programmers, but a few use VB", Christian Graus

GeneralRe: Pass string from Form2 to textbox of Form1 Pin
ESTAN8-Mar-05 3:26
ESTAN8-Mar-05 3:26 
GeneralRe: Pass string from Form2 to textbox of Form1 Pin
ESTAN9-Mar-05 3:52
ESTAN9-Mar-05 3:52 
Generalgraphs in c# Pin
Anonymous8-Mar-05 1:54
Anonymous8-Mar-05 1:54 
GeneralRe: graphs in c# Pin
eggie58-Mar-05 1:57
eggie58-Mar-05 1:57 
GeneralRe: graphs in c# Pin
Anonymous8-Mar-05 2:17
Anonymous8-Mar-05 2:17 
GeneralRe: graphs in c# Pin
Stefan Troschuetz8-Mar-05 2:22
Stefan Troschuetz8-Mar-05 2:22 
Generalvalidator Pin
ABBASI_RA8-Mar-05 1:52
ABBASI_RA8-Mar-05 1:52 
GeneralRe: validator Pin
LongRange.Shooter8-Mar-05 2:14
LongRange.Shooter8-Mar-05 2:14 
GeneralRe: validator Pin
ABBASI_RA8-Mar-05 2:34
ABBASI_RA8-Mar-05 2:34 
GeneralRe: validator Pin
LongRange.Shooter8-Mar-05 3:03
LongRange.Shooter8-Mar-05 3:03 
GeneralC#/ORACLE Übergabe eines Strings mit Steuerzeichen Pin
Anonymous8-Mar-05 1:44
Anonymous8-Mar-05 1:44 
GeneralRe: C#/ORACLE Übergabe eines Strings mit Steuerzeichen Pin
mav.northwind8-Mar-05 1:48
mav.northwind8-Mar-05 1:48 
Generalprogram stucks cause it opened modal dialog in other application Pin
3Dizard8-Mar-05 0:38
3Dizard8-Mar-05 0:38 
GeneralRe: program stucks cause it opened modal dialog in other application Pin
Stefan Troschuetz8-Mar-05 1:23
Stefan Troschuetz8-Mar-05 1:23 
GeneralRe: program stucks cause it opened modal dialog in other application Pin
mav.northwind8-Mar-05 1:43
mav.northwind8-Mar-05 1:43 
GeneralRe: program stucks cause it opened modal dialog in other application Pin
Stefan Troschuetz8-Mar-05 1:52
Stefan Troschuetz8-Mar-05 1:52 
GeneralRe: program stucks cause it opened modal dialog in other application Pin
mav.northwind8-Mar-05 2:00
mav.northwind8-Mar-05 2:00 

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.