Skip to content

confused with declaration section .. help

Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #190353
    steven
    Member

    i dont know how locohacer declare the functions .. on the declaration section but i think there’s a way to do that easly but i dont know how .. 🙄

    #190356
    Ghost
    Member

    [tt:2085xxsq]Dim penis AsString[/tt:2085xxsq]?

    #190355
    steven
    Member

    Public Declare Function GetWindowText Lib “user32” Alias “GetWindowTextA” (ByVal hWnd As Long, ByVal lpString As String, ByVal cch As Long) As Long
    Public Declare Function GetParent& Lib “user32” (ByVal hWnd As Long)
    Public Declare Function IsWindowVisible& Lib “user32” (ByVal hWnd As Long)
    Public Declare Function EnumWindows& Lib “user32” (ByVal lpEnumFunc As Long, ByVal lParam As Long)
    Public Declare Function SendMessageByString Lib “user32” Alias “SendMessageA” (ByVal hWnd As Long, ByVal wMsg As Long, ByVal wParam As Long, ByVal lParam As String) As Long
    Public Declare Function SendMessageLong& Lib “user32” Alias “SendMessageA” (ByVal hWnd As Long, ByVal wMsg As Long, ByVal wParam As Long, ByVal lParam As Long)
    Public Declare Function FindWindow Lib “user32” Alias “FindWindowA” (ByVal lpClassName As String, ByVal lpWindowName As String) As Long
    Public Declare Function FindWindowEx Lib “user32” Alias “FindWindowExA” (ByVal hWnd1 As Long, ByVal hWnd2 As Long, ByVal lpsz1 As String, ByVal lpsz2 As String) As Long
    Public Declare Function GetWindow Lib “user32” (ByVal hWnd As Long, ByVal wCmd As Long) As Long

    #190354
    Ghost
    Member

    Wait, so what’s your question?

Viewing 4 posts - 1 through 4 (of 4 total)
  • You must be logged in to reply to this topic.