Click here to Skip to main content
16,004,977 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
AnswerRe: MFC application launched by other program via command line, and to return the exit code? Pin
toxcct31-Jul-07 23:12
toxcct31-Jul-07 23:12 
GeneralRe: MFC application launched by other program via command line, and to return the exit code? Pin
Maxwell Chen31-Jul-07 23:48
Maxwell Chen31-Jul-07 23:48 
AnswerRe: MFC application launched by other program via command line, and to return the exit code? Pin
CPallini31-Jul-07 23:28
mveCPallini31-Jul-07 23:28 
GeneralRe: MFC application launched by other program via command line, and to return the exit code? Pin
Maxwell Chen31-Jul-07 23:51
Maxwell Chen31-Jul-07 23:51 
Questionwindow style Pin
david bagaturia31-Jul-07 22:09
david bagaturia31-Jul-07 22:09 
AnswerRe: window style Pin
Jonathan [Darka]31-Jul-07 22:11
professionalJonathan [Darka]31-Jul-07 22:11 
AnswerRe: window style Pin
toxcct31-Jul-07 22:13
toxcct31-Jul-07 22:13 
AnswerRe: window style Pin
Randor 31-Jul-07 22:17
professional Randor 31-Jul-07 22:17 
You can use GetWindowLong() or GetWindowLongPtr() to get the window style after the window is created. And you can use SetWindowLong() or SetWindowLongPtr() to modify the style.

If you are creating the window with CreateWindow() or CreateWindowEx() then you can simply pass the styles combined with the bitwise | operator.

More in the MSDN:

http://msdn2.microsoft.com/en-us/library/ms633584.aspx[^]
http://msdn2.microsoft.com/en-us/library/ms633591.aspx[^]
http://msdn2.microsoft.com/en-us/library/ms632680.aspx[^]
http://msdn2.microsoft.com/en-us/library/ms644898.aspx[^]

Best Wishes,
-Randor (David Delaune)
QuestionRe: window style Pin
Hamid_RT31-Jul-07 22:17
Hamid_RT31-Jul-07 22:17 
AnswerRe: window style Pin
david bagaturia31-Jul-07 22:54
david bagaturia31-Jul-07 22:54 
GeneralRe: window style Pin
toxcct31-Jul-07 23:08
toxcct31-Jul-07 23:08 
QuestionGraphical Identification aNd Authorization(GINA) Pin
MozhdehQeraati31-Jul-07 22:00
MozhdehQeraati31-Jul-07 22:00 
AnswerRe: Graphical Identification aNd Authorization(GINA) Pin
Randor 31-Jul-07 22:26
professional Randor 31-Jul-07 22:26 
QuestionPop up menu on Right Click in List view Pin
Y K Kishore Kumar31-Jul-07 21:49
Y K Kishore Kumar31-Jul-07 21:49 
AnswerRe: Pop up menu on Right Click in List view Pin
Hamid_RT31-Jul-07 21:54
Hamid_RT31-Jul-07 21:54 
GeneralRe: Pop up menu on Right Click in List view Pin
Y K Kishore Kumar31-Jul-07 21:56
Y K Kishore Kumar31-Jul-07 21:56 
GeneralRe: Pop up menu on Right Click in List view Pin
Hamid_RT31-Jul-07 22:05
Hamid_RT31-Jul-07 22:05 
GeneralRe: Pop up menu on Right Click in List view Pin
David Crow1-Aug-07 3:18
David Crow1-Aug-07 3:18 
QuestionText drawing problem in GDI+ for HIMETRIC mode Pin
Md. Ali Naser Khan31-Jul-07 21:48
Md. Ali Naser Khan31-Jul-07 21:48 
AnswerRe: Applet using java swing problem Pin
mandanani31-Jul-07 22:51
mandanani31-Jul-07 22:51 
GeneralRe: Applet using java swing problem Pin
ThatsAlok5-Aug-07 22:59
ThatsAlok5-Aug-07 22:59 
QuestionAPPLET and Java compatible dll Pin
SnaKeBeD31-Jul-07 21:35
SnaKeBeD31-Jul-07 21:35 
AnswerRe: APPLET and Java compatible dll Pin
toxcct31-Jul-07 21:41
toxcct31-Jul-07 21:41 
GeneralRe: APPLET and Java compatible dll Pin
SnaKeBeD31-Jul-07 22:05
SnaKeBeD31-Jul-07 22:05 
GeneralRe: APPLET and Java compatible dll Pin
mandanani31-Jul-07 22:48
mandanani31-Jul-07 22:48 

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.