VBcoders Browse New Submit Contact Sign In

No account? Register free

Forgot password?

Example on changing child and parent window at runtime using API calls

Muhammad Asif  (3 Submissions)   Windows API Call/Explanation   VB 6.0   Unknown Difficulty   Thu 26th June 2003   Mon 8th February 2021

Example on changing child and parent window at runtime using API calls

API Declarations


Private 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
Private Declare Function FindWindow Lib "user32" Alias "FindWindowA" (ByVal lpClassName As String, ByVal lpWindowName As String) As Long


Rate Example on changing child and parent window at runtime using API calls (1(1 Vote))
Example on changing child and parent window at runtime using API calls.bas

Example on changing child and parent window at runtime using API calls Comments

No comments yet — be the first to post one!

Post a Comment

0/1000 characters