Click here to Skip to main content
15,895,256 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
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 
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 
I have to send text to the static control

TCHAR someOutString;

_stprntf(someOutString,"Preogress is :%d%%",_percentage);
dlgbar.m_static.SendMessage(WM_SETTEXT,0,(LPCTSTR)someOutString);

If I do PostMessage I loose the LPARAM ... 'someOutString'.

I have installed VC 6 under 98 and I I get hang in user.dll

Thx



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 
GeneralRe: Scrolling a multiline CRichEditCtrl Pin
igor196025-Nov-03 7:32
igor196025-Nov-03 7:32 
GeneralRe: Scrolling a multiline CRichEditCtrl Pin
alex2000___++25-Nov-03 7:43
alex2000___++25-Nov-03 7:43 
GeneralRe: Scrolling a multiline CRichEditCtrl Pin
igor196025-Nov-03 7:56
igor196025-Nov-03 7:56 
GeneralRe: Scrolling a multiline CRichEditCtrl Pin
alex2000___++26-Nov-03 9:32
alex2000___++26-Nov-03 9:32 

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.