Click here to Skip to main content
15,909,835 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
Questionhow to convert text into image using VC++6.0 Pin
emmatty29-Jan-04 18:39
emmatty29-Jan-04 18:39 
AnswerRe: how to convert text into image using VC++6.0 Pin
basementman30-Jan-04 10:04
basementman30-Jan-04 10:04 
GeneralFill Color in a static control at runtime Pin
swarnamanoo29-Jan-04 18:15
swarnamanoo29-Jan-04 18:15 
GeneralRe: Fill Color in a static control at runtime Pin
amit sebiz29-Jan-04 19:28
amit sebiz29-Jan-04 19:28 
Questionhow to disable Shift key Pin
wow999929-Jan-04 18:14
wow999929-Jan-04 18:14 
AnswerRe: how to disable Shift key Pin
Anonymous30-Jan-04 2:52
Anonymous30-Jan-04 2:52 
QuestionAbout the WM_ENABLE? Pin
zhaopzhi29-Jan-04 18:13
zhaopzhi29-Jan-04 18:13 
AnswerRe: About the WM_ENABLE? Pin
Weiye Chen29-Jan-04 20:26
Weiye Chen29-Jan-04 20:26 
From msdn:
The WM_ENABLE message is sent when an application changes the enabled state of a window. It is sent to the window whose enabled state is changing. This message is sent before the EnableWindow function returns, but after the enabled state (WS_DISABLED style bit) of the window has changed.

So i think WM_ENABLE is like a notification message and its handler isn't really responsible for changing the state of the control.

<font=arial>Weiye Chen
When pursuing your dreams, don't forget to enjoy your life...
GeneralNeed a SDK Cool Button Pin
Cael29-Jan-04 18:08
Cael29-Jan-04 18:08 
GeneralRe: Need a SDK Cool Button Pin
alex.barylski29-Jan-04 18:12
alex.barylski29-Jan-04 18:12 
GeneralRe: Need a SDK Cool Button Pin
Cael30-Jan-04 3:48
Cael30-Jan-04 3:48 
GeneralRe: Need a SDK Cool Button Pin
Michael Dunn29-Jan-04 19:43
sitebuilderMichael Dunn29-Jan-04 19:43 
GeneralDetecting that a window has closed Pin
Ryan Binns29-Jan-04 18:07
Ryan Binns29-Jan-04 18:07 
GeneralRe: Detecting that a window has closed Pin
basementman30-Jan-04 10:16
basementman30-Jan-04 10:16 
Questiondetecting logoff vs shutdown. WM_Endsession ?? Pin
rohit.dhamija29-Jan-04 18:07
rohit.dhamija29-Jan-04 18:07 
AnswerRe: detecting logoff vs shutdown. WM_Endsession ?? Pin
pankaj hedau17-Sep-10 21:43
pankaj hedau17-Sep-10 21:43 
Question0x8000?????? Pin
wow999929-Jan-04 18:06
wow999929-Jan-04 18:06 
AnswerRe: 0x8000?????? Pin
Ryan Binns29-Jan-04 18:11
Ryan Binns29-Jan-04 18:11 
GeneralRe: 0x8000?????? Pin
Steve S30-Jan-04 1:35
Steve S30-Jan-04 1:35 
GeneralRe: 0x8000?????? Pin
Ryan Binns30-Jan-04 1:56
Ryan Binns30-Jan-04 1:56 
GeneralRe: 0x8000?????? Pin
Steve S30-Jan-04 2:44
Steve S30-Jan-04 2:44 
GeneralRe: 0x8000?????? Pin
Ryan Binns30-Jan-04 3:00
Ryan Binns30-Jan-04 3:00 
GeneralRe: 0x8000?????? Pin
Tim Smith30-Jan-04 4:22
Tim Smith30-Jan-04 4:22 
GeneralRe: 0x8000?????? Pin
Ryan Binns30-Jan-04 13:25
Ryan Binns30-Jan-04 13:25 
GeneralRe: 0x8000?????? Pin
Steve S1-Feb-04 2:25
Steve S1-Feb-04 2:25 

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.