Click here to Skip to main content
15,896,118 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
AnswerRe: directories in combo box Pin
Peter Weyzen25-Oct-07 22:24
Peter Weyzen25-Oct-07 22:24 
AnswerRe: directories in combo box Pin
ThatsAlok28-Oct-07 19:51
ThatsAlok28-Oct-07 19:51 
Questionthe Fun IsUserAnAdmin() fails on Windows Vista Pin
junkMind25-Oct-07 21:27
junkMind25-Oct-07 21:27 
AnswerRe: the Fun IsUserAnAdmin() fails on Windows Vista Pin
Peter Weyzen25-Oct-07 21:35
Peter Weyzen25-Oct-07 21:35 
GeneralRe: the Fun IsUserAnAdmin() fails on Windows Vista Pin
junkMind25-Oct-07 22:18
junkMind25-Oct-07 22:18 
GeneralRe: the Fun IsUserAnAdmin() fails on Windows Vista Pin
Peter Weyzen25-Oct-07 22:30
Peter Weyzen25-Oct-07 22:30 
GeneralRe: the Fun IsUserAnAdmin() fails on Windows Vista Pin
junkMind25-Oct-07 22:42
junkMind25-Oct-07 22:42 
Questionchar* to String^ Pin
KienNT7825-Oct-07 21:01
KienNT7825-Oct-07 21:01 
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 deverloped 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 />
	 }<br />

AnswerRe: char* to String^ Pin
Nishad S25-Oct-07 21:13
Nishad S25-Oct-07 21:13 
GeneralRe: char* to String^ Pin
ThatsAlok28-Oct-07 19:55
ThatsAlok28-Oct-07 19:55 
GeneralRe: char* to String^ Pin
Nishad S28-Oct-07 20:06
Nishad S28-Oct-07 20:06 
AnswerRe: char* to String^ Pin
Hamid_RT25-Oct-07 21:13
Hamid_RT25-Oct-07 21:13 
QuestionListControl Pin
Vikas_12325-Oct-07 20:22
Vikas_12325-Oct-07 20:22 
QuestionRe: ListControl Pin
Hamid_RT25-Oct-07 20:25
Hamid_RT25-Oct-07 20:25 
AnswerRe: ListControl Pin
Vikas_12325-Oct-07 20:30
Vikas_12325-Oct-07 20:30 
QuestionRe: ListControl Pin
Hamid_RT25-Oct-07 20:52
Hamid_RT25-Oct-07 20:52 
AnswerRe: ListControl Pin
Nishad S25-Oct-07 20:34
Nishad S25-Oct-07 20:34 
GeneralRe: ListControl Pin
Vikas_12325-Oct-07 21:35
Vikas_12325-Oct-07 21:35 
Questioncombo box Pin
Paulraj G25-Oct-07 20:05
Paulraj G25-Oct-07 20:05 
AnswerRe: combo box Pin
Hamid_RT25-Oct-07 20:22
Hamid_RT25-Oct-07 20:22 
GeneralRe: combo box Pin
Paulraj G25-Oct-07 21:40
Paulraj G25-Oct-07 21:40 
GeneralRe: combo box Pin
Hamid_RT25-Oct-07 21:56
Hamid_RT25-Oct-07 21:56 
JokeRe: combo box Pin
Nelek28-Oct-07 23:11
protectorNelek28-Oct-07 23:11 
GeneralRe: combo box Pin
Hamid_RT29-Oct-07 4:27
Hamid_RT29-Oct-07 4:27 
JokeRe: combo box Pin
Nelek29-Oct-07 21:11
protectorNelek29-Oct-07 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.