Hi,
a form can be made transparent in vb6 through the API.
the method below works pretty good for Windows 2000/XP,
in a module, add declarations:
Public Const GWL_EXSTYLE = (-20)
Public Const WS_EX_LAYERED = &H80000
Public Const LWA_ALPHA = &H2
Public Declare Function GetWindowLong Lib...
similar to dynamically adding controls to a form at runtime,
anyone have any idea to add labels and textbox report objects to a DataReport at runtime, is it possible?
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.