77 lines code need 30MB ram ?

  • Thread starter Thread starter Boki
  • Start date Start date
B

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.
 
Hi Boki,
Boki said:
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!
 
Hans-Gerd Theunissen 寫é“:
Hi 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....
 
How are you measuring how much RAM your code requires ? In case it's
through the Task Manager, that value is inaccurate.

Regards,

Cerebrus.
 
Cerebrus said:
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?
 
Back
Top