Results 1 to 4 of 4

Thread: Getting the 16x16 icon from handle?

  1. #1

    Thread Starter
    Hyperactive Member
    Join Date
    Jul 2001
    Location
    Earth
    Posts
    277

    Getting the 16x16 icon from handle?

    Hi,

    Is there anyway to enumerate all visible windows and add them to a menu along with their associated icons?

    Thanks

  2. #2
    type Woss is new Grumpy; wossname's Avatar
    Join Date
    Aug 2002
    Location
    #!/bin/bash
    Posts
    5,682

    Re: Getting the 16x16 icon from handle?

    The boffins in the API forum will know this I think. It probably is possible.

  3. #3
    Frenzied Member DeadEyes's Avatar
    Join Date
    Jul 2002
    Posts
    1,196

    Re: Getting the 16x16 icon from handle?

    Here is a start it was done in sharp develop so it will need some tweaking to load it into VS. Also this code is very much proof of concept stuff.
    anyhoo
    clicking the first button will load all active processes into the listbox
    selecting an item from the listbox and clicking the second button should show the icon on the form.
    Attached Files Attached Files

  4. #4

    Thread Starter
    Hyperactive Member
    Join Date
    Jul 2001
    Location
    Earth
    Posts
    277

    Re: Getting the 16x16 icon from handle?

    Hello,

    wossname, your code helped me alot, thanks for that
    DeadEyes, your idea is implemented in the wossname's code.

    Thanks

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