:confused: Does anyone know how it would be possible to make a WindowsBlinds type application in VB6??? Ive been trying to do it for months... :confused:
I tryed using the ActiveSkin OCX:
VB Code:
Private Sub Form_Load() Dim hwnd1 as String hwnd1 = (vb hwnd, i forgot) skin1.LoadSkin "C:\winaqua.skn" skin1.ApplySkin (hwnd1) End Sub
But it only skinned my form, and that VB6... I would really appreciate it if someone could help me to figure this out! :confused:
