| |
|
|
| Html-Control zum Mostra von HTML im eigenen Fenster Dank zum 3,4Mionsten Male an Uwe Pascal Niemeier per den Hinweis auf diesen netten DLL-Aufruf. KompilierenMarkierenSeparierenwindow 10,10-600,500
usermessages 16
$H Windows.ph
declare dll&,Web&,html$
dll&=usedll("atl.dll")
def AtlAxWinInit(0) !"atl.dll","AtlAxWinInit"
AtlAxWinInit()
html$="mshtml:<html><body><h1>Profan²</h1></body>& lt;/html>"
--oder auch: html$="www.profan.de"
Web&=control("AtlAxWin",html$,$50000000,100,100,300,300,%hwnd,0,0,$200)
while 1
waitinput
case %umessage=16:break
endwhile
destroywindow(Web&)
case dll&: | 31.05.2004 ▲ | |
|
|
|
|
Georg Bernhardt | Ciao,
wie kann ich das HTML-Controll mit scrollbalken versehen?
Georg |
|
|
| |
|
|
|
Michael Dell | Hi,
probiers mal so:[quote:9c123b3fe4]Vscroll = $50100000 Hscroll = $50200000 Beide = $50300000[/quote:9c123b3fe4]Nachtrag: Andreas Miethes Control.hlp hilft in solchen Fällen ganz gut weiter!!! |
|
|
| Salu Michael...
Hab zwar krumme Fieß awer dofir e' ecklich Gsicht! | 03.12.2005 ▲ |
|
|
|
|
| |
|
| |
|
|