Click here to Skip to main content
15,925,369 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
GeneralText Area With Multiline Pin
yccheok13-Sep-01 17:40
yccheok13-Sep-01 17:40 
GeneralRe: Text Area With Multiline Pin
Steen Krogsgaard13-Sep-01 21:26
Steen Krogsgaard13-Sep-01 21:26 
GeneralMultithreading with GUI hang up problem Pin
yccheok13-Sep-01 17:38
yccheok13-Sep-01 17:38 
GeneralRe: Multithreading with GUI hang up problem Pin
Tomasz Sowinski14-Sep-01 0:21
Tomasz Sowinski14-Sep-01 0:21 
GeneralZorder Pin
JekYu13-Sep-01 15:15
JekYu13-Sep-01 15:15 
GeneralRe: Zorder Pin
Christian Graus13-Sep-01 16:08
protectorChristian Graus13-Sep-01 16:08 
GeneralRe: Zorder Pin
JekYu13-Sep-01 16:32
JekYu13-Sep-01 16:32 
GeneralRe: Zorder Pin
13-Sep-01 18:26
suss13-Sep-01 18:26 
are you trying to show between two button at the same position to do two different task ?

if so, i sugguest you not to use z-order but just change the object text of the button ( or CStatic ) by CWnd::SetWindowText(LPCTSTR lpszString) and if they are executable, set a flag ( i think you already have, which is "flip".. ) and in OnClick of that object, check the flag and do different task.. but as you said they are just static.. i guess you only wanna display different text SetWindowText can do what you need
GeneralI need to disable ESC key in ATL COM CAxDialogImpl... Pin
Matt Philmon13-Sep-01 13:50
Matt Philmon13-Sep-01 13:50 
GeneralRe: I need to disable ESC key in ATL COM CAxDialogImpl... Pin
Ben M. Stokland13-Sep-01 21:13
Ben M. Stokland13-Sep-01 21:13 
GeneralRe: I need to disable ESC key in ATL COM CAxDialogImpl... Pin
Matt Philmon14-Sep-01 4:20
Matt Philmon14-Sep-01 4:20 
GeneralHELP Pin
DanYELL13-Sep-01 12:35
DanYELL13-Sep-01 12:35 
GeneralRe: HELP Pin
Michael P Butler13-Sep-01 22:11
Michael P Butler13-Sep-01 22:11 
GeneralColoring text in an ATL Control Pin
lpvoid13-Sep-01 12:11
lpvoid13-Sep-01 12:11 
GeneralRe: Coloring text in an ATL Control Pin
Erik Thompson13-Sep-01 12:41
sitebuilderErik Thompson13-Sep-01 12:41 
GeneralReading and writing bits. Pin
kakuni13-Sep-01 11:40
kakuni13-Sep-01 11:40 
GeneralRe: Reading and writing bits. Pin
Carlos Antollini13-Sep-01 11:48
Carlos Antollini13-Sep-01 11:48 
GeneralRe: Reading and writing bits. Pin
kakuni13-Sep-01 12:14
kakuni13-Sep-01 12:14 
GeneralRe: Reading and writing bits. Pin
User 988513-Sep-01 11:54
User 988513-Sep-01 11:54 
GeneralRe: Reading and writing bits. Pin
kakuni13-Sep-01 12:15
kakuni13-Sep-01 12:15 
GeneralKeeping a dialog on top of all other windows Pin
RobJones13-Sep-01 11:13
RobJones13-Sep-01 11:13 
GeneralRe: Keeping a dialog on top of all other windows Pin
Christian Graus13-Sep-01 11:22
protectorChristian Graus13-Sep-01 11:22 
GeneralRe: Keeping a dialog on top of all other windows Pin
RobJones13-Sep-01 11:32
RobJones13-Sep-01 11:32 
GeneralPassing hWnd to an ActiveX control Pin
bobby13-Sep-01 10:58
bobby13-Sep-01 10:58 
GeneralRe: Passing hWnd to an ActiveX control Pin
tonyschr13-Sep-01 11:10
tonyschr13-Sep-01 11:10 

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.