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

C / C++ / MFC

 
GeneralRe: Simple Calculator (Someone PLEASE HELP ME!!!!!) Pin
DHAPPREP27-Jan-05 17:55
DHAPPREP27-Jan-05 17:55 
GeneralRe: Simple Calculator (Someone PLEASE HELP ME!!!!!) Pin
David Crow28-Jan-05 3:12
David Crow28-Jan-05 3:12 
GeneralRe: Simple Calculator (Someone PLEASE HELP ME!!!!!) Pin
V.27-Jan-05 23:28
professionalV.27-Jan-05 23:28 
GeneralRe: Simple Calculator (Someone PLEASE HELP ME!!!!!) Pin
David Crow28-Jan-05 3:03
David Crow28-Jan-05 3:03 
GeneralRe: Simple Calculator (Someone PLEASE HELP ME!!!!!) Pin
David Crow28-Jan-05 3:02
David Crow28-Jan-05 3:02 
GeneralRe: Simple Calculator (Someone PLEASE HELP ME!!!!!) Pin
trelliot28-Jan-05 3:10
trelliot28-Jan-05 3:10 
GeneralWin32 EDIT Control Pin
Aneurysm0027-Jan-05 11:33
Aneurysm0027-Jan-05 11:33 
GeneralRe: Win32 EDIT Control Pin
Jim Crafton27-Jan-05 17:22
Jim Crafton27-Jan-05 17:22 
Have you tried calling

DWORD flags = SWP_NOACTIVATE | SWP_FRAMECHANGED | SWP_NOMOVE | SWP_NOSIZE | SWP_NOZORDER;
SetWindowPos( editHwnd, NULL, 0, 0, 0, 0, flags );



I know that the only way to get certain window style settings to take effect is to call SetWindowPos() like this. Hope this helps!

¡El diablo está en mis pantalones! ¡Mire, mire!

Real Mentats use only 100% pure, unfooled around with Sapho Juice(tm)!

SELECT * FROM User WHERE Clue > 0
0 rows returned

Save an Orange - Use the VCF!
GeneralRe: Win32 EDIT Control Pin
Aneurysm0028-Jan-05 7:11
Aneurysm0028-Jan-05 7:11 
GeneralVS 7.1 On Windows XP Pin
Grahamfff27-Jan-05 10:57
Grahamfff27-Jan-05 10:57 
GeneralRe: VS 7.1 On Windows XP Pin
Christian Graus27-Jan-05 14:17
protectorChristian Graus27-Jan-05 14:17 
GeneralRe: VS 7.1 On Windows XP Pin
Jim Crafton27-Jan-05 17:10
Jim Crafton27-Jan-05 17:10 
GeneralRe: VS 7.1 On Windows XP Pin
rbid27-Jan-05 23:57
rbid27-Jan-05 23:57 
GeneralRe: VS 7.1 On Windows XP Pin
Grahamfff28-Jan-05 9:50
Grahamfff28-Jan-05 9:50 
Generalconvert double to char Pin
Sam197927-Jan-05 10:42
Sam197927-Jan-05 10:42 
GeneralRe: convert double to char Pin
Chris Losinger27-Jan-05 11:03
professionalChris Losinger27-Jan-05 11:03 
GeneralRe: convert double to char Pin
Jim Crafton27-Jan-05 17:07
Jim Crafton27-Jan-05 17:07 
GeneralRe: convert double to char Pin
trelliot27-Jan-05 13:16
trelliot27-Jan-05 13:16 
GeneralRe: convert double to char Pin
trelliot27-Jan-05 17:20
trelliot27-Jan-05 17:20 
GeneralRe: convert double to char Pin
JKallen27-Jan-05 17:32
JKallen27-Jan-05 17:32 
GeneralRe: convert double to char Pin
Mircea Puiu29-Jan-05 5:16
Mircea Puiu29-Jan-05 5:16 
QuestionIs a directory on local PC? Pin
Neville Franks27-Jan-05 10:34
Neville Franks27-Jan-05 10:34 
AnswerRe: Is a directory on local PC? Pin
David Crow27-Jan-05 10:45
David Crow27-Jan-05 10:45 
GeneralRe: Is a directory on local PC? Pin
Neville Franks27-Jan-05 10:53
Neville Franks27-Jan-05 10:53 
Generalindex of min_element Pin
ns27-Jan-05 10:30
ns27-Jan-05 10:30 

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.