Click here to Skip to main content
15,913,773 members
Home / Discussions / Managed C++/CLI
   

Managed C++/CLI

 
Generalplease help me its urgent Pin
youngashish18-Oct-04 18:38
youngashish18-Oct-04 18:38 
GeneralRe: please help me its urgent Pin
Christian Graus19-Oct-04 9:31
protectorChristian Graus19-Oct-04 9:31 
GeneralRe: please help me its urgent Pin
youngashish19-Oct-04 15:04
youngashish19-Oct-04 15:04 
GeneralRe: please help me its urgent Pin
Christian Graus19-Oct-04 15:08
protectorChristian Graus19-Oct-04 15:08 
GeneralCant intercommunicate between managed classes Pin
V5Dave18-Oct-04 9:43
V5Dave18-Oct-04 9:43 
GeneralRe: Cant intercommunicate between managed classes Pin
AnsGe20-Oct-04 19:16
AnsGe20-Oct-04 19:16 
GeneralOne further problem with intercommunicating between managed classes Pin
V5Dave21-Oct-04 10:02
V5Dave21-Oct-04 10:02 
GeneralRe: One further problem with intercommunicating between managed classes Pin
AnsGe21-Oct-04 10:48
AnsGe21-Oct-04 10:48 
Hai,

i dont know the what i am saying is correct. but ur probelm can be solved in this way. But this is not recommended if u have heavy updation in ur Form1 class. One more reason for my qucik response is that next four days will not here.

simply pass a reference of ur textbox to the Form2 class

ie
Create a TExtbox object in ur Form2 class;

TextBox* t1;

Passes the reference of original one to this value in Constructor

frm2->t1=this->textBox1;

Now u can update the text in Button click as

this->tt->Text="Updated Text";

By

Anish

If u find a good solution plz post it here


GeneralNew to CLI Pin
Matt Newman17-Oct-04 17:51
Matt Newman17-Oct-04 17:51 
GeneralRe: New to CLI Pin
Nish Nishant17-Oct-04 18:43
sitebuilderNish Nishant17-Oct-04 18:43 
GeneralRe: New to CLI Pin
Matt Newman18-Oct-04 6:02
Matt Newman18-Oct-04 6:02 
GeneralAborting a Thread:; won't leave AbortRequested state Pin
jblau17-Oct-04 14:56
jblau17-Oct-04 14:56 
GeneralWin32 like message loop Pin
Member 141177716-Oct-04 20:07
Member 141177716-Oct-04 20:07 
QuestionDOS 16-BIT client/server ??? Pin
porac6916-Oct-04 14:22
porac6916-Oct-04 14:22 
GeneralManaged Wrapper to Unmanaged DLL Pin
bluerpk15-Oct-04 18:24
bluerpk15-Oct-04 18:24 
Generalhowto addHotkey to Form/Button Pin
Krissh13-Oct-04 0:06
Krissh13-Oct-04 0:06 
GeneralRe: howto addHotkey to Form/Button Pin
Krissh18-Oct-04 6:55
Krissh18-Oct-04 6:55 
Generalpermutation in lexiographic order Pin
webmanc12-Oct-04 10:36
webmanc12-Oct-04 10:36 
GeneralContainer set versus STL Pin
Gammill11-Oct-04 8:41
Gammill11-Oct-04 8:41 
GeneralRe: Container set versus STL Pin
John M. Drescher11-Oct-04 9:18
John M. Drescher11-Oct-04 9:18 
Generalpls help Pin
mrdudein9-Oct-04 4:15
mrdudein9-Oct-04 4:15 
GeneralRe: pls help Pin
Christian Graus12-Oct-04 10:57
protectorChristian Graus12-Oct-04 10:57 
GeneralRe: pls help Pin
Anonymous18-Oct-04 0:01
Anonymous18-Oct-04 0:01 
GeneralKeyDown problem Pin
yuvald8-Oct-04 12:06
yuvald8-Oct-04 12:06 
GeneralRe: KeyDown problem Pin
AnsGe8-Oct-04 21:11
AnsGe8-Oct-04 21:11 

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.