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

C / C++ / MFC

 
GeneralComboBox Pin
W. Hammer -sledge-18-Jul-03 19:33
W. Hammer -sledge-18-Jul-03 19:33 
GeneralRe: ComboBox Pin
Ryan Binns18-Jul-03 20:05
Ryan Binns18-Jul-03 20:05 
GeneralRe: ComboBox Pin
W. Hammer -sledge-19-Jul-03 0:15
W. Hammer -sledge-19-Jul-03 0:15 
GeneralRe: ComboBox Pin
Ryan Binns19-Jul-03 0:30
Ryan Binns19-Jul-03 0:30 
GeneralRe: ComboBox Pin
conio19-Jul-03 8:36
conio19-Jul-03 8:36 
GeneralRe: ComboBox Pin
Terry O'Nolley20-Jul-03 17:01
Terry O'Nolley20-Jul-03 17:01 
Generalmouseleave Pin
sdfdsfa18-Jul-03 16:50
sdfdsfa18-Jul-03 16:50 
GeneralRe: mouseleave Pin
J. Dunlap18-Jul-03 21:51
J. Dunlap18-Jul-03 21:51 
You can use the TrackMouseEvent[^] API.

It only works on Win98 or above, so if you need Win95 compatibility, you'll have to simulate MouseLeave using a timer: Start the timer when the mouse is first moved into the control. In the timerproc, use GetCursorPos to see if the cursor is outside of the window. If it is, fire a MouseLeave event, and stop the timer.


"Blessed are the peacemakers, for they shall be called sons of God." - Jesus

"You must be the change you wish to see in the world." - Mahatma Gandhi







GeneralRe: mouseleave Pin
Ryan Binns19-Jul-03 0:35
Ryan Binns19-Jul-03 0:35 
GeneralRe: mouseleave Pin
shinay19-Jul-03 7:46
shinay19-Jul-03 7:46 
QuestionWhy use Multi-thread Servers? Pin
Aidman18-Jul-03 13:25
Aidman18-Jul-03 13:25 
AnswerRe: Why use Multi-thread Servers? Pin
Anders Molin18-Jul-03 13:39
professionalAnders Molin18-Jul-03 13:39 
AnswerRe: Why use Multi-thread Servers? Pin
Tim Smith18-Jul-03 13:50
Tim Smith18-Jul-03 13:50 
AnswerRe: Why use Multi-thread Servers? Pin
Aidman18-Jul-03 14:55
Aidman18-Jul-03 14:55 
GeneralRe: Why use Multi-thread Servers? Pin
Ilushka20-Jul-03 21:28
Ilushka20-Jul-03 21:28 
GeneralContext help button for CPropertySheet Pin
haritadala18-Jul-03 11:32
haritadala18-Jul-03 11:32 
GeneralRe: Context help button for CPropertySheet Pin
Ted Ferenc18-Jul-03 12:51
Ted Ferenc18-Jul-03 12:51 
GeneralRe: Context help button for CPropertySheet Pin
haritadala19-Jul-03 7:51
haritadala19-Jul-03 7:51 
GeneralRe: Context help button for CPropertySheet Pin
Ted Ferenc19-Jul-03 8:34
Ted Ferenc19-Jul-03 8:34 
GeneralRe: Context help button for CPropertySheet Pin
Andy Latham19-Sep-03 5:04
Andy Latham19-Sep-03 5:04 
GeneralFlat dialog box Pin
mfclearner18-Jul-03 10:05
mfclearner18-Jul-03 10:05 
GeneralRe: Flat dialog box Pin
David Crow18-Jul-03 10:35
David Crow18-Jul-03 10:35 
GeneralRe: Flat dialog box Pin
mfclearner18-Jul-03 10:50
mfclearner18-Jul-03 10:50 
GeneralRe: Flat dialog box Pin
David Crow18-Jul-03 10:53
David Crow18-Jul-03 10:53 
GeneralRe: Flat dialog box Pin
mfclearner18-Jul-03 12:09
mfclearner18-Jul-03 12:09 

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.