Click here to Skip to main content
16,008,299 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
GeneralLPDISPATCH question ... Pin
Hadi Rezaee14-Apr-02 1:18
Hadi Rezaee14-Apr-02 1:18 
GeneralChanging a controls client rect Pin
Ben Gray13-Apr-02 23:08
Ben Gray13-Apr-02 23:08 
GeneralRe: Changing a controls client rect Pin
PJ Arends14-Apr-02 4:18
professionalPJ Arends14-Apr-02 4:18 
GeneralRe: Thanks! Pin
Ben Gray14-Apr-02 21:26
Ben Gray14-Apr-02 21:26 
QuestionHMENU, can i change one thing? Pin
MaTrIX2k213-Apr-02 20:55
MaTrIX2k213-Apr-02 20:55 
GeneralCreating borderless windows... Pin
CMFC6.0VS.NETUser13-Apr-02 18:41
CMFC6.0VS.NETUser13-Apr-02 18:41 
GeneralRe: Creating borderless windows... Pin
Michael Dunn13-Apr-02 19:23
sitebuilderMichael Dunn13-Apr-02 19:23 
GeneralRe: Creating borderless windows... Pin
CMFC6.0VS.NETUser13-Apr-02 21:47
CMFC6.0VS.NETUser13-Apr-02 21:47 
Thank for reply...

Your reply help up to here...

I changed the style param for CreateWindow() to 0.
I added SetWindowLong(...,GWL_STYLE, 0);
and SetWindowLong(...,GWL_EXSTYLE, 0);

All that has change is I can drag window, curved ends XP titlebar and all borders are gone are gone(or transparent). The only thing is left is the titlebar is still painted and when Debuging and VS.NET is maximized and program is below it

Two thing I can do...
1) I DbClick VS.NET caption and some of my program show but VS.NET UI is not erase from non-client area.

2) I click my program taskbar button and only the client area of appears on top(non-client area seems transparent). This is what I wanted along.

Also I still cant get rid of that taskbar button.

Any more help...

Thanks...




Real World Coding:
     POP& BuyAPop(Money ADollar){...};
GeneralRe: Creating borderless windows... Pin
CMFC6.0VS.NETUser14-Apr-02 4:30
CMFC6.0VS.NETUser14-Apr-02 4:30 
GeneralRe: Creating borderless windows... Pin
jack Mesic13-Apr-02 19:58
jack Mesic13-Apr-02 19:58 
GeneralPostMessage with CString Pin
Atlantys13-Apr-02 16:44
Atlantys13-Apr-02 16:44 
GeneralRe: PostMessage with CString Pin
Paul M Watt13-Apr-02 17:04
mentorPaul M Watt13-Apr-02 17:04 
GeneralRe: PostMessage with CString Pin
Atlantys13-Apr-02 17:15
Atlantys13-Apr-02 17:15 
GeneralRe: PostMessage with CString Pin
Paul M Watt13-Apr-02 17:31
mentorPaul M Watt13-Apr-02 17:31 
GeneralRe: PostMessage with CString Pin
Atlantys13-Apr-02 19:13
Atlantys13-Apr-02 19:13 
GeneralRe: PostMessage with CString Pin
Alexandru Savescu14-Apr-02 0:32
Alexandru Savescu14-Apr-02 0:32 
GeneralHWND_BROADCAST Pin
Paul M Watt13-Apr-02 17:35
mentorPaul M Watt13-Apr-02 17:35 
GeneralRe: HWND_BROADCAST Pin
Atlantys13-Apr-02 19:16
Atlantys13-Apr-02 19:16 
GeneralVS.Net Components Pin
Frank Deo13-Apr-02 14:04
Frank Deo13-Apr-02 14:04 
GeneralRe: VS.Net Components Pin
jack Mesic13-Apr-02 16:01
jack Mesic13-Apr-02 16:01 
GeneralRe: VS.Net Components Pin
Frank Deo13-Apr-02 17:08
Frank Deo13-Apr-02 17:08 
GeneralRandomize Pin
ISIS5513-Apr-02 10:44
ISIS5513-Apr-02 10:44 
GeneralRe: Randomize Pin
Michael Dunn13-Apr-02 11:29
sitebuilderMichael Dunn13-Apr-02 11:29 
GeneralRe: Randomize Pin
ISIS5513-Apr-02 11:35
ISIS5513-Apr-02 11:35 
GeneralRe: Randomize Pin
Michael Dunn13-Apr-02 15:25
sitebuilderMichael Dunn13-Apr-02 15:25 

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.