| |
|
|
Detlef Tussing | my Program should in the background walk and only a Button the in the Taskbar lying exits go. I have something with MessageBox experimentiert but this is well the wrong commands
old Profaner having certainly a idea, only I komm not on it
what I vergas, my Program should in a Endlosschleife walk circa data abzufragen |
|
|
| Gruß Detlef Tussing Windows XP, XProfan 10 | 04/19/07 ▲ |
|
|
|
|
Detlef Tussing | How was yet with the display of Programs, circa tappt im dunkeln not as Download view?? I had the Schonmal demand, but again forget. |
|
|
| Gruß Detlef Tussing Windows XP, XProfan 10 | 04/19/07 ▲ |
|
|
|
|
| |
|
| |
|
|
|
Detlef Tussing | Hello IF i was with gugma but understand institute of technology I not, be hold another blutiger Beginner under Profan. I have then (to 30 years under DOS 3.0 and BASIC) programs written, but since ca. 20 years nothing more on it done. therefore catch I since december 2006 first again integrally new on. can you me one little More Help give? |
|
|
| Gruß Detlef Tussing Windows XP, XProfan 10 | 04/19/07 ▲ |
|
|
|
|
| a own Button in the Taskbar take off can You because You on the lever the Taskbar one Button(Control) erstellst. How You on the lever gelangst shows you the Source guckma. recommend would I you this think about in this shape however not. rather would: CompileMarkSeparation {$cleq}
windowtitle meinProgramm
windowstyle ( 512 | 64 | 8 | 16 )
window 0,0-0,0
setfocus(%desktop)
settimer 33
while 1
waitinput
if (%key=2)
break
elseif (%wmtimer)
hierSoSachenMachen()
endif
wend
messagebox jau bin wech...,gettext$(%hwnd),0
büldschürm wida säuban...
setwindowpos %hwnd=0,0 - %maxx,%maxy;-1
end
proc hierSoSachenMachen()
startpaint 0
setbigpixel rnd(%maxx),rnd(%maxy),0
endpaint
endproc
proc setbigpixel
parameters x&,y&,col&
usepen 5,0,0
usebrush 1,col&
rectangle x&,y& - x&+4,y&+4
endproc
|
|
|
| |
|
|
|
Detlef Tussing | thanks IF sees very well from, have me but a grossen fright eingejagt with the Points on-screen. How I the saw I had on a virus virtual, and integrally quick whom computer off. first at right hinsehen have I The hierSoSachenMachen seen. but otherwise is it too for me verständlich written. over again thanks
for what standing {$cleq} |
|
|
| Gruß Detlef Tussing Windows XP, XProfan 10 | 04/20/07 ▲ |
|
|
|
|
| Lol! |
|
|
| |
|
|
|
Rolf Koch | Hi Detlef
{$cleq} standing for XPSE instructions: code compilieren, then left, thereafter Exe create and to that Schluss close. See simply here: [web]https://XProfan.com/Help/sheet/xpse/[/web] |
|
|
| |
|
|