Click here to Skip to main content
16,014,392 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
GeneralRe: Where can I get masm? Pin
1-Jun-02 10:53
suss1-Jun-02 10:53 
AnswerRe: Where can I get masm? Pin
Nish Nishant1-Jun-02 18:14
sitebuilderNish Nishant1-Jun-02 18:14 
AnswerRe: Where can I get masm? Pin
David_LoveCpp17-Mar-10 22:32
David_LoveCpp17-Mar-10 22:32 
Questionwhich way is better? Pin
pnpfriend1-Jun-02 9:24
pnpfriend1-Jun-02 9:24 
AnswerRe: which way is better? Pin
Brian Delahunty1-Jun-02 10:24
Brian Delahunty1-Jun-02 10:24 
GeneralCView border Pin
Joel Holdsworth1-Jun-02 9:27
Joel Holdsworth1-Jun-02 9:27 
GeneralRe: CView border Pin
Neville Franks1-Jun-02 11:37
Neville Franks1-Jun-02 11:37 
GeneralRe: CView border Pin
Paul M Watt1-Jun-02 18:16
mentorPaul M Watt1-Jun-02 18:16 
After you change the style of a window, you need to call SetWindowPos in order to force a repaint of the frame. make this call:

::SetWindowPos(hWnd, NULL,0,0,0,0, SWP_NOMOVE SWP_NOSIZE | SWP_NOZORDER | SWP_FRAMECHANGED | SWP_NOACTIVATE);


BTW, this is in the documentation for SetWindowLong.

Good Luck


Build a man a fire, and he will be warm for a day
Light a man on fire, and he will be warm for the rest of his life!

GeneralAfxGetMain window oddness Pin
Joel Holdsworth1-Jun-02 9:17
Joel Holdsworth1-Jun-02 9:17 
GeneralRe: AfxGetMain window oddness Pin
Neville Franks1-Jun-02 11:44
Neville Franks1-Jun-02 11:44 
GeneralRe: AfxGetMain window oddness Pin
Nish Nishant1-Jun-02 16:20
sitebuilderNish Nishant1-Jun-02 16:20 
GeneralFlame me to a crisp, but... Pin
Domenic Denicola1-Jun-02 8:40
Domenic Denicola1-Jun-02 8:40 
GeneralRe: Flame me to a crisp, but... Pin
Brian Delahunty1-Jun-02 9:28
Brian Delahunty1-Jun-02 9:28 
GeneralProtected Storage Service Pin
David Lau1-Jun-02 8:17
David Lau1-Jun-02 8:17 
Generalspeed up Pin
pnpfriend1-Jun-02 6:48
pnpfriend1-Jun-02 6:48 
GeneralRe: speed up Pin
Joaquín M López Muñoz1-Jun-02 6:56
Joaquín M López Muñoz1-Jun-02 6:56 
GeneralRe: speed up Pin
Brian Delahunty1-Jun-02 7:11
Brian Delahunty1-Jun-02 7:11 
GeneralRe: speed up Pin
pnpfriend1-Jun-02 7:52
pnpfriend1-Jun-02 7:52 
GeneralRe: speed up Pin
Brian Delahunty1-Jun-02 9:33
Brian Delahunty1-Jun-02 9:33 
GeneralRe: speed up Pin
pnpfriend1-Jun-02 9:47
pnpfriend1-Jun-02 9:47 
GeneralRe: speed up Pin
Brian Delahunty1-Jun-02 10:05
Brian Delahunty1-Jun-02 10:05 
GeneralRe: speed up Pin
pnpfriend1-Jun-02 10:39
pnpfriend1-Jun-02 10:39 
GeneralRe: speed up Pin
Brian Delahunty1-Jun-02 10:35
Brian Delahunty1-Jun-02 10:35 
Questiongeting start and end address of a running process? Pin
hwnd1-Jun-02 6:26
hwnd1-Jun-02 6:26 
AnswerRe: geting start and end address of a running process? Pin
Mike Nordell1-Jun-02 7:02
Mike Nordell1-Jun-02 7:02 

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.