Click here to Skip to main content
15,918,889 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
GeneralRe: BSTR supports Unicode Pin
Stephen Hewitt3-Apr-07 2:29
Stephen Hewitt3-Apr-07 2:29 
GeneralRe: BSTR supports Unicode Pin
bosfan3-Apr-07 3:38
bosfan3-Apr-07 3:38 
GeneralRe: BSTR supports Unicode Pin
Stephen Hewitt3-Apr-07 4:27
Stephen Hewitt3-Apr-07 4:27 
AnswerRe: BSTR supports Unicode Pin
Tim Smith3-Apr-07 19:10
Tim Smith3-Apr-07 19:10 
QuestionHow lo lunch network connection dialog Pin
birajendu2-Apr-07 20:48
birajendu2-Apr-07 20:48 
AnswerRe: How lo lunch network connection dialog Pin
deeps_cute3-Apr-07 1:27
deeps_cute3-Apr-07 1:27 
GeneralRe: How lo lunch network connection dialog Pin
Mark Salsbery3-Apr-07 8:36
Mark Salsbery3-Apr-07 8:36 
Questioneditbox problem. Pin
david bagaturia2-Apr-07 20:35
david bagaturia2-Apr-07 20:35 
hi all.

I have dialog and Editbox on it.
Now I wont to retrive text from Edit box and I use
<br />
wchar_t ch[255]=L"\0"; <br />
CString ErrorStr("ERROR!!!"); 	<br />
	<br />
m_Edit.GetLine(0,ch); // Editbox<br />
<br />
	if((ch[0] != '.')&&(ch[0] != '*')) <br />
	{<br />
		<br />
		MessageBox(ErrorStr);<br />
		<br />
                return;<br />
	}<br />

but I get diferent type simbols,

Can help?
AnswerRe: editbox problem. Pin
vimarsh puneet2-Apr-07 21:00
vimarsh puneet2-Apr-07 21:00 
GeneralRe: editbox problem. Pin
david bagaturia2-Apr-07 21:40
david bagaturia2-Apr-07 21:40 
AnswerRe: editbox problem. Pin
Naveen2-Apr-07 21:28
Naveen2-Apr-07 21:28 
GeneralRe: editbox problem. Pin
david bagaturia2-Apr-07 21:41
david bagaturia2-Apr-07 21:41 
QuestionMFC --->ODBC---->MS Access manipulation safdsd Pin
santoshsan2-Apr-07 20:04
santoshsan2-Apr-07 20:04 
AnswerRe: MFC --->ODBC---->MS Access manipulation safdsd Pin
rp_suman2-Apr-07 20:16
rp_suman2-Apr-07 20:16 
GeneralRe: MFC --->ODBC---->MS Access manipulation safdsd Pin
santoshsan2-Apr-07 21:35
santoshsan2-Apr-07 21:35 
GeneralRe: MFC --->ODBC---->MS Access manipulation safdsd Pin
rp_suman5-Apr-07 16:55
rp_suman5-Apr-07 16:55 
QuestionMFC --->ODBC---->MS Access manipulation Pin
santoshsan2-Apr-07 20:02
santoshsan2-Apr-07 20:02 
Questiontab control-plz help me ? Pin
prathuraj2-Apr-07 19:29
prathuraj2-Apr-07 19:29 
AnswerRe: tab control-plz help me ? Pin
vimarsh puneet2-Apr-07 20:57
vimarsh puneet2-Apr-07 20:57 
GeneralRe: tab control-plz help me ? Pin
prathuraj2-Apr-07 21:30
prathuraj2-Apr-07 21:30 
GeneralRe: tab control-plz help me ? Pin
prathuraj2-Apr-07 21:32
prathuraj2-Apr-07 21:32 
Questionplease help Pin
vimarsh puneet2-Apr-07 19:14
vimarsh puneet2-Apr-07 19:14 
QuestionRe: please help Pin
Hamid_RT2-Apr-07 19:17
Hamid_RT2-Apr-07 19:17 
AnswerRe: please help Pin
vimarsh puneet2-Apr-07 20:57
vimarsh puneet2-Apr-07 20:57 
AnswerRe: please help Pin
Cedric Moonen2-Apr-07 21:06
Cedric Moonen2-Apr-07 21:06 

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.