Click here to Skip to main content
15,903,033 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
QuestionHelp for MFC OCX control Pin
Rajesh match19-Nov-05 19:47
Rajesh match19-Nov-05 19:47 
QuestionError R6029 Pin
IceWater4219-Nov-05 19:27
IceWater4219-Nov-05 19:27 
AnswerRe: Error R6029 Pin
Graham Bradshaw20-Nov-05 0:44
Graham Bradshaw20-Nov-05 0:44 
GeneralRe: Error R6029 Pin
IceWater4220-Nov-05 7:25
IceWater4220-Nov-05 7:25 
QuestionQuestion about Bitmap Pin
zmfqsl19-Nov-05 18:32
zmfqsl19-Nov-05 18:32 
AnswerRe: Question about Bitmap Pin
Cool Ju20-Nov-05 19:49
Cool Ju20-Nov-05 19:49 
QuestionAsk for help: About resource file Pin
chenxiujie19-Nov-05 17:09
chenxiujie19-Nov-05 17:09 
AnswerRe: Ask for help: About resource file Pin
Gary R. Wheeler20-Nov-05 3:45
Gary R. Wheeler20-Nov-05 3:45 
For a conventional (not .NET) application, that uses .RC files and a resource.h file, the most reliable approach is the following:

1. Open both resource.h files in the source file editor.
2. Use the "Open With" option in the File Open command to open both .RC files in the source file editor.
3. Use copy/paste to copy the dialog from one .RC file to the other.
4. Copy the resource ID's for the dialog and its controls from one resource.h to the other.
5. Note that you may have to manually renumber the ID's for the dialog, if they conflict with other ID's already in use.

Unfortunately, I don't do .NET programming, so I don't know the procedure there.


Software Zen: delete this;
QuestionHow to deal with the error 'not enough memory,can't deal with the command'? Pin
freemme19-Nov-05 16:49
freemme19-Nov-05 16:49 
AnswerRe: How to deal with the error 'not enough memory,can't deal with the command'? Pin
freemme21-Nov-05 15:05
freemme21-Nov-05 15:05 
QuestionWhere can I get a trial based DirectX 9.0 SDK withount any worry? Pin
sude19-Nov-05 15:39
sude19-Nov-05 15:39 
QuestionPassing Multidimensional Vector By Reference?? Pin
Magadass19-Nov-05 10:53
Magadass19-Nov-05 10:53 
AnswerRe: Passing Multidimensional Vector By Reference?? Pin
PJ Arends19-Nov-05 11:32
professionalPJ Arends19-Nov-05 11:32 
GeneralRe: Passing Multidimensional Vector By Reference?? Pin
Magadass19-Nov-05 12:32
Magadass19-Nov-05 12:32 
GeneralRe: Passing Multidimensional Vector By Reference?? Pin
PJ Arends19-Nov-05 12:57
professionalPJ Arends19-Nov-05 12:57 
GeneralRe: Passing Multidimensional Vector By Reference?? Pin
Magadass19-Nov-05 13:13
Magadass19-Nov-05 13:13 
GeneralRe: Passing Multidimensional Vector By Reference?? Pin
Magadass19-Nov-05 13:28
Magadass19-Nov-05 13:28 
GeneralRe: Passing Multidimensional Vector By Reference?? Pin
PJ Arends19-Nov-05 13:38
professionalPJ Arends19-Nov-05 13:38 
QuestionLVM_FINDITEM Pin
Dody_DK19-Nov-05 10:21
Dody_DK19-Nov-05 10:21 
AnswerRe: LVM_FINDITEM Pin
PJ Arends19-Nov-05 10:32
professionalPJ Arends19-Nov-05 10:32 
GeneralRe: LVM_FINDITEM Pin
Dody_DK19-Nov-05 10:34
Dody_DK19-Nov-05 10:34 
GeneralRe: LVM_FINDITEM Pin
PJ Arends19-Nov-05 10:41
professionalPJ Arends19-Nov-05 10:41 
GeneralRe: LVM_FINDITEM Pin
Dody_DK19-Nov-05 11:37
Dody_DK19-Nov-05 11:37 
QuestionCWnd::SetTimer - machine dependant ? Pin
ddmcr19-Nov-05 7:36
ddmcr19-Nov-05 7:36 
AnswerRe: CWnd::SetTimer - machine dependant ? Pin
Joel Lucsy19-Nov-05 9:37
Joel Lucsy19-Nov-05 9:37 

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.