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:
  1. Private Sub Command5_Click()
  2.     rEt = SendMessage(irc_hWnd, WM_COMMAND, SC_MINIMIZE, 0)
  3. 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.