Click here to Skip to main content
15,893,508 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
AnswerRe: button kept pushed Pin
Chris Losinger27-Oct-06 4:09
professionalChris Losinger27-Oct-06 4:09 
AnswerRe: button kept pushed Pin
Roger Stoltz27-Oct-06 5:44
Roger Stoltz27-Oct-06 5:44 
AnswerRe: button kept pushed Pin
ThatsAlok28-Oct-06 1:57
ThatsAlok28-Oct-06 1:57 
QuestionGet Windows TaskBar Height & width Pin
QuickDeveloper27-Oct-06 2:43
QuickDeveloper27-Oct-06 2:43 
AnswerRe: Get Windows TaskBar Height & width Pin
Daniel Kanev27-Oct-06 3:27
Daniel Kanev27-Oct-06 3:27 
AnswerRe: Get Windows TaskBar Height & width Pin
David Crow27-Oct-06 3:29
David Crow27-Oct-06 3:29 
AnswerRe: Get Windows TaskBar Height & width Pin
Michael Dunn27-Oct-06 16:24
sitebuilderMichael Dunn27-Oct-06 16:24 
GeneralRe: Get Windows TaskBar Height & width Pin
FrecherxDachs17-Mar-14 8:22
FrecherxDachs17-Mar-14 8:22 
According to the API description you have to pass the hwnd of your taskbar. :/

C++
SHAppBarMessage(ABM_QUERYPOS, pabd);


pabd
    A pointer to an APPBARDATA structure. The uEdge member specifies a screen edge, and the rc member contains the proposed bounding rectangle. When the SHAppBarMessage function returns, rc contains the approved bounding rectangle. You must specify the cbSize, hWnd, uEdge, and rc members when sending this message; all other members are ignored.


Source: msdn
QuestionHow to guess "do not display content while moving windows" mode Pin
fahmoun27-Oct-06 2:19
fahmoun27-Oct-06 2:19 
AnswerRe: How to guess "do not display content while moving windows" mode Pin
Gavin Taylor27-Oct-06 4:18
professionalGavin Taylor27-Oct-06 4:18 
GeneralRe: How to guess "do not display content while moving windows" mode Pin
fahmoun27-Oct-06 6:02
fahmoun27-Oct-06 6:02 
QuestionRe: How to guess "do not display content while moving windows" mode Pin
Waldermort27-Oct-06 17:55
Waldermort27-Oct-06 17:55 
AnswerRe: How to guess "do not display content while moving windows" mode Pin
Gavin Taylor28-Oct-06 2:27
professionalGavin Taylor28-Oct-06 2:27 
GeneralRe: How to guess "do not display content while moving windows" mode Pin
Waldermort28-Oct-06 23:02
Waldermort28-Oct-06 23:02 
Questiondll problem,help me:) Pin
rxgmoral27-Oct-06 1:15
rxgmoral27-Oct-06 1:15 
AnswerRe: dll problem,help me:) Pin
toxcct27-Oct-06 2:21
toxcct27-Oct-06 2:21 
AnswerRe: dll problem,help me:) Pin
benjymous27-Oct-06 4:06
benjymous27-Oct-06 4:06 
AnswerRe: dll problem,help me:) Pin
Hamid_RT27-Oct-06 21:32
Hamid_RT27-Oct-06 21:32 
QuestionDeleting a pointer to CString Pin
RadPC27-Oct-06 0:59
RadPC27-Oct-06 0:59 
AnswerRe: Deleting a pointer to CString Pin
toxcct27-Oct-06 1:01
toxcct27-Oct-06 1:01 
GeneralRe: Deleting a pointer to CString Pin
RadPC27-Oct-06 1:10
RadPC27-Oct-06 1:10 
AnswerRe: Deleting a pointer to CString Pin
Cedric Moonen27-Oct-06 1:21
Cedric Moonen27-Oct-06 1:21 
GeneralRe: Deleting a pointer to CString Pin
RadPC27-Oct-06 1:44
RadPC27-Oct-06 1:44 
GeneralRe: Deleting a pointer to CString Pin
Kevin McFarlane27-Oct-06 6:12
Kevin McFarlane27-Oct-06 6:12 
GeneralRe: Deleting a pointer to CString Pin
toxcct27-Oct-06 2:15
toxcct27-Oct-06 2:15 

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.