|
-
May 4th, 2000, 10:50 PM
#1
Thread Starter
Fanatic Member
Hi chaps, I'm going to have another go with this question.
I know there's an API that lets you set the text on the button in the taskbar (and you're all thinking, "hmm, yes, that'll be the Public Declare Function SetWindowText Lib "user32" Alias "SetWindowTextA" _
(ByVal hWnd As Long, ByVal lpString As String) As Long API if I'm not mistaken, and I very rarely am.)
So is there one that lets you set the ICON? What I have found in my meddling with a perfectly good (if somewhat bugged) vb6, is that if you turn off the control box, and set the caption of a form to nothing, when you run your prog it shows only an empty button in the task bar. Surely there is a civlised way around this?
Here's hoping....
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
|