Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Fade-in Applications?
#11
Seems to run fine with timers! (Quad core, 3bg RAM)
But thank you!
#12
(11-06-2009, 12:40 AM)x.1nject Wrote: Thanks Red, im going to use this Big Grin

No problem.
[Image: ouwg0slq0vtagvzl4u8w.jpg]

Giveaway of the Day: [Image: ticker1.png]
#13
(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..
[Image: 20r9vh4.jpg]
#14
Dude, thread is 6 months old!
#15
Not to mention the post above Extaseys' was spam. Please read the thread dates before posting.
At the top will be the same place you hang from.


Possibly Related Threads…
Thread Author Replies Views Last Post
  [Tutorial] Fade In / Out Form [Source] ₠o™ 4 1,204 12-09-2011, 01:21 AM
Last Post: ₠o™
  Does anyone know any helpful obfuscation programs for Visual Basic Applications? Resistance 6 1,193 10-13-2010, 10:23 PM
Last Post: Resistance

Forum Jump:


Users browsing this thread: 1 Guest(s)