77 lines code need 30MB ram ?

Collapse
This topic is closed.
X
X
 
  • Time
  • Show
Clear All
new posts
  • Boki

    #1

    77 lines code need 30MB ram ?

    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.

  • Hans-Gerd Theunissen

    #2
    Re: 77 lines code need 30MB ram ?

    Hi Boki,
    "Boki" <bokiteam@ms21. hinet.net> schrieb im Newsbeitrag
    news:1145515160 .961324.277700@ v46g2000cwv.goo glegroups.com.. .[color=blue]
    > 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.
    >[/color]
    One line of code will do it: Dim Bytes(30000000) As Byte ;-)
    One webbrowser - one page!


    Comment

    • Boki

      #3
      Re: 77 lines code need 30MB ram ?


      Hans-Gerd Theunissen 寫道:
      [color=blue]
      > Hi Boki,
      > "Boki" <bokiteam@ms21. hinet.net> schrieb im Newsbeitrag
      > news:1145515160 .961324.277700@ v46g2000cwv.goo glegroups.com.. .[color=green]
      > > 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.
      > >[/color]
      > One line of code will do it: Dim Bytes(30000000) As Byte ;-)
      > One webbrowser - one page![/color]

      Got it... and why Windows is so large today....

      Comment

      • Cerebrus

        #4
        Re: 77 lines code need 30MB ram ?

        How are you measuring how much RAM your code requires ? In case it's
        through the Task Manager, that value is inaccurate.

        Regards,

        Cerebrus.

        Comment

        • Boki

          #5
          Re: 77 lines code need 30MB ram ?


          Cerebrus wrote:[color=blue]
          > How are you measuring how much RAM your code requires ? In case it's
          > through the Task Manager, that value is inaccurate.
          >
          > Regards,
          >
          > Cerebrus.[/color]


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

          Comment

          Working...