Indigo Rose Software

Professional Software Development Tools

 
+ Reply to Thread
Results 1 to 3 of 3
  1. #1
    Join Date
    Dec 2003
    Location
    Location! Location!
    Posts
    6,137

    DLLFadeInOutWin.dll - AMS7 - FREE - Intrigued

    I thought someone might find this amusing. I was messing around with a lib. for PureBasic and threw this together a couple minutes ago:

    http://www.amsuser.com/ams/examples/...-Intrigued.apz

    Click the button on the page and the AMS window "implodes" to nothingness and then comes back to life (visible).

    One could even create a .dll with Window FX (slide out from any side of the computer screen) as well. I posted about it in another thread here a few minutes ago.

    (Credit for the source in part goes to: Droopy Library v1.30.10 (24/1/2008))
    Intrigued

  2. #2
    Join Date
    May 2006
    Posts
    5,380
    when i made the splash image transition engine dll i also made a window transition engine dll but never released it because of that nasty (window turning black) thing, is thre any way to stop that, i searched the pb forum at the time but to no aval, on a PB app it worked a dream but in AMS it dose that window turning black thing.


    cheers for the heads up on the Droopy lib, i dident know there was a update, must check out the new functions (half that lib is posted here in the forum in dll form, it was a great starting point to learn to make dll's.)
    Open your eyes to Narcissism, Don't let her destroy your life!!

  3. #3
    Join Date
    Dec 2003
    Location
    Location! Location!
    Posts
    6,137
    I was goofing around to find a way... off to bed, but here is where I left off with PB code:

    Code:
    ProcedureDLL FADEOUT(handle.l)
      For c = 0 To 255 Step 10
        SetWinBackgroundColor(handle.l, $FFFFFF)
            SetWindowsTransparency(handle.l, c)       
      Next
    EndProcedure
    I'm sure you'll hammer something out.

    keeps it white, but has a lovely crash at the end. D'oh!

    Last edited by Intrigued; 04-27-2008 at 09:36 PM.
    Intrigued

Similar Threads

  1. Best way to share custom buttons with the group?
    By mwreyf1 in forum AutoPlay Media Studio 6.0
    Replies: 10
    Last Post: 04-28-2010, 01:29 PM
  2. ANSI To UNICODE Is Finished!
    By coderanger in forum AutoPlay Media Studio 6.0
    Replies: 7
    Last Post: 08-13-2007, 09:27 AM
  3. DLLCaptureWindow - DLL - .dll - FREE - Intrigued
    By Intrigued in forum AutoPlay Media Studio 6.0
    Replies: 11
    Last Post: 04-15-2007, 07:05 PM
  4. Determining the Amount of Free Space on a Drive
    By Desmond in forum AutoPlay Media Studio 5.0 Examples
    Replies: 0
    Last Post: 10-03-2003, 10:50 AM

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts