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

C / C++ / MFC

 
GeneralRe: Finding files using FindFile/FindNextFile Pin
SWDevil8-Mar-06 21:41
SWDevil8-Mar-06 21:41 
GeneralRe: Finding files using FindFile/FindNextFile Pin
Hamid_RT8-Mar-06 21:52
Hamid_RT8-Mar-06 21:52 
GeneralRe: Finding files using FindFile/FindNextFile Pin
toxcct8-Mar-06 22:18
toxcct8-Mar-06 22:18 
AnswerRe: Finding files using FindFile/FindNextFile Pin
toxcct8-Mar-06 22:10
toxcct8-Mar-06 22:10 
GeneralRe: Finding files using FindFile/FindNextFile Pin
SWDevil9-Mar-06 1:08
SWDevil9-Mar-06 1:08 
GeneralRe: Finding files using FindFile/FindNextFile Pin
Wim Engberts9-Mar-06 1:18
Wim Engberts9-Mar-06 1:18 
GeneralRe: Finding files using FindFile/FindNextFile Pin
toxcct9-Mar-06 1:32
toxcct9-Mar-06 1:32 
Questionabout handle message. Pin
HOW WHAT8-Mar-06 20:15
HOW WHAT8-Mar-06 20:15 
LRESULT CALLBACK WndProc(HWND hWnd, UINT uMsg, WPARAM wParam, LPARAM lParam)
{
switch (uMsg)
{
case WM_MYMESSAGE:
//////////////////////////////
// click cancel button to do some thing and destory the window, if here i use SendMessage or DestoryWindow, what happend?


PostMessage(hWnd, WM_COMMAND, MAKELPARAM(IDCANCEL, BN_CLICKED), hWndCancel);
////////////////////////////
break;
}

return CallWindowProc(wpPrev, hWnd, uMsg, wParam, lParam);
}
Questionhow to find files with certain extension in a certain directory Pin
Joy Anne8-Mar-06 19:39
Joy Anne8-Mar-06 19:39 
AnswerRe: how to find files with certain extension in a certain directory Pin
Nibu babu thomas8-Mar-06 19:53
Nibu babu thomas8-Mar-06 19:53 
AnswerRe: how to find files with certain extension in a certain directory Pin
Hamid_RT8-Mar-06 21:33
Hamid_RT8-Mar-06 21:33 
AnswerRe: how to find files with certain extension in a certain directory Pin
toxcct8-Mar-06 22:05
toxcct8-Mar-06 22:05 
QuestionHow to Call "Enter Network Password" dialogbox i n Win2000? Pin
host288-Mar-06 19:26
host288-Mar-06 19:26 
AnswerRe: How to Call "Enter Network Password" dialogbox i n Win2000? Pin
Xing Chen8-Mar-06 22:55
Xing Chen8-Mar-06 22:55 
QuestionHow to Call "Enter Network Password" in Win2000? Pin
host288-Mar-06 19:18
host288-Mar-06 19:18 
Questionhow to stop timer in thread Pin
baldha rakesh8-Mar-06 18:33
baldha rakesh8-Mar-06 18:33 
AnswerRe: how to stop timer in thread Pin
Nibu babu thomas8-Mar-06 18:47
Nibu babu thomas8-Mar-06 18:47 
AnswerRe: how to stop timer in thread Pin
Eytukan8-Mar-06 22:20
Eytukan8-Mar-06 22:20 
QuestionWM_TIMER in Win32 Console App? Pin
syntaxed8-Mar-06 18:24
syntaxed8-Mar-06 18:24 
AnswerRe: WM_TIMER in Win32 Console App? Pin
Stephen Hewitt8-Mar-06 20:48
Stephen Hewitt8-Mar-06 20:48 
GeneralRe: WM_TIMER in Win32 Console App? Pin
Eytukan8-Mar-06 22:25
Eytukan8-Mar-06 22:25 
GeneralRe: WM_TIMER in Win32 Console App? Pin
Stephen Hewitt8-Mar-06 23:02
Stephen Hewitt8-Mar-06 23:02 
GeneralRe: WM_TIMER in Win32 Console App? Pin
Eytukan9-Mar-06 0:35
Eytukan9-Mar-06 0:35 
QuestionHow to use word through C# Pin
sam_g18-Mar-06 18:13
sam_g18-Mar-06 18:13 
Questionwhich tool do more strictly check code than c++compiler. Pin
derek78-Mar-06 18:13
derek78-Mar-06 18: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.