Hi,
ich brauche die Befehle in vb um ein fenster umzubenennen.
ich weiß das ich die Funktionen:
Private Declare Function FindWindow Lib „user32“ Alias „FindWindowA“ (ByVal lpClassName As String, ByVal lpWindowName As String) As Long
Private Declare Function SetWindowText Lib „user32“ Alias „SetWindowTextA“ (ByVal hwnd As Long, ByVal lpString As String) As Long
Private Declare Function GetWindowText Lib „user32“ Alias „GetWindowTextA“ (ByVal hwnd As Long, ByVal lpString As String, ByVal cch As Long) As Long
brauche.
ich verstehe das auch soweit, nur „ByVal lpClassName As String“ gibt mit Rätsel auf. ich weiß net was ich da einstellen muss.
MfG und ty im Voraus
haithun