Click here to Skip to main content
15,891,184 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
GeneralRe: Creating PDF Documents Pin
David Crow26-Mar-04 4:18
David Crow26-Mar-04 4:18 
Generaltextbox trouble Pin
Member 62566626-Mar-04 4:05
Member 62566626-Mar-04 4:05 
GeneralRe: textbox trouble Pin
Mike Dimmick26-Mar-04 6:16
Mike Dimmick26-Mar-04 6:16 
GeneralRe: textbox trouble Pin
Signal-926-Mar-04 10:14
Signal-926-Mar-04 10:14 
GeneralPNP information Pin
Member 67007926-Mar-04 3:21
Member 67007926-Mar-04 3:21 
GeneralRe: PNP information Pin
Navin26-Mar-04 6:44
Navin26-Mar-04 6:44 
QuestionHow do I scale the contents of a CRichEditCtrl? Pin
andigra26-Mar-04 3:06
andigra26-Mar-04 3:06 
GeneralIDC_EDITn Pin
Oriented26-Mar-04 3:05
Oriented26-Mar-04 3:05 
visual C++6
when i write
DDX_Text(pDX, IDC_EDIT10+4, VAR);
where VAR is a member variable, it puts the VAR value in IDC_EDIT24 not IDC14 as i expected, and when i write:
DDX_Text(pDX, IDC_EDIT5+2, VAR);
it reads it as IDC_EDIT7;
in the same way, it reads
4+1 = 15 !!
5+4=19;
10+7 = ??

anyone can help plZ?Laugh | :laugh:

GeneralRe: IDC_EDITn Pin
David Crow26-Mar-04 4:15
David Crow26-Mar-04 4:15 
GeneralRe: IDC_EDITn Pin
Roger Wright26-Mar-04 4:17
professionalRoger Wright26-Mar-04 4:17 
GeneralRe: IDC_EDITn Pin
Mike Dimmick26-Mar-04 6:19
Mike Dimmick26-Mar-04 6:19 
GeneralRe: IDC_EDITn Pin
Prakash Nadar26-Mar-04 14:38
Prakash Nadar26-Mar-04 14:38 
GeneralExternal Dependencies - Standalone DLL Pin
BlackDice26-Mar-04 2:51
BlackDice26-Mar-04 2:51 
GeneralRe: External Dependencies - Standalone DLL Pin
Antony M Kancidrowski26-Mar-04 3:58
Antony M Kancidrowski26-Mar-04 3:58 
GeneralRe: External Dependencies - Standalone DLL Pin
BlackDice26-Mar-04 4:05
BlackDice26-Mar-04 4:05 
GeneralRe: External Dependencies - Standalone DLL Pin
Antony M Kancidrowski26-Mar-04 9:44
Antony M Kancidrowski26-Mar-04 9:44 
GeneralRe: External Dependencies - Standalone DLL Pin
BlackDice26-Mar-04 10:42
BlackDice26-Mar-04 10:42 
QuestionType Conversion ? Pin
Manikandan26-Mar-04 2:25
Manikandan26-Mar-04 2:25 
AnswerRe: Type Conversion ? Pin
Roger Allen26-Mar-04 2:52
Roger Allen26-Mar-04 2:52 
GeneralRe: Type Conversion ? Pin
Manikandan26-Mar-04 3:35
Manikandan26-Mar-04 3:35 
GeneralRe: Type Conversion ? Pin
Manikandan26-Mar-04 3:45
Manikandan26-Mar-04 3:45 
AnswerRe: Type Conversion ? Pin
Michael Dunn26-Mar-04 4:14
sitebuilderMichael Dunn26-Mar-04 4:14 
General>> operator Pin
monrobot1326-Mar-04 2:00
monrobot1326-Mar-04 2:00 
GeneralRe: >> operator Pin
Rohde26-Mar-04 2:14
Rohde26-Mar-04 2:14 
GeneralRe: >> operator Pin
monrobot1326-Mar-04 2:33
monrobot1326-Mar-04 2:33 

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.