|
-
Mar 28th, 2000, 04:44 PM
#1
Thread Starter
Fanatic Member
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!
-
Mar 28th, 2000, 05:33 PM
#2
Hyperactive Member
I believe it's the SetWIndowText API you need to call in the form_load... it worked for me
-
Apr 4th, 2000, 05:16 PM
#3
Thread Starter
Fanatic Member
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?
-
Apr 4th, 2000, 05:50 PM
#4
Hyperactive Member
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.
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|