English
Regulars table & Café

New here and no idea

 
- 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 5 -



Roberto
so now Have ichs in the same orner and then
 
Ich bin neu hier also Verurteilt mich nicht für meine fragen.^^
02/17/09  
 




Tim
Hannemann
uses You simply whom Source as in the Textbook standing, means: LoadBMP RobinHonacker.BMP,0,0;0
now ought to it the image find without that you whom way to there indicate must
 
MfG Timää

------------

Betriebssysteme: Windows Vista

Profanversion: XProfan 11
02/17/09  
 




Roberto
SO HIER ONE DOWNLOAD OF MEINEM DESKTOP UND DEN ORDNERN [...] 

I have any my Files a Ordner on the desktop stored too the presentment
but the Klappt immernochnet with the background
 
Ich bin neu hier also Verurteilt mich nicht für meine fragen.^^
02/17/09  
 




Tim
Hannemann
This will neither weg because You first the image load and on one not vorhandenes Mainwindow load ;)
set the LoadBMP below the Window and it ought to weg
 
MfG Timää

------------

Betriebssysteme: Windows Vista

Profanversion: XProfan 11
02/17/09  
 




Roberto
ES KLAPPPPPPPPPPPPPPPPPPPPPPTTTTTTT THANK YOU GOTT DAS ES NOCH SCHLAUE MENSCHEN GIBT


ICH THANK YOU ALLEN DIE MIR GEHOLFEN HABEN
THXXXXXXXXXXXXXXX
wuhu

mfg Robin Hoancker
 
Ich bin neu hier also Verurteilt mich nicht für meine fragen.^^
02/17/09  
 



@Robin: us/me Please not till whom head pushing  [...]  - we bound here our Content costly on and Waiting this constantly. accordingly Please respect:

§ 16 - Posts and Themenüberschriften must to the Publish on korrekte spelling screen go. this supported The general Lesbarkeit the XProfan.com.

§ 17 - Übermässig long Passagen in GROSSBUCHSTABEN or in a vergrösserter Font as well as Ausrufezeichenwiederholungen or vergleichbare application of Sonderzeichen To unterlassen.

simply time into Nubeds  [...]  rummage about whether something thereby is, what you gefällt.
 
02/17/09  
 




Roberto
Haha trouble 2
I have a 3 Button prepares and then wished I it with of/ one Uhrzeitanzeige contact but then standing always
Variable not declariert UHRZEIT&

Please copies you whom code ma and guckt what your make can would Real net

and with the the Font a little while ago does me sorrow but I was happy the it worked has
CompileMarkSeparation
Window 10,10-200,300
WindowTitle Abschalten Version 1.0                                                                            by R.Honacker
Declare herunter&, abmeld&eingefügt
Cls
Print      MEIN PROGRAMMverändert
Print verändert
LoadBMP RobinHonacker.BMP,0,0;0
herunter& = Create(Button,%hwnd,Herunterfahren,10,20,170,50)verändert
abmeld& = Create(Button,%hwnd,Abmelden,10,90,170,50)verändert
uhrzeit& = Create(Button,%hwnd,Uhrzeit,10,160,170,50)verändert
abfrage der Buttons

While 1

    WaitInput

    If Clicked(herunter&)

        ExitWindows 0

    ElseIf Clicked(abmeld&)

        ExitWindows 3

        If Clicked (uhrzeit&)

            Var Text$ = Wir haben jetzt  + Time$(2) +  Uhr.
            var Titeltext$ = I N F O
            Messagebox(Text$,Titeltext$,4160) 4
            end

        EndIf

    EndWhile

    end
 
Ich bin neu hier also Verurteilt mich nicht für meine fragen.^^
02/17/09  
 




KHR
Hello Robin,

.

a morsel of should You the Interpreter already believe.

If the wails, ne Variable isn't declared, then is tappt im dunkeln the probably neither.

The second Error was with the if to the clicked(Uhrzeit&)

the must one elseif his. and already GEHTS.
CompileMarkSeparation
Window 10,10-200,300
WindowTitle Abschalten Version 1.0                                                                            by R.Honacker
Declare herunter&, abmeld&eingefügt
declare uhrzeit&     eingefügt KHR
Cls
Print      MEIN PROGRAMMverändert
Print verändert
LoadBMP RobinHonacker.BMP,0,0;0
herunter& = Create(Button,%hwnd,Herunterfahren,10,20,170,50)verändert
abmeld& = Create(Button,%hwnd,Abmelden,10,90,170,50)verändert
uhrzeit& = Create(Button,%hwnd,Uhrzeit,10,160,170,50)verändert
abfrage der Buttons

