Click here to Skip to main content
15,921,530 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
QuestionHow to create a CEdit derived class Pin
misturas2-Mar-05 0:50
misturas2-Mar-05 0:50 
AnswerRe: How to create a CEdit derived class Pin
Jetli Jerry2-Mar-05 1:30
Jetli Jerry2-Mar-05 1:30 
AnswerRe: How to create a CEdit derived class Pin
Cedric Moonen2-Mar-05 1:33
Cedric Moonen2-Mar-05 1:33 
AnswerRe: How to create a CEdit derived class Pin
misturas2-Mar-05 2:22
misturas2-Mar-05 2:22 
GeneralRe: How to create a CEdit derived class Pin
PJ Arends2-Mar-05 6:31
professionalPJ Arends2-Mar-05 6:31 
Generaladd a button on Save As dialogue tool bar Pin
MihaiChioariu2-Mar-05 0:42
MihaiChioariu2-Mar-05 0:42 
Questionhow to draw the resizing dialog border? Pin
lowiq2-Mar-05 0:34
lowiq2-Mar-05 0:34 
GeneralKeystate of mutliple keys like LAlt+Tab Pin
vidhyas2-Mar-05 0:28
vidhyas2-Mar-05 0:28 
GeneralRe: Keystate of mutliple keys like LAlt+Tab Pin
Blake Miller2-Mar-05 8:47
Blake Miller2-Mar-05 8:47 
QuestionHow to upload file Pin
Mayank Goyal2-Mar-05 0:25
Mayank Goyal2-Mar-05 0:25 
AnswerRe: How to upload file Pin
ThatsAlok2-Mar-05 2:29
ThatsAlok2-Mar-05 2:29 
GeneralRe: How to upload file Pin
Mayank Goyal2-Mar-05 16:06
Mayank Goyal2-Mar-05 16:06 
GeneralRe: How to upload file Pin
ThatsAlok2-Mar-05 17:38
ThatsAlok2-Mar-05 17:38 
GeneralJust one document open at the same time Pin
senn2-Mar-05 0:18
senn2-Mar-05 0:18 
GeneralRe: Just one document open at the same time Pin
David Crow2-Mar-05 2:26
David Crow2-Mar-05 2:26 
GeneralRe: Just one document open at the same time Pin
senn2-Mar-05 2:37
senn2-Mar-05 2:37 
GeneralRe: Just one document open at the same time Pin
David Crow2-Mar-05 2:56
David Crow2-Mar-05 2:56 
GeneralRe: Just one document open at the same time Pin
senn2-Mar-05 3:16
senn2-Mar-05 3:16 
GeneralRe: Just one document open at the same time Pin
David Crow2-Mar-05 8:31
David Crow2-Mar-05 8:31 
GeneralRe: Just one document open at the same time Pin
senn2-Mar-05 19:47
senn2-Mar-05 19:47 
Generaljvm invoke Pin
alpha_101-Mar-05 23:58
alpha_101-Mar-05 23:58 
GeneralResource Files ( .rc .res) Pin
kedar.dave1-Mar-05 22:14
kedar.dave1-Mar-05 22:14 
GeneralRe: Resource Files ( .rc .res) Pin
Mike Dimmick1-Mar-05 23:42
Mike Dimmick1-Mar-05 23:42 
Numeric resource IDs in an .rc file are just numbers. A # symbol introduces a preprocessor command (such as #include, #ifdef, etc). Delete the # and you should be fine.

You can open an .rc file in Visual Studio, then drag and drop resources from it to the Resources tab of your project. Hold Ctrl to copy resources rather than move (which is, bizarrely, the default).

Stability. What an interesting concept. -- Chris Maunder
GeneralRe: Resource Files ( .rc .res) Pin
kedar.dave2-Mar-05 0:29
kedar.dave2-Mar-05 0:29 
Generalasynchonous download file internet Pin
sunit51-Mar-05 22:13
sunit51-Mar-05 22:13 

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.