Help with Always on Top VB6 please? 
Author Message
 Help with Always on Top VB6 please?

Hello, I need to make a security application that display a full screen
window always on top (even can't display task manager, or any dialog boxes
even winzip's dialog box on top my window), it is always on top, and cannot
be end task by Task manager, could someone give me a hint/sample code? using
which functions? I've tried WinAPI's SetWindowPosition to Always on Top, but
task manager and other dialog can still display on the top of my window.
Thanks for any help!

Regards,
Edward

(Remove don't spam- to contact me.)



Wed, 18 Jun 1902 08:00:00 GMT  
 Help with Always on Top VB6 please?
Use SystemParametersInfo with a param of 97 (I think) to disable
Ctrl+Alt+Del and all other hotkeys, just like a secure screen saver.  The
no-one can run task manager, let alone get its window on top of your own.

Regards
~Alex Clark


Quote:
> Hello, I need to make a security application that display a full screen
> window always on top (even can't display task manager, or any dialog boxes
> even winzip's dialog box on top my window), it is always on top, and
cannot
> be end task by Task manager, could someone give me a hint/sample code?
using
> which functions? I've tried WinAPI's SetWindowPosition to Always on Top,
but
> task manager and other dialog can still display on the top of my window.
> Thanks for any help!

> Regards,
> Edward

> (Remove don't spam- to contact me.)



Wed, 18 Jun 1902 08:00:00 GMT  
 
 [ 2 post ] 

 Relevant Pages 

1. Help please: With always on top forms.

2. Always on top??????Please help

3. window always on top HELP Please

4. VB6 Always On Top

5. Always on top (ALWAYS)

6. Make a form always on top - always

7. Make a window always on top (of every window..always)

8. PLEASE HELP, PLEASE HELP, PLEASE HELP, PLEASE HELP, PLEASE HELP, PLEASE HELP, PLEASE HELP,

9. Always on top help...

10. Help, I want my form ALWAYS staying on top of ANY other window

11. Help with Always on top positioning

12. help: always on top

 

 
Powered by phpBB® Forum Software