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

Managed C++/CLI

 
GeneralRe: Can SaveFileDialog be forced to top? Pin
BuckBrown26-Oct-07 11:41
BuckBrown26-Oct-07 11:41 
QuestionHow to make a listener on a folder, for client-server data synchronization? Pin
Caetano.n.a26-Oct-07 1:52
Caetano.n.a26-Oct-07 1:52 
AnswerRe: How to make a listener on a folder, for client-server data synchronization? Pin
Giorgi Dalakishvili26-Oct-07 6:26
mentorGiorgi Dalakishvili26-Oct-07 6:26 
GeneralRe: How to make a listener on a folder, for client-server data synchronization? Pin
George L. Jackson26-Oct-07 9:34
George L. Jackson26-Oct-07 9:34 
AnswerRe: How to make a listener on a folder, for client-server data synchronization? Pin
George L. Jackson26-Oct-07 9:34
George L. Jackson26-Oct-07 9:34 
Questionhow to import dll in c++ ? Pin
cmpeng3426-Oct-07 0:37
cmpeng3426-Oct-07 0:37 
AnswerRe: how to import dll in c++ ? Pin
Jonathan [Darka]26-Oct-07 1:00
professionalJonathan [Darka]26-Oct-07 1:00 
Questionchar * to String^ Pin
KienNT7825-Oct-07 21:28
KienNT7825-Oct-07 21:28 
Hi all,
I got a small trouble, If some one know how to do please tell me, many thanks.
I want to assign szData value into textBox->Text, but two kind of variable different type.
I used Visual Studio 2005, and developed VC++ language.
<br />
private: System::Windows::Forms::TextBox^ textBox;<br />
private: System::Void Form1_Load(System::Object^ sender, System::EventArgs^ e) { char* szData = "abcabcabcabc";<br />
textBox->Text = //Content of szData variable.<br />
}

AnswerRe: char * to String^ [modified] Pin
Mark Salsbery26-Oct-07 6:28
Mark Salsbery26-Oct-07 6:28 
AnswerRe: char * to String^ Pin
Newbie0026-Oct-07 7:10
Newbie0026-Oct-07 7:10 
GeneralRe: char * to String^ Pin
KienNT7826-Oct-07 7:40
KienNT7826-Oct-07 7:40 
GeneralRe: char * to String^ Pin
Newbie0026-Oct-07 9:01
Newbie0026-Oct-07 9:01 
QuestionLIBC.LIB Not found Pin
Sumanta Rout25-Oct-07 19:24
Sumanta Rout25-Oct-07 19:24 
QuestionGet Computer name Pin
staticplus25-Oct-07 3:13
staticplus25-Oct-07 3:13 
AnswerRe: Get Computer name Pin
led mike25-Oct-07 4:29
led mike25-Oct-07 4:29 
Questionvirtual function Pin
richardye24-Oct-07 20:57
richardye24-Oct-07 20:57 
AnswerRe: virtual function Pin
Christian Graus24-Oct-07 21:01
protectorChristian Graus24-Oct-07 21:01 
Questionno message with ErrorProvider Pin
BuckBrown24-Oct-07 8:09
BuckBrown24-Oct-07 8:09 
AnswerRe: no message with ErrorProvider Pin
Luc Pattyn24-Oct-07 8:48
sitebuilderLuc Pattyn24-Oct-07 8:48 
GeneralRe: no message with ErrorProvider Pin
BuckBrown24-Oct-07 9:44
BuckBrown24-Oct-07 9:44 
QuestionData Parsers Pin
epsilonorion24-Oct-07 4:07
epsilonorion24-Oct-07 4:07 
AnswerRe: Data Parsers Pin
led mike24-Oct-07 5:16
led mike24-Oct-07 5:16 
QuestionVC++6 to VC++.NET conversion Pin
Sumanta Rout24-Oct-07 4:02
Sumanta Rout24-Oct-07 4:02 
AnswerRe: VC++6 to VC++.NET conversion Pin
Mark Salsbery24-Oct-07 6:14
Mark Salsbery24-Oct-07 6:14 
QuestionCommunication between forms Pin
UnHolyKnight55524-Oct-07 1:52
UnHolyKnight55524-Oct-07 1: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.