hey guys ;)

do you know how to hide #32770 dialogbox with blank window title?


you can hide window dialogbox with window title only but you can not hide dialogbox without window title..
Dim hWnd As IntPtr = FindWindow("#32770", "WINDOW TITLE HERE")
If Not hWnd.Equals(IntPtr.Zero) Then
    SendMessage(hWnd, WM_HIDE, 0, 0)
End If
this window is what i'm trying to hide:
Imagen


seems tricky, hope you can help.. thanks :D
[url=http://i.imgur.com/TumfDnq.jpg]
Responder

Volver a “Manuales y Tutoriales”