Click here to Skip to main content
15,886,258 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
GeneralRe: ON_WM_ENTERIDLE() Pin
susanne119-May-09 22:48
susanne119-May-09 22:48 
GeneralRe: ON_WM_ENTERIDLE() Pin
«_Superman_»19-May-09 22:51
professional«_Superman_»19-May-09 22:51 
GeneralRe: ON_WM_ENTERIDLE() Pin
susanne119-May-09 23:24
susanne119-May-09 23:24 
GeneralRe: ON_WM_ENTERIDLE() Pin
«_Superman_»19-May-09 23:38
professional«_Superman_»19-May-09 23:38 
QuestionPerform the conversion from a float decimal number to single precision (4 byte) IEEE 754 format number? Pin
dec8219-May-09 21:58
dec8219-May-09 21:58 
AnswerRe: Perform the conversion from a float decimal number to single precision (4 byte) IEEE 754 format number? Pin
Stuart Dootson19-May-09 22:19
professionalStuart Dootson19-May-09 22:19 
QuestionHow to insert a Resizing symbol in the bottom right corner of the window Pin
pandit8419-May-09 21:17
pandit8419-May-09 21:17 
AnswerRe: How to insert a Resizing symbol in the bottom right corner of the window Pin
Stuart Dootson19-May-09 22:04
professionalStuart Dootson19-May-09 22:04 
The way I've done it in the past is to create a window of class "SCROLLBAR", with style WS_CHILD | WS_VISIBLE | WS_CLIPSIBLINGS | SBS_SIZEBOX | SBS_SIZEGRIP | SBS_SIZEBOXBOTTOMRIGHTALIGN. You then need to override the parent window's OnSize handler to ensure this window is always at the bottom-right of the parent window.

The other wrinkle is that you probably want to override the parent window's OnNcHitTest handler, so that when the mouse is over this window, you can return HTBOTTOMRIGHT to tell the system that it's over the bottom-right corner part of the border (and so the system will display a resizing cursor).

Java, Basic, who cares - it's all a bunch of tree-hugging hippy cr*p

AnswerRe: How to insert a Resizing symbol in the bottom right corner of the window Pin
Hamid_RT20-May-09 0:26
Hamid_RT20-May-09 0:26 
QuestionSetting the drop down size of a Combo Box Pin
V K 219-May-09 18:44
V K 219-May-09 18:44 
AnswerRe: Setting the drop down size of a Combo Box Pin
Chandrasekharan P19-May-09 19:09
Chandrasekharan P19-May-09 19:09 
QuestionAdobe Reader in Java [modified] Pin
snacker219-May-09 15:51
snacker219-May-09 15:51 
AnswerRe: Adobe Reader in Java Pin
Stuart Dootson19-May-09 21:51
professionalStuart Dootson19-May-09 21:51 
GeneralRe: Adobe Reader in Java Pin
snacker220-May-09 5:41
snacker220-May-09 5:41 
GeneralRe: Adobe Reader in Java Pin
Stuart Dootson20-May-09 5:58
professionalStuart Dootson20-May-09 5:58 
GeneralRe: Adobe Reader in Java Pin
snacker220-May-09 6:02
snacker220-May-09 6:02 
GeneralRe: Adobe Reader in Java Pin
snacker220-May-09 10:00
snacker220-May-09 10:00 
GeneralRe: Adobe Reader in Java Pin
snacker220-May-09 10:20
snacker220-May-09 10:20 
GeneralRe: Adobe Reader in Java Pin
snacker221-May-09 3:55
snacker221-May-09 3:55 
GeneralRe: Adobe Reader in Java Pin
snacker220-May-09 6:00
snacker220-May-09 6:00 
Questionnewbie needs help! Pin
jonathan warfield19-May-09 12:49
jonathan warfield19-May-09 12:49 
AnswerRe: newbie needs help! [modified] Pin
Stuart Dootson19-May-09 12:56
professionalStuart Dootson19-May-09 12:56 
AnswerRe: newbie needs help! Pin
Maximilien19-May-09 13:44
Maximilien19-May-09 13:44 
QuestionRe: newbie needs help! Pin
David Crow19-May-09 16:07
David Crow19-May-09 16:07 
AnswerRe: newbie needs help! Pin
Sarath C19-May-09 18:32
Sarath C19-May-09 18: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.