| |
|
|
- Page 1 - |
|
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 ▲ |
|
|
|
|
| |
|
- Page 1 - |
|
| @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. |
|
|
| |
|
|
| |
|
- Page 2 - |
|
|
| Perhaps has it Yes a already compiled Version launched which vlt. z.B. the XProfan-manager beiliegt. (?!) |
|
|
| |
|
|
|
Roberto | no idea I Have whom code a Textbook copies |
|
|
| Ich bin neu hier also Verurteilt mich nicht für meine fragen.^^ | 02/18/09 ▲ |
|
|
|
|
|
|
|
| |
|
|
|
Roberto | With me is if I with XPROFAN on properties click the
XPfrofed Free (IDE) |
|
|
| Ich bin neu hier also Verurteilt mich nicht für meine fragen.^^ | 02/18/09 ▲ |
|
|
|
|
E.T. | IF
I sustain with XProfan 10 Free these Message:
not only 10-Free bring these Message, 10 - Full Version too !! |
|
|
| 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/18/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/18/09 ▲ |
|
|
|
|
Roberto | Yes by me too but if I the from the Textbook open come The others Images |
|
|
| Ich bin neu hier also Verurteilt mich nicht für meine fragen.^^ | 02/18/09 ▲ |
|
|
|
|
RGH | Hi,
the Create(HTMLWin,...) watts first in XProfan 11 introduced. people, a Please: before your postert cast still Please one look into To Eurem XProfan gehörige Help. If there no Create(HTMLWin,...) drin standing, then there the too for Your Version not. The actually XProfanFree-Version basiert on XProfan 10!
Greeting Roland |
|
|
| Intel Duo E8400 3,0 GHz / 4 GB RAM / 1000 GB HDD - ATI Radeon HD 4770 512 MB - Windows 7 Home Premium 32Bit - XProfan X4 | 02/18/09 ▲ |
|
|
|
|
Thomas Zielinski | BEi the Textbook what you have, there's in the aide supra left the second entry Textbook. Dahinter hide itself the quite large Lehrbuc of Dietmar. work the rather step for step through and throw you not same on such large things How the here. Greeting Thomas |
|
|
| XProfan X4; Win10 x64 Der Kuchen ist eine lüge! | 02/18/09 ▲ |
|
|
|