While 1

    WaitInput

    If Clicked(herunter&)

        ExitWindows 0

    ElseIf Clicked(abmeld&)

        ExitWindows 3

    elseIf Clicked (uhrzeit&)   geändert  KHR

        Var Text$ = Wir haben jetzt  + Time$(2) +  Uhr.
        var Titeltext$ = I N F O
        Messagebox(Text$,Titeltext$,4160)
        end

    EndIf

EndWhile

end
 
Gruß
Karl-Heinz
WIN XP home/Pro / XPROFAN 11 / P2CPP
ATMEL + BASCOM Fan
02/17/09  
 




Roberto
and wiedermal thanks
1.I knows not what Variable not declared means
2.I can't 2 times the Uhrzeit Show.
I have now the end to the UHRZEITBEFEHL omitted and then remaining the whole Program indeed opened, but if I The Uhrzeit then nochma Show wants standing there Variable twice declared: Text$
no idea what the means no idea I amchen must
and sorry because of whom many ask
 
Ich bin neu hier also Verurteilt mich nicht für meine fragen.^^
02/17/09  
 




KHR
Hello Robin,

.

nehm still first time whom code, whom I for you machine have. The goes so far.

And then look time to, I eingefügt have. Then much klarer.

deklarieren means, You sagts Profan:

i will there ne Variable use, The should hot xxxx and of type Y his

declare Uhrzeit&
means: schaff time Space for ne LongInteger-Variable namens uhrzeit

only if ne Variable declared is can tappt im dunkeln in Profan uses go.

and the has with you gefehlt.

The story with var ...... würd I let, is To unübersichtlich.
UNd bring whom Error, that tappt im dunkeln at zwetien Durchlauf then already declared (announced) is.

also;

always on the Program-beginning

declare

and thereafter

variable use.

Les moreover too times the Help or the Textbook of Dietmar
 
Gruß
Karl-Heinz
WIN XP home/Pro / XPROFAN 11 / P2CPP
ATMEL + BASCOM Fan
02/17/09  
 




Rolf
Koch

CompileMarkSeparation
Window 10,10-200,300
WindowTitle Abschalten Version 1.0                                                                            by R.Honacker
Declare herunter&, abmeld&eingefügt
declare uhrzeit& eingefügt KHR
declare Text$,Titeltext$
Cls
Print      MEIN PROGRAMMverändert
Print verändert
LoadBMP RobinHonacker.BMP,0,0;0
herunter& = Create(Button,%hwnd,Herunterfahren,10,20,170,50)verändert
abmeld& = Create(Button,%hwnd,Abmelden,10,90,170,50)verändert
uhrzeit& = Create(Button,%hwnd,Uhrzeit,10,160,170,50)verändert
abfrage der Buttons

While 1

    WaitInput

    If Clicked(herunter&)

        ExitWindows 0

    ElseIf Clicked(abmeld&)

        ExitWindows 3

    elseIf Clicked (uhrzeit&) geändert  KHR

        Text$ = Wir haben jetzt  + Time$(2) +  Uhr.
        Titeltext$ = I N F O
        Messagebox(Text$,Titeltext$,4160)
        end

    EndIf

EndWhile

end
 
02/17/09  
 




Roberto
thanks for Aids works everything correct
now would I a little bit rumprobieren
 
Ich bin neu hier also Verurteilt mich nicht für meine fragen.^^
02/17/09  
 




Answer


Topictitle, max. 100 characters.
 

Systemprofile:

no Systemprofil laid out. [anlegen]

XProfan:

 Posting  Font  Smilies  ▼ 

Please register circa a Posting To verfassen.
 

Topic-Options

19.882 Views

Untitledvor 0 min.

Themeninformationen



Admins  |  AGB  |  Applications  |  Authors  |  Chat  |  Privacy Policy  |  Download  |  Entrance  |  Help  |  Merchantportal  |  Imprint  |  Mart  |  Interfaces  |  SDK  |  Services  |  Games  |  Search  |  Support

One proposition all XProfan, The there's!


My XProfan
Private Messages
Own Storage Forum
Topics-Remember-List
Own Posts
Own Topics
Clipboard
Log off
 Deutsch English Français Español Italia
Translations

Privacy Policy


we use Cookies only as Session-Cookies because of the technical necessity and with us there no Cookies of Drittanbietern.

If you here on our Website click or navigate, stimmst You ours registration of Information in our Cookies on XProfan.Net To.

further Information To our Cookies and moreover, How You The control above keep, find You in ours nachfolgenden Datenschutzerklärung.


all rightDatenschutzerklärung
i want none Cookie