dynamic_sysop
Well-known member
hi can some please shed some light on this please?
WIN32API
this is the line within that thread that im after some help with..
how do i get Win32API to be declared?
im using my normal method of api ( as i would in vb6 but with the changes to Integers etc ) but i saw this thread and it made me curious as to what the Win32API part is?
cheers.
WIN32API
this is the line within that thread that im after some help with..
Code:
Win32API.GetWindowText(hwnd, s, s.Capacity)
im using my normal method of api ( as i would in vb6 but with the changes to Integers etc ) but i saw this thread and it made me curious as to what the Win32API part is?
cheers.