Click here to Skip to main content
15,900,906 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
QuestionCan I detect wich IDs used for a timer associated with a special window? Pin
Behzad Ebrahimi25-Nov-03 12:05
Behzad Ebrahimi25-Nov-03 12:05 
AnswerRe: Can I detect wich IDs used for a timer associated with a special window? Pin
BaldwinMartin25-Nov-03 16:00
BaldwinMartin25-Nov-03 16:00 
AnswerRe: Can I detect wich IDs used for a timer associated with a special window? Pin
John R. Shaw25-Nov-03 16:22
John R. Shaw25-Nov-03 16:22 
GeneralRe: Can I detect wich IDs used for a timer associated with a special window? Pin
igor196026-Nov-03 7:34
igor196026-Nov-03 7:34 
AnswerRe: Can I detect wich IDs used for a timer associated with a special window? Pin
igor196026-Nov-03 7:37
igor196026-Nov-03 7:37 
QuestionCan I save resource in a .lib project and load it at runtime? Pin
Behzad Ebrahimi25-Nov-03 11:58
Behzad Ebrahimi25-Nov-03 11:58 
AnswerRe: Can I save resource in a .lib project and load it at runtime? Pin
John R. Shaw25-Nov-03 16:27
John R. Shaw25-Nov-03 16:27 
AnswerRe: Can I save resource in a .lib project and load it at runtime? Pin
Mike Dimmick26-Nov-03 3:34
Mike Dimmick26-Nov-03 3:34 
No, you can't. The LINK tool can only cope with a single RES file specified on the command line - it cannot combine RES files.

What I've done in this situation is to #include the .rc file accompanying the static library in the main executable/DLL's resource file. See View > Resource Includes in the VC 6 IDE.
GeneralMinimum WMI requirements for command prompt c++ Pin
krisp25-Nov-03 10:40
krisp25-Nov-03 10:40 
GeneralThread Interruption Pin
suiram4025-Nov-03 8:26
suiram4025-Nov-03 8:26 
GeneralRe: Thread Interruption Pin
igor196025-Nov-03 8:32
igor196025-Nov-03 8:32 
GeneralRe: Thread Interruption Pin
suiram4025-Nov-03 8:45
suiram4025-Nov-03 8:45 
GeneralRe: Thread Interruption Pin
igor196025-Nov-03 8:51
igor196025-Nov-03 8:51 
GeneralRe: Thread Interruption Pin
suiram4025-Nov-03 9:00
suiram4025-Nov-03 9:00 
GeneralRe: Thread Interruption Pin
igor196025-Nov-03 9:27
igor196025-Nov-03 9:27 
Generalregd threads Pin
karteek25-Nov-03 7:54
karteek25-Nov-03 7:54 
GeneralRe: regd threads Pin
David Crow25-Nov-03 8:21
David Crow25-Nov-03 8:21 
GeneralNeed help setting project to use CxImage Pin
ElizabethC25-Nov-03 7:45
ElizabethC25-Nov-03 7:45 
GeneralRe: Need help setting project to use CxImage Pin
ElizabethC25-Nov-03 8:38
ElizabethC25-Nov-03 8:38 
GeneralGetting a DLL version Pin
Tom Wright25-Nov-03 7:29
Tom Wright25-Nov-03 7:29 
GeneralRe: Getting a DLL version Pin
David Crow25-Nov-03 7:40
David Crow25-Nov-03 7:40 
GeneralRe: Getting a DLL version Pin
Tom Wright25-Nov-03 8:04
Tom Wright25-Nov-03 8:04 
GeneralRe: Getting a DLL version Pin
David Crow25-Nov-03 8:15
David Crow25-Nov-03 8:15 
GeneralTooltip lost after setting state to TBSTATE_HIDDEN Pin
ElizabethC25-Nov-03 7:22
ElizabethC25-Nov-03 7:22 
GeneralScrolling a multiline CRichEditCtrl Pin
alex2000___++25-Nov-03 7:17
alex2000___++25-Nov-03 7:17 

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.