Fade In/out HD
  Fade In/out HD
2D Graphics
3D Graphics
Web Design & Development
Business Applications
Business Development
Databases
Desktop Programming
Operating Systems
Video Editing
Miscellaneous
Newsletter
User Login
  • Username
  • Password
Stats
  • Tutorials: 39,024
  • Categories: 572

Visual Basic Tutorials : Fade In/out HD

Public Sub FadeIn()
dim fade as Double
For fade = 0.0 To 1.1 Step 0.2
form1.opacity = fade
form1.refresh
Threading.Thread.sleep(100)
Next
End Sub


Public Sub fadeout()
Dim Fade As Double
for fade = 1.1 to 0.0 step -0.3
form1.Opacity = fade
form1.refresh()
threading.thread.sleep(100)
next
End Sub



A Special Thanks To: jnbjabnk (Youtube Account)
Fade In/out HD  tutorial
    View Tutorial

Detailed Information

     Tutorial: Fade In/out HD
     Date Listed: 2010-12-16
     Submitted By: Mrvbasic
     Total Hits: 1296
     Rating Tutorial Rating 2.57Tutorial Rating 2.57Tutorial Rating 2.57Tutorial Rating 2.57Tutorial Rating 2.57 (54 votes)

    Discuss Tutorial
    Comment On Tutorial
    View Tutorial
    Report Broken Link

 





© 2003-2012 by Developer Shed. All rights reserved. DS Cluster 10 - Follow our Sitemap