Click here to Skip to main content
15,914,452 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
GeneralRe: Switching views in a splitter pane Pin
Malcolm McMahon22-Jun-01 5:12
Malcolm McMahon22-Jun-01 5:12 
GeneralRe: Switching views in a splitter pane Pin
Tomasz Sowinski22-Jun-01 5:16
Tomasz Sowinski22-Jun-01 5:16 
GeneralRe: Switching views in a splitter pane Pin
22-Jun-01 4:22
suss22-Jun-01 4:22 
GeneralRe: Switching views in a splitter pane Pin
Malcolm McMahon22-Jun-01 5:46
Malcolm McMahon22-Jun-01 5:46 
GeneralConfusing code Pin
Rejeesh22-Jun-01 2:16
Rejeesh22-Jun-01 2:16 
GeneralRe: Confusing code Pin
Tomasz Sowinski22-Jun-01 2:39
Tomasz Sowinski22-Jun-01 2:39 
GeneralRe: Confusing code Pin
Rejeesh22-Jun-01 5:04
Rejeesh22-Jun-01 5:04 
GeneralCRichEditCtrl onthe Fly Pin
sankar22-Jun-01 1:30
sankar22-Jun-01 1:30 
Hi Iam trying to create a CRichEditCtrl ( like a popup wondow ) to display a certain text within a CListCtrl when the length of hte text in one of the column of the ListCtrl exceeds 256 characters.

This i smy problem :

y = 10 ( say )
CRichEditCtrl* myCtrl -= new CRichEditCtrl;
myCtrl->Create(WS_VISIBLE | WS_POPUPWINDOW | ES_AUTOVSCROLL | ES_AUTOHSCROLL | ES_READONLY , CRect(x,y - 20, x+ 70, y - 90 ),
this, 5001);

where this refers to the Handle of the Parent Window

the application crashes at this point. Pl. explain me the reason.


regards
Sankar
regards
Sankar
GeneralRe: CRichEditCtrl onthe Fly Pin
Tomasz Sowinski22-Jun-01 1:58
Tomasz Sowinski22-Jun-01 1:58 
GeneralShowing modeless forms in VB DLLs called from MFC Pin
22-Jun-01 1:17
suss22-Jun-01 1:17 
GeneralDetermination of installed browsers & java engines Pin
22-Jun-01 1:01
suss22-Jun-01 1:01 
GeneralCHtmlView - load html from memory Pin
Kristian Nilssen22-Jun-01 0:47
Kristian Nilssen22-Jun-01 0:47 
GeneralRe: CHtmlView - load html from memory Pin
22-Jun-01 3:56
suss22-Jun-01 3:56 
GeneralRe: CHtmlView - load html from memory Pin
22-Jun-01 11:00
suss22-Jun-01 11:00 
GeneralCapture Screen and save it as a JPEG file Pin
Kiddxin22-Jun-01 0:05
Kiddxin22-Jun-01 0:05 
GeneralRe: Capture Screen and save it as a JPEG file Pin
olivier22-Jun-01 2:08
olivier22-Jun-01 2:08 
QuestionWhich method of CFile write as text to file ??? Pin
21-Jun-01 21:50
suss21-Jun-01 21:50 
AnswerRe: Which method of CFile write as text to file ??? Pin
Michael Dunn21-Jun-01 21:53
sitebuilderMichael Dunn21-Jun-01 21:53 
GeneralThis is my struct: Please show me how to save it to file as text by CFile object Pin
21-Jun-01 22:13
suss21-Jun-01 22:13 
GeneralURGENT !!! HELP !!! PLEASE !!! Pin
21-Jun-01 23:19
suss21-Jun-01 23:19 
GeneralI did write so: Pin
22-Jun-01 4:47
suss22-Jun-01 4:47 
Generalshell programming - adding a network place automatically Pin
21-Jun-01 21:49
suss21-Jun-01 21:49 
GeneralVery easy Pin
21-Jun-01 21:27
suss21-Jun-01 21:27 
GeneralRe: Very easy Pin
Olli21-Jun-01 21:55
Olli21-Jun-01 21:55 
QuestionHow to know a process is being debugged ? Pin
manio21-Jun-01 16:14
manio21-Jun-01 16:14 

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.