| |
|
|
Roberto | I have in a Textbook a code for a own InetnetBrowser found CompileMarkSeparationInternet-Browser mit XProfan
usermessages 16
declare WebControl&, a&, a$
---- Fenster + Menü ----
WindowTitle Internet-Browser in XProfan 11
cls
appendmenubar 101,<
appendmenubar 102,>
appendmenubar 103,&X
appendmenubar 104,&Aktualisieren
appendmenubar 105,&Startseite
appendmenubar 106,&Suchen
appendmenubar 107,&Datei öffnen
appendmenubar 108,&Ordner öffnen
appendmenubar 109,&URL öffnen
---- WebControl erzeugen ----
WebControl&=create(HTMLWin,%hwnd,mmj.mxii.com,0,0,0,width(%hwnd),height(%hwnd))
---- Programmschleife ----
while 1
if %key=4
setwindowpos WebControl&=0,0-width(%hwnd),height(%hwnd)
elseif menuitem(101)
HTMLWin(GoBack, WebControl&)
elseif menuitem(102)
HTMLWin(GoForward, WebControl&)
elseif menuitem(103)
HTMLWin(Stop, WebControl&)
elseif menuitem(104)
HTMLWin(Refresh, WebControl&)
elseif menuitem(105)
HTMLWin(GoHome, WebControl&)
elseif menuitem(106)
HTMLWin(GoSearch, WebControl&)
elseif menuitem(107)
a$=loadfile$(Bitte Bild oder HTML-Datei wählen,*.*)
repaint 1
HTMLWin(Navigate, WebControl&, a$)
elseif menuitem(108)
a$=choosedir$(Bitte Ordner wählen)
repaint 1
HTMLWin(Navigate, WebControl&, a$)
elseif menuitem(109)
a$=input$(Bitte Web-Adresse eingeben:,URL:,)
repaint 1
HTMLWin(Navigate, WebControl&, a$)
endif
while HTMLWin(GetBusy, WebControl&)
sleep 200
endwhile
waitinput
case %umessage=16 : break
endwhile
destroywindow(WebControl&
end
but since Klappt something not can someone the code correct i'm new and kenn me not yet so well from.
mfg Robin Honacker |
|
|
| Ich bin neu hier also Verurteilt mich nicht für meine fragen.^^ | 02/17/09 ▲ |
|
|
|
|
Rolf Koch | Sorry, but where should we knoe what there not functions? Irgendeine Message? can but too his, that it with you not works, there You only The free Version have and no XProfan11! |
|
|
| |
|
|
|
| Obiger code is at the latest ex create(HTMLWin... since XProfan11 possible.
it could createHTMLBox (XPSE) benefit for a Webseitenanzeige, but ex piloting becomes it it difficult having. |
|
|
| |
|
|
|
Rolf Koch | ... and Robin small gutgemeinter Tipp: You must first once create whom beginning To bewältigen (vorallem to know, what the Explorer is ^^) and not already directly try a Browser, one game, a grosse application and Co. To create. step for step. Window create, Buttons u.s.w. hereon create, The creep kapieren, The inquire kapieren and not only type and think one can now program. there heard some More To |
|
|
| |
|
|
|
Roberto | there is then
internet Explorer could no link to the angeforderten Website produce. Möglicherweise is tappt im dunkeln temporarily unavailable.
or
The desired Page is zurzeit unavailable. Möglicherweise are technical difficulty aufgetreten or tappt im dunkeln should The Browsereinstellungen to check on.
copies you still ma whom code and probiert it yourself from |
|
|
| Ich bin neu hier also Verurteilt mich nicht für meine fragen.^^ | 02/17/09 ▲ |
|
|
|
|
| Robin Honacker
there is then internet Explorer could... Please a Screenshot. |
|
|
| |
|
|
|
Roberto | here The Screenshots
the first presentment comes if one with the exhaust URL EINGEBEN a Internetadresse types. the 2th if to the Program gaz normal launch |
|
|
| Ich bin neu hier also Verurteilt mich nicht für meine fragen.^^ | 02/17/09 ▲ |
|
|
|
|
Roberto | |
|
| Ich bin neu hier also Verurteilt mich nicht für meine fragen.^^ | 02/17/09 ▲ |
|
|
|
|
Rolf Koch | @Robin unfortunately can I nothing moreover say, because if I starte comes The Page and if I a URL open, then works it too perfect. Perhaps has it still what so To do, that You no XProfan Version 11 own. or uses You in the real Browserleben always Firefox and have The latest Time never with the internet Explorer worked. Starte time Internet Explorer and look what the you says, if you a address eingibst. because if you Firefox or Opera or whatever correctly. arranged have, means this not, that too the internet Explorer running. The interne appeal of XProfan uses namely Internet Explorer around the display To release. |
|
|
| |
|
|
|
| @Rolf: XProfan10 would this obigen code to create(htmlWin... not at all first perform. |
|
|
| |
|
|
|
E.T. | iF
@Rolf: XProfan10 would this obigen code to create(htmlWin... not at all first perform.
the power me contemplative... |
|
|
| 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/17/09 ▲ |
|
|
|
|
Rolf Koch | Hmm but How comes it then on whom Screenshot iF? it'll yes a Createhtml prepares only the Content not loaded. |
|
|
| |
|
|