| |
|
|
- Page 1 - |
|
 Roberto | so i'm integrally new here I Have me yesterday night XProfan 10 free runtergeladen and yet can I -a Text into window write -a button make and something reinschreiben -and a messagebox make so I new be could your me perhaps a couple command give? I bräuchte zb whom commands Pc Shutdown and if I a button make need I a commands that if one on the button clicking a messagebox comes
i am pleased on eure Help and Please only Help not JUNGE VERGISS ES ODER SO what thanks beforehand mfg Robin Honacker |
|
|
| Ich bin neu hier also Verurteilt mich nicht für meine fragen.^^ | 02/15/09 ▲ |
|
|
|
| |
|
- Page 2 - |
|
|
 Klaus Müller | or You ließt the Textbook of here: [...]  |
|
|
| XProfan X4; Win10 x64 Der Kuchen ist eine lüge! | 02/15/09 ▲ |
|
|
|
|
 E.T. | whether me now any hit or not: my first Posting To this Topic would: who (Help-Files) reading can, is clear in the benefit and who itself still tidy squeeze out can (without div. Abkürzungen How KP), the has too ne chance, of me here Help get.
but so, where The big- and Kleinschreibung not yet time arrived is, comes one itself Yes to How in a Chat pubertierender Jugendlicher !!
and the 3-malige inquiries, How I z.B. windows runterfahre, erweckt by me whom local, the the program not really in the Vordergrund standing, separate only time quick something together written go should, circa anybody so To nark !! |
|
|
| Grüß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... | 02/15/09 ▲ |
|
|
|
|
 | @E.T. if the first words New here are...  |
|
|
| |
|
|
|
 KHR | Hello Mario,
i think, the see You Perhaps something überzogen.
Übrigens, your name standing of course supra, but this Text is really plenty More all others here directed.
he's his XProfan integrally new, knows itself means weder with XProfan yet with the Help moreover from.
he's but different imaginations what it happy times try would. the snd then mostly no Riesen-Applications separate ever what small , the it Perhaps already long interested. really already time good Voraussetzungen for XProfan. So I would me whom Entry in ne new Programming-Language too first do, whom I something so to had.
If to the berücksichtigt, see The ask still sooner very normal from.
too I find long ago not everything in the Help. and with the Suchfunktion must one too first time bypass learn. No not the Call, separate the ask and evaluate the Answer. How want Thou what find, if you The Answer first times not so right zuordnen can?
I can the well understand. me stink it too, if I only The lapidare response: SuFu benefit here see.
clear its onerous and zeitaufwendig, if one on ne (from the visibility the Lesers) dämliche question with a couple Lines code ever ne Selbstverständlichkeit explain should. but eachone Beginner must first time over The Bugwelle rüber, The it there to itself herschiebt.
go time To its Gunsten of it from, that it no Programmer is. then fit The ask. |
|
|
| Gruß Karl-Heinz WIN XP home/Pro / XPROFAN 11 / P2CPP ATMEL + BASCOM Fan | 02/16/09 ▲ |
|
|
|
|
 E.T. | |
|
| Grüß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... | 02/16/09 ▲ |
|
|
|
|
 Jac de Lad | but at least my mail had it time reading can, there Have I namely already of ExitWindows spoken. there custom one not again to the commands ask separate the simply time into Help prompt, this is really not To heavy.  |
|
|
| Profan² 2.6 bis XProfan 11.1+XPSE+XPIA+XPRR (und irgendwann XIDE) Core2Duo E8500/T2250, 8192/1024 MB, Radeon HD4850/Radeon XPress 1250, Vista64/XP | 02/16/09 ▲ |
|
|
|
|
 Roberto | good day thanks for Aids but I have no Time eure review To answer. so I have now time one VERY small proposition made. and the contain-Shutdown and Log off the Pc. but now need I yet a small code I have 2 Buttons made on them Log off and Shutdown standing. but I have none code with the I the Pc Herunterfahre if I on the Button click. So I would like having, that if I on the Button click PC herunterfährt or Log off. Ausserdem had I yet gladly a code with the I a Signatur ind The groin set can on the too the C is
KANN MIR JEMAND WEITERHELFEN???  MFG Robin Honacker |
|
|
| Ich bin neu hier also Verurteilt mich nicht für meine fragen.^^ | 02/16/09 ▲ |
|
|
|
|
 | |
|
| |
|
|
|
 Roberto | so I have to create the association ---------(%hwnd,KLAPPT,10,20,70,50)---------- there standing but falser Parametertyp |
|
|
| Ich bin neu hier also Verurteilt mich nicht für meine fragen.^^ | 02/16/09 ▲ |
|
|
|
|
 | Zeig time whom (kompletten) code...
The first Parameter of Create is of type String z.B. Button or Window.
Source code Please with CompileMarkSeparation umranden. (really is the no Please separate Forenpflicht^^) |
|
|
| |
|
|
|
 Roberto | so there's it CompileMarkSeparationcls
print MEIN PROGRAMM
print
createButton(%hwnd,Herunterfahren,10,20,170,50)
createButton(%hwnd,Abmelden,10,90,170,50)
waitKey
e
Sorry I known net the the rule is. and thank you very much that you me si help
mfg Robin |
|
|
| Ich bin neu hier also Verurteilt mich nicht für meine fragen.^^ | 02/16/09 ▲ |
|
|
|
|
 Klaus Müller | from it becomes well ehr one hat CompileMarkSeparationDeclare herunter&, abmeld& eingefügt
Cls
Print MEIN PROGRAMM verändert
Print verändert
herunter& = Create(Button,%hwnd,Herunterfahren,10,20,170,50) verändert
abmeld& = Create(Button,%hwnd,Abmelden,10,90,170,50) verändert
abfrage der Buttons
While 1
WaitInput
If Clicked(herunter&)
ExitWindows(0)
ElseIf Clicked(abmeld&)
ExitWindows(3)
EndIf
EndWhile
end
|
|
|
| XProfan X4; Win10 x64 Der Kuchen ist eine lüge! | 02/16/09 ▲ |
|
|
|