Hi!
i am using
Public Declare Function AnimateWindow Lib "user32" (ByVal hwnd As Long, ByVal dwTime As Long, ByVal dwFlags As Long) As Boolean
API for fade out effect for a form. but while doing this , in output the background color is black and all the controls on the form are also not visible.
that's my problem.
i want other background for my form and also to show other controls too
plz help me soon.
