News:

MASM32 SDK Description, downloads and other helpful links
MASM32.com New Forum Link
masmforum WebSite

Load a webpage

Started by Farabi, January 01, 2011, 11:57:31 AM

Previous topic - Next topic

dedndave

http://maps.google.com/maps?ie=UTF8&ll=-6.795535,107.20459&spn=3.206876,4.108887&z=8

toward the upper right corner, there is a link called Link   :P
click that - then Customize and preview embedded map - then grab the embed

Farabi

Thanks dave, youre right, I should know that.
Those who had universe knowledges can control the world by a micro processor.
http://www.wix.com/farabio/firstpage

"Etos siperi elegi"

dedndave

try this one.....

:P

Farabi

Those who had universe knowledges can control the world by a micro processor.
http://www.wix.com/farabio/firstpage

"Etos siperi elegi"

japheth

Quote from: dedndave on January 03, 2011, 03:28:59 PM
i notice it has the same little issue as Edgar's
i can't get the Enter or Tab keys to work
i am sure it is because these are simple demo programs, not intended to be fully functional

I've put the dust off the old WebBrowser sample - it still works and AFAICS it has no Enter/Tab-problem, although the basic version is now 9 years old ( made by Xtreme ).

This sample is not based on ATL, it's plain COM, in Masm assembly. Enjoy!  :green

However, better don't navigate to "weird" sites, IMO the security concerns are VERY justified.

http://www.japheth.de/Download/Samples/IEContainerSample.zip

Magnum

Thanks a lot.

Full screen too.

Have a great day,
                         Andy

dedndave

very cool, Andreas   :U
light and fast

japheth

After solving an issue with keyboard tab navigation, I was able to add an address bar to the browser application demo.

Also, the mini-browser will accept a command line parameter now.

Finally, thanks to MichaelW for the "missing ICC_COOL_CLASSES init"-tip!

Here's the final version, Public Domain:

http://www.japheth.de/Download/Samples/IEContainerSample.zip

P.S.: I named the thing JIE.