Results 1 to 4 of 4

Thread: Appearance in the Task Bar

  1. #1

    Thread Starter
    Fanatic Member coox's Avatar
    Join Date
    Oct 1999
    Posts
    550
    Can I get my project to appear with a name (rather than an empty button) in the taskbar without having to turn the forms crummy caption thing on? Aesthetics man, aesthetics!

  2. #2
    Hyperactive Member
    Join Date
    Jan 1999
    Location
    Rotterdam, Netherlands
    Posts
    386
    I believe it's the SetWIndowText API you need to call in the form_load... it worked for me

  3. #3

    Thread Starter
    Fanatic Member coox's Avatar
    Join Date
    Oct 1999
    Posts
    550
    Thanks, Crazy. I should have thought of this question at the time... is there an API call that lets you set the icon in the Taskbar too?

  4. #4
    Hyperactive Member
    Join Date
    Jan 1999
    Location
    Rotterdam, Netherlands
    Posts
    386
    Haven't figured that out yet.. I'm sure it's possible though...
    might need to subclass the form for that and catch the WM_PAINT msg, I believe in VC++ that's the way the wizard implements the code for drawing the icon, but I haven't look at that closer, since it wasn't urgent for me.
    Hope this helps

    Crazy D

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