| |
|
|
Roberto | good day I need time again Help. i will make, that if I on one Image click a File opened becomes. How could I the make. here my bisheriger code
declare passwindow&,e%
Windowtitle RHP windows
Window 50,20 - 800,600
startpaint passwindow&
LoadBMP RHPVISTA.BMP,54,69;0
LoadBMP groin.BMP,54,586;0
LOADBMP START.BMP,54,586;0
endpaint
whilenot e%
WaitInput
if Clicked 54,586;0
LoadBMP RHPVISTA.BMP,54,69;0
Waitinput
end
|
|
|
| Ich bin neu hier also Verurteilt mich nicht für meine fragen.^^ | 02/19/09 ▲ |
|
|
|
|
Paul Glatz | Hi, Please load The Images with high! |
|
|
| |
|
|
|
Roberto | hir are you and if dus rausgefunden have schreib me Please yet what You there made have. thank you very much |
|
|
| Ich bin neu hier also Verurteilt mich nicht für meine fragen.^^ | 02/19/09 ▲ |
|
|
|
|
Paul Glatz | Hi, I have whom Click with Mouse(...) quizzed there one Image Yes no Button is.
The code:
declare passwindow&,e%
Windowtitle RHP windows
Window 50,20 - 900,700
LoadBMP RHPVISTA.BMP,54,69;0
LoadBMP groin.BMP,54,586;0
LOADBMP START.BMP,54,586;0
whilenot e%
WaitInput
if Mouse(54,586-54+99,586+30)
LoadBMP RHPVISTA.BMP,54,69;0
Waitinput
end
endif
endwhile
|
|
|
| |
|
|
|
Roberto | very the wished I thanks. but what has the To mean if Mouse(54,586-54+99,586+30)
and can you me yet a code give that if I there again draufklicke that itself the image then again close |
|
|
| Ich bin neu hier also Verurteilt mich nicht für meine fragen.^^ | 02/19/09 ▲ |
|
|
|
|
Paul Glatz | Please :
declare passwindow&,e%
Windowtitle RHP windows
Window 50,20 - 900,700
LoadBMP RHPVISTA.BMP,54,69;0
LoadBMP groin.BMP,54,586;0
LOADBMP START.BMP,54,586;0
whilenot e%
WaitInput
if Mouse(54,586-54+99,586+30)
LoadBMP RHPVISTA.BMP,54,69;0
WaitInput
if Mouse(54,586-54+99,586+30)
end
endif
endif
endwhile
should the soetwas How [...] go? |
|
|
| |
|
|
|
Roberto | Yes should already something like How your windows go ^^ but with the the code is not integrally. I geb you times the newest Files. Guck something comes if You on start click. the should with one renewed klick vanish. and here yet the new code
declare passwindow&,e%
Windowtitle RHP windows
Window 50,20 - 900,700
LoadBMP RHPVISTA.BMP,54,69;0
LoadBMP groin.BMP,54,586;0
LOADBMP START.BMP,54,586;0
whilenot e%
WaitInput
if Mouse(54,586-54+99,586+30)
LoadBMP STARTPUSHED.BMP,54,91;0
WaitInput
if Mouse(54,586-54+99,586+30)
endif
endif
endwhile
|
|
|
| Ich bin neu hier also Verurteilt mich nicht für meine fragen.^^ | 02/20/09 ▲ |
|
|
|
|
Paul Glatz | Hi, here the code:
declare passwindow&,e%
Windowtitle RHP windows
Window 50,20 - 900,700
LoadBMP RHPVISTA.BMP,54,69;0
LoadBMP groin.BMP,54,586;0
LOADBMP START.BMP,54,586;0
whilenot e%
WaitInput
if Mouse(54,586-54+99,586+30)
LoadBMP STARTPUSHED.BMP,54,91;0
repaint new malen
endif
endwhile
|
|
|
| |
|
|
|
Roberto | Why ändersten You always The Size from the Proc?? And if I then nachma on Start press goes the Image net lane |
|
|
| Ich bin neu hier also Verurteilt mich nicht für meine fragen.^^ | 02/20/09 ▲ |
|
|
|
|
Paul Glatz | |
|
| |
|
|
|
Roberto | If one on Start clicking comes still son window How at real windows. But if one again on start pressing should the vanish. |
|
|
| Ich bin neu hier also Verurteilt mich nicht für meine fragen.^^ | 02/20/09 ▲ |
|
|
|
|
Roberto | The standart size of my Proc means of my code is 800 x 600 and You make always 900 x 700 |
|
|
| Ich bin neu hier also Verurteilt mich nicht für meine fragen.^^ | 02/20/09 ▲ |
|
|
|