Click here to Skip to main content
16,006,013 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
QuestionHow 2 Add Custom features to Active -X Control Pin
Vikrant Vikrant1-Jun-03 19:03
Vikrant Vikrant1-Jun-03 19:03 
Generalsend .bmp or .gif or .jpg file to clipboard Pin
CS4291-Jun-03 18:48
CS4291-Jun-03 18:48 
GeneralRe: send .bmp or .gif or .jpg file to clipboard Pin
Roger Allen2-Jun-03 2:03
Roger Allen2-Jun-03 2:03 
GeneralRe: send .bmp or .gif or .jpg file to clipboard Pin
CS4292-Jun-03 20:31
CS4292-Jun-03 20:31 
GeneralDDX Control Problem Pin
Steven M Hunt1-Jun-03 18:42
Steven M Hunt1-Jun-03 18:42 
GeneralRe: DDX Control Problem Pin
peterchen1-Jun-03 18:50
peterchen1-Jun-03 18:50 
GeneralRe: DDX Control Problem Pin
Steven M Hunt1-Jun-03 18:55
Steven M Hunt1-Jun-03 18:55 
GeneralRe: DDX Control Problem Pin
Anna-Jayne Metcalfe1-Jun-03 23:49
Anna-Jayne Metcalfe1-Jun-03 23:49 
DDX methods are designed to be used with the class containing them. I wouldn't recommend using them from outside the dialogbar which (I presume) contains the control.

Add your DDX calls to the dialogbar itself, and get the mainframe to talk to access methods.

Oncew you've done that, you should find DDX_Control fairly easy to understand when you step into it under debug. Key things to check are that the CDataExchange object being passed to the DDX methods contains valid info - stepping into CWnd::UpdateData() in any dialog class should show you how it all works.

Anna Rose | [Rose]

Homepage | My life in tears

"Be yourself - not what others think you should be"
- Marcia Graesch

"Anna's just a sexy-looking lesbian tart"
- A friend, trying to wind me up. It didn't work.

Trouble with resource IDs? Try the Resource ID Organiser Visual C++ Add-In

GeneralAbout as win32 question. Pin
sunjohn1-Jun-03 17:16
sunjohn1-Jun-03 17:16 
GeneralRe: About as win32 question. Pin
Toni781-Jun-03 20:00
Toni781-Jun-03 20:00 
GeneralRe: About as win32 question. Pin
sunjohn1-Jun-03 22:09
sunjohn1-Jun-03 22:09 
GeneralRe: About as win32 question. Pin
Toni782-Jun-03 12:20
Toni782-Jun-03 12:20 
GeneralNET SEND ~ HELP ME Pin
BoyceMan1-Jun-03 16:48
BoyceMan1-Jun-03 16:48 
GeneralRe: NET SEND ~ HELP ME Pin
Ken Mazaika1-Jun-03 17:00
Ken Mazaika1-Jun-03 17:00 
GeneralRe: NET SEND ~ HELP ME Pin
Chris Richardson1-Jun-03 17:20
Chris Richardson1-Jun-03 17:20 
GeneralRe: NET SEND ~ HELP ME Pin
Abbas_Riazi1-Jun-03 19:34
professionalAbbas_Riazi1-Jun-03 19:34 
GeneralRe: NET SEND ~ HELP ME Pin
BoyceMan2-Jun-03 9:09
BoyceMan2-Jun-03 9:09 
GeneralRe: NET SEND ~ HELP ME Pin
Tom Wright2-Jun-03 11:49
Tom Wright2-Jun-03 11:49 
GeneralRe: NET SEND ~ HELP ME Pin
BoyceMan2-Jun-03 11:59
BoyceMan2-Jun-03 11:59 
GeneralRe: NET SEND ~ HELP ME Pin
Abbas_Riazi2-Jun-03 19:52
professionalAbbas_Riazi2-Jun-03 19:52 
GeneralRe: NET SEND ~ HELP ME Pin
Anonymous6-Jun-03 9:04
Anonymous6-Jun-03 9:04 
Generalrotate, mirror, drawn objects Pin
shanila1-Jun-03 16:33
shanila1-Jun-03 16:33 
QuestionHow to add bar containing icons in my CFileDialog? Pin
julych1-Jun-03 10:47
julych1-Jun-03 10:47 
AnswerRe: How to add bar containing icons in my CFileDialog? Pin
Mahesh Varma1-Jun-03 23:57
Mahesh Varma1-Jun-03 23:57 
AnswerRe: How to add bar containing icons in my CFileDialog? Pin
Anna-Jayne Metcalfe2-Jun-03 0:01
Anna-Jayne Metcalfe2-Jun-03 0:01 

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.