Click here to Skip to main content
15,909,530 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
AnswerRe: how to see CString values Pin
James R. Twine8-Feb-06 3:37
James R. Twine8-Feb-06 3:37 
GeneralRe: how to see CString values Pin
Rage8-Feb-06 3:49
professionalRage8-Feb-06 3:49 
AnswerRe: how to see CString values Pin
ahmet07038-Feb-06 2:31
ahmet07038-Feb-06 2:31 
AnswerRe: how to see CString values Pin
David Crow8-Feb-06 3:56
David Crow8-Feb-06 3:56 
QuestionPlotting Graph Pin
Anu_Bala7-Feb-06 22:57
Anu_Bala7-Feb-06 22:57 
AnswerRe: Plotting Graph Pin
_anil_7-Feb-06 23:41
_anil_7-Feb-06 23:41 
GeneralRe: Plotting Graph Pin
Anu_Bala8-Feb-06 0:52
Anu_Bala8-Feb-06 0:52 
QuestionPass events through windows Pin
leliup7-Feb-06 22:46
leliup7-Feb-06 22:46 
Hi. To obtain an horizontal scrolling text, I created a transparent window on which I move a text. After I set the windows as TOPMOST, so my application can show messages like a TV. The problem is that sometimes, other applications create a TOPMOST window too. So, using a timer, I look if my window is on top; if not I call:

if ((WindowOverMine = GetWindow(myWindow, GW_HWNDFIRST)) != myWindow)
SetWindowPos(myWindow, WindowOverMine, 0, 0, 0, 0, SWP_NOMOVE | SWP_NOSIZE);

In this way everything works fine... only a problem... I can't click another window or menu of my application... I think because the transparent window is ALWAYS over the others. It doesnt'happen with other application windows . Have you a suggestion ??
Thank you !
AnswerRe: Pass events through windows Pin
pol_ice7-Feb-06 23:00
pol_ice7-Feb-06 23:00 
QuestionCSIDL_NETHOOD Pin
ragavan7-Feb-06 22:15
ragavan7-Feb-06 22:15 
QuestionDifferent MDI App. Pin
bantisk7-Feb-06 22:04
bantisk7-Feb-06 22:04 
GeneralRe: Network Connection status monotoring Pin
Tony Kurishunkal7-Feb-06 21:57
Tony Kurishunkal7-Feb-06 21:57 
GeneralRe: Network Connection status monotoring Pin
David Crow8-Feb-06 2:26
David Crow8-Feb-06 2:26 
Questionimplement MS SAPI Pin
bluey127-Feb-06 21:53
bluey127-Feb-06 21:53 
QuestionAutomation, how to retrieve all text from current documen in VS98 Pin
hicks227-Feb-06 21:31
hicks227-Feb-06 21:31 
AnswerRe: Automation, how to retrieve all text from current documen in VS98 Pin
Rage7-Feb-06 21:59
professionalRage7-Feb-06 21:59 
GeneralRe: Automation, how to retrieve all text from current documen in VS98 Pin
hicks228-Feb-06 2:31
hicks228-Feb-06 2:31 
QuestionHow to print message on console in mfc program? Pin
David.YueZuo7-Feb-06 20:52
David.YueZuo7-Feb-06 20:52 
AnswerRe: How to print message on console in mfc program? Pin
Rage7-Feb-06 21:21
professionalRage7-Feb-06 21:21 
GeneralRe: How to print message on console in mfc program? Pin
David.YueZuo7-Feb-06 21:39
David.YueZuo7-Feb-06 21:39 
GeneralRe: How to print message on console in mfc program? Pin
Wim Engberts7-Feb-06 22:09
Wim Engberts7-Feb-06 22:09 
GeneralRe: How to print message on console in mfc program? Pin
David.YueZuo7-Feb-06 22:17
David.YueZuo7-Feb-06 22:17 
GeneralRe: How to print message on console in mfc program? Pin
Wim Engberts7-Feb-06 23:31
Wim Engberts7-Feb-06 23:31 
GeneralRe: How to print message on console in mfc program? Pin
Rage7-Feb-06 22:24
professionalRage7-Feb-06 22:24 
GeneralRe: How to print message on console in mfc program? Pin
David.YueZuo7-Feb-06 22:42
David.YueZuo7-Feb-06 22:42 

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.