Italia
Fonte/ Codesnippets

Animierte Buttons Erzeugen

 

KompilierenMarkierenSeparieren
Source wurde am 15.07.2007 aus der MMJ-Quellcodesammlung (Dietmar Horn) in die Babyklappe auf XProfan.Com abgelegt:
Buttons: animierte Buttons erzeugen
Autor: Dieter Zornow
30.12.2004
Code zur freien Verwendung
Def AnimateWindow(3) ! user32,AnimateWindow
Parameters
hwnd
[in] Handle to the window to animate. The calling thread must own this window.
dwTime
[in] Specifies how long it takes to play the animation, in milliseconds.
Typically, an animation takes 200 milliseconds to play.
dwFlags
[in] Specifies the type of animation. This parameter can be one or more of the following values.
Note that, by default, these flags take effect when showing a window.
To take effect when hiding a window, use AW_HIDE and a logical OR operator

with the appropriate flags.

    Type Flags
    Def &SHOW $20000
    Def &HIDE $10000
    Def &FADE $80000
    Def &COLLAPSE $10
    Def &ROLL $40000
    Direction Flags
    Def &LeftToRight $1
    Def &RightToLeft $2
    Def &TopToBottom $4
    Def &BottomToTop $8
    Def WPAINT $F

    Proc ShowAniWindow

        parameters hndl&,time&
        Declare ok&,flags&,count&
        flags& = &SHOW
        count& = 1

        While count& <= %PCount

            flags& = flags& | @&(count& + 2)
            inc count&

        endwhile

        ok& = AnimateWindow(hndl&,time&,flags&)
        Return ok&

    endproc

    Proc HideAniWindow

        parameters hndl&,time&
        Declare ok&,flags&,count&
        flags& = &Hide
        count& = 1

        While count& <= %PCount

            flags& = flags& | @&(count& + 2)
            inc count&

        endwhile

        ok& = AnimateWindow(hndl&,time&,flags&)
        Return ok&

    endproc

    Beispiel
    cls
    Declare button&
    button& = @Create(Button,%Hwnd,Animate,10,10,100,25)
    sleep 500
    HideAniWindow button&,1000,&COLLAPSE
    sleep 500
    ShowAniWindow button&,1000,&COLLAPSE
    sleep 500
    HideAniWindow button&,1000,&ROLL,&RightToLeft
    sleep 500
    ShowAniWindow button&,1000,&ROLL,&LeftToRight
    sleep 500
    HideAniWindow button&,1000,&ROLL,&TopToBottom
    sleep 500
    ShowAniWindow button&,1000,&ROLL,&BottomToTop
    sleep 500
    HideAniWindow button&,1000,&ROLL,&TopToBottom,&RightToLeft
    sleep 500
    ShowAniWindow button&,1000,&ROLL,&BottomToTop,&LeftToRight
    sleep s2>800
    end
 
15.07.2007  
 



Zum Quelltext


Topictitle, max. 100 characters.
 

Systemprofile:

Kein Systemprofil angelegt. [anlegen]

XProfan:

 Posting  Font  Smilies  ▼ 

Bitte anmelden um einen Beitrag zu verfassen.
 

Topic-Options

2.992 Views

Untitledvor 0 min.
Joerg09.06.2016
Ernst27.04.2014
Untitled06.06.2012
Julian Schmidt11.02.2012
Di più...

Themeninformationen

Dieses Thema hat 1 subscriber:

unbekannt (1x)


Admins  |  AGB  |  Applications  |  Autori  |  Chat  |  Informativa sulla privacy  |  Download  |  Entrance  |  Aiuto  |  Merchantportal  |  Impronta  |  Mart  |  Interfaces  |  SDK  |  Services  |  Giochi  |  Cerca  |  Support

Ein Projekt aller XProfaner, die es gibt!


Il mio XProfan
Private Notizie
Eigenes Ablageforum
Argomenti-Merkliste
Eigene Beiträge
Eigene Argomenti
Zwischenablage
Annullare
 Deutsch English Français Español Italia
Traduzioni

Informativa sulla privacy


Wir verwenden Cookies nur als Session-Cookies wegen der technischen Notwendigkeit und bei uns gibt es keine Cookies von Drittanbietern.

Wenn du hier auf unsere Webseite klickst oder navigierst, stimmst du unserer Erfassung von Informationen in unseren Cookies auf XProfan.Net zu.

Weitere Informationen zu unseren Cookies und dazu, wie du die Kontrolle darüber behältst, findest du in unserer nachfolgenden Datenschutzerklärung.


einverstandenDatenschutzerklärung
Ich möchte keinen Cookie