
thechezman14
Enthusiast

Mar 21, 2006, 9:56 AM
Post #2 of 9
(408 views)
Shortcut
|
|
Re: [Fire_Of_Hell] Splash Screen??
[In reply to]
|
Can't Post
|
|
make a new progect (stanard form), press alt + p, click add form. put this into form1 Private Declare Sub Sleep Lib "kernel32" (ByVal dwMilliseconds As Long) Private Sub Form_Load() Me.Show Call Sleep(3000) Form2.Show Me.Hide End Sub
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ will MM for FREE This is 10% luck, 20% skill, 15% concentrated power of will, 5% pleasure, 50% pain, And a 100% reason to remember the name - mike shinoda
|