|
-
Jul 17th, 2000, 10:07 AM
#1
Thread Starter
Junior Member
I found a new API named AnimateWindow.
You can declare it like that:
Private Declare Function AnimateWindow Lib "user32" (ByVal hwnd As Long, ByVal dwTime As Long, ByVal dwFlags As Long) As Long
And codes here:
Private Sub Form_Load()
AnimateWindow hwnd, 200, 16
'dwFlags can have value as 1,2,3....
End Sub
NOTE: 1.Form1.BorderStyle should not be "0-none"
2.Win2000 is necessary.
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|