Click here to Skip to main content
15,897,334 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
GeneralRe: Append text to edit control Pin
John R. Shaw1-Mar-08 6:27
John R. Shaw1-Mar-08 6:27 
GeneralRe: Append text to edit control Pin
Hamid_RT1-Mar-08 19:26
Hamid_RT1-Mar-08 19:26 
GeneralRe: Append text to edit control Pin
peterchen1-Mar-08 4:27
peterchen1-Mar-08 4:27 
AnswerRe: Append text to edit control Pin
Ravi Bhavnani1-Mar-08 20:14
professionalRavi Bhavnani1-Mar-08 20:14 
QuestionAbout Multiple Monitors Pin
manish.patel29-Feb-08 18:58
manish.patel29-Feb-08 18:58 
GeneralRe: About Multiple Monitors Pin
karle1-Mar-08 2:30
karle1-Mar-08 2:30 
GeneralRe: About Multiple Monitors Pin
manish.patel1-Mar-08 2:34
manish.patel1-Mar-08 2:34 
GeneralRe: About Multiple Monitors Pin
Dave Calkins1-Mar-08 9:00
Dave Calkins1-Mar-08 9:00 
you could make a separate window for each number display and show one on each monitor.

make each window a "stay on top" window (see SetWindowPos, z-order argument) so it shows above all other windows.

and if all you want is the number, then make the window without any border or title bar and use color key transparency (see the WS_EX_LAYERED extended style, and the SetLayeredWindowAttributes() API using the LWA_COLORKEY flag).
GeneralRe: About Multiple Monitors Pin
karle1-Mar-08 19:51
karle1-Mar-08 19:51 
Generalwindows hwnd management Pin
marcio kovags29-Feb-08 17:13
marcio kovags29-Feb-08 17:13 
QuestionRe: windows hwnd management Pin
David Crow29-Feb-08 17:43
David Crow29-Feb-08 17:43 
GeneralRe: windows hwnd management Pin
JohnCz4-Mar-08 15:15
JohnCz4-Mar-08 15:15 
GeneralRe: windows hwnd management Pin
David Crow5-Mar-08 2:12
David Crow5-Mar-08 2:12 
AnswerRe: windows hwnd management Pin
JohnCz5-Mar-08 7:04
JohnCz5-Mar-08 7:04 
GeneralRe: windows hwnd management Pin
David Crow5-Mar-08 17:53
David Crow5-Mar-08 17:53 
Generalloading registry file programatically Pin
act_x29-Feb-08 15:22
act_x29-Feb-08 15:22 
QuestionRe: loading registry file programatically Pin
David Crow29-Feb-08 17:07
David Crow29-Feb-08 17:07 
GeneralRe: loading registry file programatically Pin
act_x1-Mar-08 2:57
act_x1-Mar-08 2:57 
GeneralRe: loading registry file programatically Pin
act_x1-Mar-08 3:31
act_x1-Mar-08 3:31 
GeneralRe: loading registry file programatically Pin
Michael Schubert29-Feb-08 21:20
Michael Schubert29-Feb-08 21:20 
GeneralGetting row from a Text file Pin
msogun29-Feb-08 15:16
msogun29-Feb-08 15:16 
GeneralRe: Getting row from a Text file Pin
David Crow29-Feb-08 16:57
David Crow29-Feb-08 16:57 
GeneralRe: Getting row from a Text file Pin
John R. Shaw1-Mar-08 6:44
John R. Shaw1-Mar-08 6:44 
GeneralRe: Getting row from a Text file Pin
msogun1-Mar-08 10:30
msogun1-Mar-08 10:30 
GeneralActivate Process on Remote Machine Pin
Bram van Kampen29-Feb-08 12:25
Bram van Kampen29-Feb-08 12: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.