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

C / C++ / MFC

 
GeneralRe: SetWindowPos Problem Pin
Elrond8-Jul-02 4:53
Elrond8-Jul-02 4:53 
GeneralTask Bar in Full Screen Mode Implementation Pin
nilaysoft8-Jul-02 0:18
nilaysoft8-Jul-02 0:18 
GeneralRe: Task Bar in Full Screen Mode Implementation Pin
Nish Nishant8-Jul-02 1:53
sitebuilderNish Nishant8-Jul-02 1:53 
GeneralRe: Task Bar in Full Screen Mode Implementation Pin
PJ Arends8-Jul-02 6:51
professionalPJ Arends8-Jul-02 6:51 
GeneralRe: Task Bar in Full Screen Mode Implementation Pin
Nish Nishant8-Jul-02 10:06
sitebuilderNish Nishant8-Jul-02 10:06 
GeneralRe: Task Bar in Full Screen Mode Implementation Pin
nilaysoft9-Jul-02 15:57
nilaysoft9-Jul-02 15:57 
GeneralRe: Task Bar in Full Screen Mode Implementation Pin
Neha22-Nov-02 20:40
Neha22-Nov-02 20:40 
GeneralRe: Task Bar in Full Screen Mode Implementation Pin
nilaysoft24-Nov-02 16:40
nilaysoft24-Nov-02 16:40 
Dear,
What I've used are:
<br />
int cx = GetSystemMetrics (SM_CXSCREEN);<br />
int cy = GetSystemMetrics (SM_CYSCREEN);<br />
int cyCaption = GetSystemMetrics(SM_CYCAPTION);<br />
int cyMenu = GetSystemMetrics(SM_CYMENU);<br />
SetWindowPos (hwnd, HWND_TOPMOST, -4, -(cyCaption + cyMenu + 4), screenx + 8, screeny + (cyCaption + cyMenu) + 8, SWP_FRAMECHANGED);<br />

QuestionFuture of C++ in MS Windows? Pin
faust8-Jul-02 0:04
faust8-Jul-02 0:04 
AnswerRe: Future of C++ in MS Windows? Pin
Christian Graus8-Jul-02 0:08
protectorChristian Graus8-Jul-02 0:08 
GeneralRe: Future of C++ in MS Windows? Pin
faust8-Jul-02 0:12
faust8-Jul-02 0:12 
AnswerRe: Future of C++ in MS Windows? Pin
Michael P Butler8-Jul-02 0:39
Michael P Butler8-Jul-02 0:39 
AnswerRe: Future of C++ in MS Windows? Pin
Nish Nishant8-Jul-02 1:55
sitebuilderNish Nishant8-Jul-02 1:55 
GeneralRe: Future of C++ in MS Windows? Pin
Senkwe Chanda8-Jul-02 6:00
Senkwe Chanda8-Jul-02 6:00 
AnswerRe: Future of C++ in MS Windows? Pin
yarp8-Jul-02 3:56
yarp8-Jul-02 3:56 
GeneralRe: Future of C++ in MS Windows? Pin
faust8-Jul-02 4:35
faust8-Jul-02 4:35 
GeneralRe: Future of C++ in MS Windows? Pin
yarp8-Jul-02 7:06
yarp8-Jul-02 7:06 
AnswerRe: Future of C++ in MS Windows? Pin
sagmam8-Jul-02 5:39
sagmam8-Jul-02 5:39 
Generalhelp me Pin
7-Jul-02 23:52
suss7-Jul-02 23:52 
GeneralRe: help me Pin
nilaysoft8-Jul-02 0:05
nilaysoft8-Jul-02 0:05 
GeneralResources in DLLs Pin
7-Jul-02 23:40
suss7-Jul-02 23:40 
GeneralRe: Resources in DLLs Pin
Prem Kumar8-Jul-02 3:05
Prem Kumar8-Jul-02 3:05 
GeneralRe: Resources in DLLs Pin
8-Jul-02 21:12
suss8-Jul-02 21:12 
GeneralRe: Resources in DLLs Pin
Prem Kumar8-Jul-02 23:26
Prem Kumar8-Jul-02 23:26 
GeneralRe: Resources in DLLs Pin
9-Jul-02 0:18
suss9-Jul-02 0:18 

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.