CodeGuru Home VC++ / MFC / C++ .NET / C# Visual Basic VB Forums Developer.com
Results 1 to 2 of 2
  1. #1
    Join Date
    Sep 1999
    Location
    Trivandrum, Kerala, INDIA.
    Posts
    32

    Appl without UI, Keypress capture

    How can I create an application without a User interface? It should not be displayed in the Windows Taskbar.

    Also, is there an API to capture all the keypresses? That is, keypresses to any/all applications.

    Thanx
    Deepak


  2. #2
    Join Date
    Jul 1999
    Location
    Athens, Hellas
    Posts
    769

    Re: Appl without UI, Keypress capture

    You should use one form I suppose.
    Set this property: ShowInTaskBar = false.
    And this property: Visible = False
    Add all the code to the form module and you are ok I think...

    Michael Vlastos
    Automation Engineer
    Company SouthGate Hellas SA
    Development Department
    Athens, Greece

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