I want to display a string say “HELLO”(Font Size 20) on top of all windows
i.e. on screen.This String is window independent or inside the transparent
window and no fram window,no menu no Title bar options.
How can I achieve this?
Thanks in advance
Regards
-John
You are currently subscribed to ntdev as: $subst(‘Recip.EmailAddr’)
To unsubscribe send a blank email to leave-ntdev-$subst(‘Recip.MemberIDChar’)@lists.osr.com
You could get messages from all relevent windows in the system using
SetWindowsHookEx … then position your transparent windows(or Window)
with the “Hello” message on top of whichever/or all top level window(s).
-----Original Message-----
From: xxxxx@yahoo.co.uk [mailto:xxxxx@yahoo.co.uk]
Sent: Friday, October 19, 2001 2:31 AM
To: NT Developers Interest List
Subject: [ntdev] Display a message
I want to display a string say “HELLO”(Font Size 20) on top of all
windows
i.e. on screen.This String is window independent or inside the
transparent
window and no fram window,no menu no Title bar options.
How can I achieve this?
Thanks in advance
Regards
-John
You are currently subscribed to ntdev as: xxxxx@greenborder.com
To unsubscribe send a blank email to leave-ntdev-$subst(‘Recip.MemberIDChar’)@lists.osr.com
You are currently subscribed to ntdev as: $subst(‘Recip.EmailAddr’)
To unsubscribe send a blank email to leave-ntdev-$subst(‘Recip.MemberIDChar’)@lists.osr.com