Click here to Skip to main content
16,011,538 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
GeneralCFiledialog Pin
sujtha1-Jan-03 22:24
sujtha1-Jan-03 22:24 
GeneralRe: CFiledialog Pin
Neville Franks2-Jan-03 14:49
Neville Franks2-Jan-03 14:49 
GeneralExcel Automation Pin
Renjith Ramachandran1-Jan-03 22:13
Renjith Ramachandran1-Jan-03 22:13 
GeneralRe: Excel Automation Pin
Kannan Kalyanaraman2-Jan-03 0:26
Kannan Kalyanaraman2-Jan-03 0:26 
GeneralRe: Excel Automation Pin
Kannan Kalyanaraman2-Jan-03 0:29
Kannan Kalyanaraman2-Jan-03 0:29 
GeneralRe: Excel Automation Pin
Renjith Ramachandran2-Jan-03 2:18
Renjith Ramachandran2-Jan-03 2:18 
GeneralAbout ActiveX Programming Pin
zcy1-Jan-03 21:05
zcy1-Jan-03 21:05 
GeneralRe: About ActiveX Programming Pin
Roger Allen2-Jan-03 1:25
Roger Allen2-Jan-03 1:25 
This is due to the dialog editor not actually creating your control. It just puts in a placeholder and calls the OnPaint() of your control. You will have to plot the additional windows yourself in your OnPaint() handler. You can tell when you need to do this as the ActiveX controls m_hWnd member will be NULL. Your control will not actually receive an WM_CREATE until it is used in a dialog for real, so in effect until this time it upto you to draw the correct output.


Roger Allen
Sonork 100.10016

This is a multiple choice question, choose wisely
Why did the hedgehog cross the road?
A: To show he had guts?
B: To see his flat mate?

GeneralIterate CTreeCtrl items Pin
alex.barylski1-Jan-03 20:39
alex.barylski1-Jan-03 20:39 
GeneralRe: Iterate CTreeCtrl items Pin
Arjan Schouten1-Jan-03 21:26
Arjan Schouten1-Jan-03 21:26 
GeneralRe: Iterate CTreeCtrl items Pin
alex.barylski1-Jan-03 21:30
alex.barylski1-Jan-03 21:30 
Generalcreating tabbed dialogs Pin
xxhimanshu1-Jan-03 20:15
xxhimanshu1-Jan-03 20:15 
GeneralRe: creating tabbed dialogs Pin
RobJones2-Jan-03 2:22
RobJones2-Jan-03 2:22 
Generalctrl+alt+del Pin
r i s h a b h s1-Jan-03 18:12
r i s h a b h s1-Jan-03 18:12 
GeneralRe: ctrl+alt+del Pin
Mike Nordell1-Jan-03 18:17
Mike Nordell1-Jan-03 18:17 
GeneralRe: ctrl+alt+del Pin
ashxly1-Jan-03 20:45
ashxly1-Jan-03 20:45 
GeneralRe: ctrl+alt+del Pin
r i s h a b h s1-Jan-03 22:02
r i s h a b h s1-Jan-03 22:02 
GeneralMemory consumption Pin
Sha Shehpori1-Jan-03 18:06
sussSha Shehpori1-Jan-03 18:06 
GeneralRe: Memory consumption Pin
Mike Nordell1-Jan-03 18:21
Mike Nordell1-Jan-03 18:21 
GeneralTrivial CEdit question Pin
alex.barylski1-Jan-03 18:03
alex.barylski1-Jan-03 18:03 
GeneralRe: Trivial CEdit question Pin
ashxly1-Jan-03 20:55
ashxly1-Jan-03 20:55 
GeneralRe: Trivial CEdit question Pin
alex.barylski1-Jan-03 21:05
alex.barylski1-Jan-03 21:05 
GeneralExitProcess() problem Pin
r i s h a b h s1-Jan-03 17:36
r i s h a b h s1-Jan-03 17:36 
GeneralRe: ExitProcess() problem Pin
Mike Nordell1-Jan-03 18:25
Mike Nordell1-Jan-03 18:25 
QuestionHow To E-Mail Using VC++ 6 (?) Pin
Devashish Bhattacharjee1-Jan-03 16:02
Devashish Bhattacharjee1-Jan-03 16:02 

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.