CodeGuru Home VC++ / MFC / C++ .NET / C# Visual Basic VB Forums Developer.com
Results 1 to 2 of 2

Thread: Tricky Question

  1. #1
    Join Date
    May 1999
    Posts
    3

    Tricky Question

    Hi friends,
    How do I make my program exe name invisible even if I press CTL+ALT+DEL(Close Program Dialog Box)


  2. #2
    Join Date
    May 1999
    Posts
    20

    Re: Tricky Question

    Hi!

    When you press Ctrl+Alt+Del inside Windows NT
    you get the task manager. It has 3 tabs:
    the first tab shows you all the processes which
    have user interface (actually it shows the main
    window for this processes). the second tab shows
    you all the processes and you CAN'T hide your
    process from this tab!

    Regards,
    Eyal Zucker



Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  





Click Here to Expand Forum to Full Width

Featured