|
-
Mar 21st, 2003, 08:58 PM
#1
Thread Starter
Fanatic Member
Minimizing WHOLe window, irc
I found the hWnd but I want to minimize it, what do I send?
This is my code right now, oh and ret is alwasy 0, even if the code worked, I thought it returned a 0 if it didnt work? anyway
VB Code:
Private Sub Command5_Click()
rEt = SendMessage(irc_hWnd, WM_COMMAND, SC_MINIMIZE, 0)
End Sub
But it only minimizes one of the child windows in IRC, how do I minimize the whole thing? I am sending the client hwnd.
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
|