Form Fade in/out

Collapse
This topic is closed.
X
X
 
  • Time
  • Show
Clear All
new posts
  • Roy Riddex

    Form Fade in/out

    Hi
    I have a program with an introductory splash screen and a program close
    screen. Each form appears ok but is there any way to apply a fade in/out
    effect to each form? (Using VB6)


  • Larry Serflaten

    #2
    Re: Form Fade in/out

    "Roy Riddex" wrote[color=blue]
    > I have a program with an introductory splash screen and a program close
    > screen. Each form appears ok but is there any way to apply a fade in/out
    > effect to each form? (Using VB6)[/color]

    Yes you can, but is the effort going to be worth the trouble?

    Some OS support it better than others, so you'll have to decide
    what OS's you will support, and then decide what methods to
    use to make it happen. Its a breeze on Win2K or later, but its a
    bear on older technologies... .

    W2K, XP:


    Info on earlier OS's:



    LFS







    -----= Posted via Newsfeeds.Com, Uncensored Usenet News =-----
    http://www.newsfeeds.com - The #1 Newsgroup Service in the World!
    -----== Over 100,000 Newsgroups - 19 Different Servers! =-----

    Comment

    • Roy Riddex

      #3
      Re: Form Fade in/out

      > Yes you can, but is the effort going to be worth the trouble?[color=blue]
      >
      > Some OS support it better than others, so you'll have to decide
      > what OS's you will support, and then decide what methods to
      > use to make it happen. Its a breeze on Win2K or later, but its a
      > bear on older technologies... .[/color]

      It only needs to work on Win XP so I'll give it a try, thanx!


      Comment

      Working...