Click here to Skip to main content
15,907,183 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
GeneralRe: typedef CList<int,int> CPersonList (compilation error) Pin
Bartosz Bien8-Jun-03 2:00
Bartosz Bien8-Jun-03 2:00 
GeneralCheck for Unicode Pin
Dominik Reichl7-Jun-03 23:19
Dominik Reichl7-Jun-03 23:19 
GeneralRe: Check for Unicode Pin
Andrew Walker7-Jun-03 23:42
Andrew Walker7-Jun-03 23:42 
GeneralRe: Check for Unicode Pin
Ryan Binns8-Jun-03 4:43
Ryan Binns8-Jun-03 4:43 
GeneralRe: Check for Unicode Pin
Dominik Reichl8-Jun-03 5:15
Dominik Reichl8-Jun-03 5:15 
GeneralRe: Check for Unicode Pin
PJ Arends8-Jun-03 9:29
professionalPJ Arends8-Jun-03 9:29 
GeneralRe: Check for Unicode Pin
Dominik Reichl8-Jun-03 21:01
Dominik Reichl8-Jun-03 21:01 
GeneralRichedit control in Win32 C++ Pin
tareqsiraj7-Jun-03 19:49
tareqsiraj7-Jun-03 19:49 
Hi ... can any1 tell me what is wrong with the following code? i'm sure its some silly mistake that i made ... I am trying to create a Richedit control in a window. I have included richedit.h and my code compiles successfully. but _hWnd remains NULL after this call Frown | :( ... i am using Microsoft VC++ 6 with the Platform SDK 2003 installed. please help me out. thankx in advance.
_hWnd = CreateWindowEx(WS_EX_CLIENTEDGE,
			RICHEDIT_CLASS,
			TEXT("AA"),
			WS_CHILD | WS_VISIBLE | ES_MULTILINE,
			10, 10,
			100, 100,
			_parent,
			0,
			(HINSTANCE)::GetModuleHandle(0),
			0);


-Tareq
GeneralRe: Richedit control in Win32 C++ Pin
Michael Dunn7-Jun-03 20:17
sitebuilderMichael Dunn7-Jun-03 20:17 
GeneralRe: Richedit control in Win32 C++ Pin
tareqsiraj7-Jun-03 22:26
tareqsiraj7-Jun-03 22:26 
GeneralRe: Richedit control in Win32 C++ Pin
Ryan Binns8-Jun-03 4:45
Ryan Binns8-Jun-03 4:45 
GeneralRe: Richedit control in Win32 C++ Pin
tareqsiraj8-Jun-03 5:49
tareqsiraj8-Jun-03 5:49 
GeneralRe: Richedit control in Win32 C++ Pin
Ryan Binns8-Jun-03 15:54
Ryan Binns8-Jun-03 15:54 
GeneralRe: Richedit control in Win32 C++ Pin
tareqsiraj9-Jun-03 8:30
tareqsiraj9-Jun-03 8:30 
GeneralRe: Richedit control in Win32 C++ Pin
ashxly7-Jun-03 22:21
ashxly7-Jun-03 22:21 
GeneralRe: Richedit control in Win32 C++ Pin
tareqsiraj7-Jun-03 22:28
tareqsiraj7-Jun-03 22:28 
GeneralRe: Richedit control in Win32 C++ Pin
ashxly7-Jun-03 22:33
ashxly7-Jun-03 22:33 
GeneralRe: Richedit control in Win32 C++ Pin
tareqsiraj7-Jun-03 22:44
tareqsiraj7-Jun-03 22:44 
GeneralRe: Richedit control in Win32 C++ Pin
ashxly7-Jun-03 22:52
ashxly7-Jun-03 22:52 
GeneralRe: Richedit control in Win32 C++ Pin
tareqsiraj7-Jun-03 22:57
tareqsiraj7-Jun-03 22:57 
Generaldebugging embedded C in MFC Pin
willTuck7-Jun-03 19:32
willTuck7-Jun-03 19:32 
GeneralRe: debugging embedded C in MFC Pin
ashxly7-Jun-03 22:26
ashxly7-Jun-03 22:26 
Generaleditbox question... Pin
JoeSox7-Jun-03 18:50
JoeSox7-Jun-03 18:50 
GeneralRe: editbox question... Pin
Weiye Chen7-Jun-03 19:05
Weiye Chen7-Jun-03 19:05 
GeneralRe: editbox question... Pin
JoeSox8-Jun-03 7:43
JoeSox8-Jun-03 7:43 

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.