CodeGuru Home VC++ / MFC / C++ .NET / C# Visual Basic VB Forums Developer.com
Results 1 to 3 of 3
  1. #1
    Join Date
    Aug 2010
    Posts
    1

    Question .NET libraries that allow "interact" with windows

    Hi people,
    I was wondering which .NET libraries could I use if I need an apliccation to run while windows is using other programs.

    For example:
    When you are seeing an image on the windows image viewer and you press the Print screen key. Autoamtically the Sangit editor(if you have Sangit install and running) opens for you to edit the clipboard.

    Thanks a lot!

  2. #2
    Join Date
    Oct 2010
    Location
    VS2008 .Net 3.5
    Posts
    10

    Re: .NET libraries that allow "interact" with windows

    I was wondering which .NET libraries could I use if I need an apliccation to run while windows is using other programs.

    All of them! Windows is a multi-tasking operating system.

    You don't make it clear what your particular problem is.

  3. #3
    Join Date
    Oct 2010
    Posts
    68

    Re: .NET libraries that allow "interact" with windows

    I think you are thinking of a HotKey. This can be done within the Windows OS, although I am not sure how to do it programmatically.

    A google search came up with some pretty good results:
    http://www.google.com/search?hl=en&s...=&oq=&gs_rfai=

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