Click here to Skip to main content
16,006,594 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
GeneralRe: Modifying CDocument Member Objects :: MFC Pin
wangyiming12-Apr-02 19:33
wangyiming12-Apr-02 19:33 
GeneralRe: Modifying CDocument Member Objects :: MFC Pin
valikac12-Apr-02 19:53
valikac12-Apr-02 19:53 
GeneralRe: Modifying CDocument Member Objects :: MFC Pin
valikac15-Apr-02 5:02
valikac15-Apr-02 5:02 
GeneralFull Screen Windows Pin
Waleed Eissa12-Apr-02 12:46
Waleed Eissa12-Apr-02 12:46 
GeneralRe: Full Screen Windows Pin
Christian Graus12-Apr-02 12:49
protectorChristian Graus12-Apr-02 12:49 
GeneralRe: Full Screen Windows Pin
Rickard Andersson2012-Apr-02 21:45
Rickard Andersson2012-Apr-02 21:45 
GeneralRe: Full Screen Windows Pin
Christian Graus12-Apr-02 21:45
protectorChristian Graus12-Apr-02 21:45 
GeneralRe: Full Screen Windows Pin
PJ Arends12-Apr-02 14:16
professionalPJ Arends12-Apr-02 14:16 
HWND FullScreenWindow = ::CreateWindowEx(WS_EX_TOPMOST,
 _T("MyRegisteredWindowClass"),
 NULL,
 WS_POPUP,
 0,
 0,
 GetSystemMetrics(SM_CXSCREEN),
 GetSystemMetrics(SM_CYSCREEN),
 NULL,
 NULL,
 TheApplicationInstanceHandle,
 NULL);

ShowWindow(FullScreenWindow, SW_SHOW);


or something like thatSmile | :)

---
CPUA 0x5041

Sonork 100.11743 Chicken Little

It may be that your sole purpose in life is simply to serve as a warning to others.
GeneralRe: Full Screen Windows Pin
Waleed Eissa13-Apr-02 0:09
Waleed Eissa13-Apr-02 0:09 
GeneralCComboBox Question Pin
User 988512-Apr-02 12:37
User 988512-Apr-02 12:37 
GeneralCComboBox Question Pin
User 988512-Apr-02 13:18
User 988512-Apr-02 13:18 
GeneralRe: CComboBox Question Pin
Nish Nishant12-Apr-02 17:30
sitebuilderNish Nishant12-Apr-02 17:30 
GeneralRe: CComboBox Question Pin
Shog912-Apr-02 17:15
sitebuilderShog912-Apr-02 17:15 
GeneralMessage handler crashing only in release mode Pin
Jack Handy12-Apr-02 11:17
Jack Handy12-Apr-02 11:17 
GeneralRe: Message handler crashing only in release mode Pin
Chris Losinger12-Apr-02 11:30
professionalChris Losinger12-Apr-02 11:30 
GeneralRe: Message handler crashing only in release mode Pin
Jack Handy12-Apr-02 11:46
Jack Handy12-Apr-02 11:46 
GeneralRe: Message handler crashing only in release mode Pin
Chris Losinger12-Apr-02 11:52
professionalChris Losinger12-Apr-02 11:52 
GeneralHelp me explain this directive Pin
moliate12-Apr-02 10:49
moliate12-Apr-02 10:49 
GeneralRe: Help me explain this directive Pin
Christian Graus12-Apr-02 12:50
protectorChristian Graus12-Apr-02 12:50 
GeneralRe: Help me explain this directive Pin
moliate12-Apr-02 14:39
moliate12-Apr-02 14:39 
GeneralRe: Help me explain this directive Pin
Christian Graus12-Apr-02 15:46
protectorChristian Graus12-Apr-02 15:46 
GeneralRe: Help me explain this directive Pin
Paul M Watt12-Apr-02 19:18
mentorPaul M Watt12-Apr-02 19:18 
GeneralRe: Help me explain this directive Pin
moliate13-Apr-02 1:56
moliate13-Apr-02 1:56 
General.Net Pin
12-Apr-02 10:48
suss12-Apr-02 10:48 
GeneralRe: .Net Pin
Christian Graus12-Apr-02 12:52
protectorChristian Graus12-Apr-02 12: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.