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

C / C++ / MFC

 
Generalctrl+alt+del(windows 2000) Pin
slah8-Jul-02 1:43
slah8-Jul-02 1:43 
GeneralRe: ctrl+alt+del(windows 2000) Pin
DanielP8-Jul-02 5:42
DanielP8-Jul-02 5:42 
GeneralRe: ctrl+alt+del(windows 2000) Pin
-Dy9-Jul-02 1:54
-Dy9-Jul-02 1:54 
GeneralVisual .NET Debugger on 6.0 C++ compiler Pin
8-Jul-02 1:36
suss8-Jul-02 1:36 
QuestionOverride CArchive::IsStoring()==FALSE ? Pin
Koep8-Jul-02 1:05
Koep8-Jul-02 1:05 
GeneralSetWindowPos Problem Pin
AJ1238-Jul-02 0:39
AJ1238-Jul-02 0:39 
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 
I want implement full screen mode in my small application. I wrote codes
as follows:
cx = //width of the screen;
cy = //height of the screen;
SetWindowPos (hwnd, NULL, -4, -4, cx, cy, SWP_NOZORDER | SWP_FRAMECHANGED);

They work pretty well, the minor boring thing is that the task bar (if Not
autohide) is still there. it will not disappear unless I click it once? any
solution? thanks, thanks.


http://ihome.ust.hk/~zhaoming
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 
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 

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.