我喜欢痛快,解决了立即给100分!

解决方案 »

  1.   

    GetWindowRect(Form1.Handle, WinRect); 得到窗口位置
    GetWindowText(Form1.Handle,TheText,TextLen+1); 得到窗口TITLE
    GetWindowText(TheParent, TheText, 255); 得到窗口它爹
    IsWindowVisible(YourHandle); 得到窗口是否visible
    IsZoomed(Form1.Handle); 窗口是否最大化
    IsWindowEnabled(YourHandle 窗口是否EMABLED
    AdjustWindowRect
    AdjustWindowRectEx
    ArrangeIconicWindows
    BeginDeferWindowPos
    BringWindowToTop
    CascadeWindows
    ChildWindowFromPoint
    ChildWindowFromPointEx
    CloseWindow
    CreateWindow
    CreateWindowEx
    DeferWindowPos
    DestroyWindow
    EnableWindow
    EndDeferWindowPos
    EnumChildProc
    EnumChildWindows
    EnumThreadWindows
    EnumThreadWndProc
    EnumWindows
    EnumWindowsProc
    FindWindow
    FindWindowEx
    GetClientRect
    GetDesktopWindow
    GetForegroundWindow
    GetLastActivePopup
    GetNextWindow
    GetParent
    GetTopWindow
    GetWindow
    GetWindowPlacement
    GetWindowRect
    GetWindowText
    GetWindowTextLength
    GetWindowThreadProcessId
    IsChild
    IsIconic
    IsWindow
    IsWindowUnicode
    IsWindowVisible
    IsZoomed
    MoveWindow
    OpenIcon
    SetForegroundWindow
    SetParent
    SetWindowLong
    SetWindowPlacement
    SetWindowPos
    SetWindowText
    ShowOwnedPopups
    ShowWindow
    ShowWindowAsync
    TileWindows
    WindowFromPoint