Seems to run fine with timers! (Quad core, 3bg RAM)
But thank you!
(11-06-2009, 12:40 AM)x.1nject Wrote: [ -> ]Thanks Red, im going to use this
No problem.
(11-06-2009, 07:27 AM)Vorfin Wrote: [ -> ]Use this, timers will fudge over your CPU:
Code:
Form1_Load:
For FadeIn = 0.0 To 1.1 Step 0.1
Me.Opacity = FadeIn
Me.Refresh()
Threading.Thread.Sleep(100)
Next
Code:
Form1_Load:
For FadeIn = 0.0 To 1.1 Step 0.1
Me.Opacity = FadeIn
Me.Refresh()
Threading.Thread.Sleep(50)
Next
I like 50 better..
Dude, thread is 6 months old!
Not to mention the post above Extaseys' was spam. Please read the thread dates before posting.