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

Gunner

after work I will see what i can do about keyboar input.....  i will learn ya :-)
~Rob (Gunner)
- IE Zone Editor
- Gunners File Type Editor
http://www.gunnerinc.com

Farabi

Hi Gunner,
How to use the dll without any prebuilt dialog?
Those who had universe knowledges can control the world by a micro processor.
http://www.wix.com/farabio/firstpage

"Etos siperi elegi"

Gunner

Quote from: Farabi on January 04, 2011, 02:31:56 AM
Hi Gunner,
How to use the dll without any prebuilt dialog?

It does not use a prebuilt dialog.  You have to createwindow with the window class "AtlAxWin" and in createwindow hWindParent == the handle to your window you want the "control" on
~Rob (Gunner)
- IE Zone Editor
- Gunners File Type Editor
http://www.gunnerinc.com

Farabi

I got the control working but the OLE32 is giving syntax error, why is that?
Those who had universe knowledges can control the world by a micro processor.
http://www.wix.com/farabio/firstpage

"Etos siperi elegi"

Gunner

Quote from: Farabi on January 06, 2011, 02:37:51 AM
I got the control working but the OLE32 is giving syntax error, why is that?

Um, because it sensed that a pigeon crashed into a mountain on P39-865 and died today :toothy No, seriously, post the code and the error number and we can help....
~Rob (Gunner)
- IE Zone Editor
- Gunners File Type Editor
http://www.gunnerinc.com

Farabi

Quote from: Gunner on January 06, 2011, 02:41:26 AM
Quote from: Farabi on January 06, 2011, 02:37:51 AM
I got the control working but the OLE32 is giving syntax error, why is that?

Um, because it sensed that a pigeon crashed into a mountain on P39-865 and died today :toothy No, seriously, post the code and the error number and we can help....

Nevermind, I got it working, it was just me and my careless Thanks, great job :U
The tiniest browser I ever see.
Those who had universe knowledges can control the world by a micro processor.
http://www.wix.com/farabio/firstpage

"Etos siperi elegi"

dedndave

be careful with it, Onan
not very secure, i would imagine   :bg

donkey

Quote from: Farabi on January 06, 2011, 02:52:57 AM
Nevermind, I got it working, it was just me and my careless Thanks, great job :U
The tiniest browser I ever see.

Hi Onan,

Don't let the small executable fool you. I haven't looked at it (its MASM) but if it uses the ATL then it is just a container for implementing Internet Explorer, I would imagine that though the executable would be small the actual footprint would be quite large. For example my ATL demo is about 50K in size but has a memory footprint averaging around 13 MB.
"Ahhh, what an awful dream. Ones and zeroes everywhere...[shudder] and I thought I saw a two." -- Bender
"It was just a dream, Bender. There's no such thing as two". -- Fry
-- Futurama

Donkey's Stable

Farabi

Donkey:
Thanks, yeah I guess it load all of the IE component.


All:
My app cannot open a Flash Page, anyone know why?
Those who had universe knowledges can control the world by a micro processor.
http://www.wix.com/farabio/firstpage

"Etos siperi elegi"

donkey

Quote from: Farabi on January 06, 2011, 03:41:25 AM
My app cannot open a Flash Page, anyone know why?

Could be the default security setting for IE, they are applied to the WebBrowser object. I have issues loading pages with ActiveX components (html help pages), keeps blocking the ActiveX control and I have to manually enable it. Frustrating as heck but I don't want to globally enable them, I have to find out how to do it with IWebBrowser2.
"Ahhh, what an awful dream. Ones and zeroes everywhere...[shudder] and I thought I saw a two." -- Bender
"It was just a dream, Bender. There's no such thing as two". -- Fry
-- Futurama

Donkey's Stable

Magnum

Quote from: donkey on January 06, 2011, 03:35:32 AM
Quote from: Farabi on January 06, 2011, 02:52:57 AM
Nevermind, I got it working, it was just me and my careless Thanks, great job :U
The tiniest browser I ever see.

Hi Onan,

Don't let the small executable fool you. I haven't looked at it (its MASM) but if it uses the ATL then it is just a container for implementing Internet Explorer, I would imagine that though the executable would be small the actual footprint would be quite large. For example my ATL demo is about 50K in size but has a memory footprint averaging around 13 MB.


donkey,

I am getting 8576K in Task Manager as Mem Usage.

Is that a comparable value as it's memory footprint?

Have a great day,
                         Andy

oex

Quote from: Magnum on January 06, 2011, 04:04:00 AM
I am getting 8576K in Task Manager as Mem Usage.

Is that a comparable value as it's memory footprint?

It very much depends what page you are accessing
We are all of us insane, just to varying degrees and intelligently balanced through networking

http://www.hereford.tv

Magnum

Have a great day,
                         Andy

Farabi

Im stuck here, I want to load this page http://antihack1221.awardspace.com/exp/map.html
But there are error messages poping.
Those who had universe knowledges can control the world by a micro processor.
http://www.wix.com/farabio/firstpage

"Etos siperi elegi"

dedndave