Forum | | | |  diimool25 | can I in a Program one button delete ? means I need whom only once and would like because gladly the the lane is white possible of/ one How the goes or whether the at all goes ? |
| | | | |
| |  Julian Schmidt | | | | | |
| |  E.T. |  CompileMarkSeparation | XProfan X2Grüße aus Sachsen... Mario WinXP, Win7 (64 Bit),Win8(.1),Win10, Win 11, Profan 6 - X4, XPSE, und 'nen schwarzes, blinkendes Dingens, wo ich das alles reinschütte... | 04/15/14 ▲ |
| |
| |  Ernst | if still time used ...
CompileMarkSeparationCLS
Var s&=1
Var btn& = Create("Button", %HWnd,"mach mich weg !!",100,100,300,30)
Var btn2& = Create("Button", %HWnd,"TEST",100,200,300,30)
While 1
Waitinput
IF clicked(btn2&)
IF s&=1
showwindow(btn&,0)
s&=0
Else
showwindow(btn&,1)
s&=1
EndIf
EndIf
EndWhile
End
|
| | | | |
|
AnswerThemeninformationenthis Topic has 4 subscriber: |