Results 1 to 2 of 2

Thread: Minimizing WHOLe window, irc

  1. #1

    Thread Starter
    Fanatic Member scr0p's Avatar
    Join Date
    Oct 2002
    Location
    VA
    Posts
    720

    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:
    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.
    asdf

  2. #2
    Hyperactive Member
    Join Date
    Mar 2002
    Posts
    424
    Why don't you just use:

    call showwindow (hwnd, sw_minimize)?

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