VBcoders Browse New Submit Contact Sign In

No account? Register free

Forgot password?

'Find a window knowing it's caption using FindWindow API

Karthikeyan  (187 Submissions)   Windows API Call/Explanation   Visual Basic 5.0   Unknown Difficulty   Tue 23rd January 2001   Mon 8th February 2021

'Find a window knowing it's caption using FindWindow API

API Declarations


Private Declare Function FlashWindow Lib "user32.dll" (ByVal hwnd As Long, ByVal bInvert As Long) As Long
Private Declare Sub Sleep Lib "kernel32.dll" (ByVal dwMilliseconds As Long)

Rate 'Find a window knowing it's caption using FindWindow API (1(1 Vote))
'Find a window knowing it's caption using FindWindow API.bas

'Find a window knowing it's caption using FindWindow API Comments

No comments yet — be the first to post one!

Post a Comment

0/1000 characters