PDA

Click to See Complete Forum and Search --> : Class names


Rebis
Jan 10th, 2001, 10:21 AM
Anyone know the classname for VB?

eg, To find a VB window without knowing it's window name:

Public Declare Function FindWindow Lib "user32" Alias "FindWindowA" (ByVal lpClassName As String, ByVal lpWindowName As String) As Long

VBhwnd = Findwindow("vbclassname",vbnullstring)

Chris
Jan 10th, 2001, 11:49 AM
Rebis, you can get this by using the Microsoft Spy++ and here the result

wndclass_desked_gsk