|
-
Jan 10th, 2001, 11:21 AM
#1
Thread Starter
New Member
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)
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|