the syntax of the function using the paramters is
dim intresult as long
intresult = setwindowlong(me.hwnd, gwl_exstyle, ws_ex_transparent)
this will make the form referenced by me.hwnd transparent so that the background can be seen but the controls can still be accessed.
No comments:
Post a Comment