Home All Groups Group Topic Archive Search About

77 lines code need 30MB ram ?

Author
20 Apr 2006 6:39 AM
Boki
Hi All,

Only 77 lines codes, need 30MB ram....  is that large?

Can I use single webbrowser control to open two page at the same time?

Best regard,
Boki.

Author
20 Apr 2006 9:52 AM
Hans-Gerd Theunissen
Hi Boki,
"Boki" <bokit***@ms21.hinet.net> schrieb im Newsbeitrag
news:1145515160.961324.277700@v46g2000cwv.googlegroups.com...
> Hi All,
>
> Only 77 lines codes, need 30MB ram....  is that large?
>
> Can I use single webbrowser control to open two page at the same time?
>
> Best regard,
> Boki.
>
One line of code will do it: Dim Bytes(30000000) As Byte ;-)
One webbrowser - one page!
Author
20 Apr 2006 10:19 AM
Boki
Hans-Gerd Theunissen 寫道:

Show quoteHide quote
> Hi Boki,
> "Boki" <bokit***@ms21.hinet.net> schrieb im Newsbeitrag
> news:1145515160.961324.277700@v46g2000cwv.googlegroups.com...
> > Hi All,
> >
> > Only 77 lines codes, need 30MB ram....  is that large?
> >
> > Can I use single webbrowser control to open two page at the same time?
> >
> > Best regard,
> > Boki.
> >
> One line of code will do it: Dim Bytes(30000000) As Byte ;-)
> One webbrowser - one page!

Got it... and why Windows is so large today....
Author
20 Apr 2006 12:15 PM
Cerebrus
How are you measuring how much RAM your code requires ? In case it's
through the Task Manager, that value is inaccurate.

Regards,

Cerebrus.
Author
20 Apr 2006 1:15 PM
Boki
Cerebrus wrote:
> How are you measuring how much RAM your code requires ? In case it's
> through the Task Manager, that value is inaccurate.
>
> Regards,
>
> Cerebrus.


inaccurate, but it costs... isn't it?