S
Stephen
I have a fairly simple program with 2 forms, one having
only a toolbar with 5 buttons and a simple status bar,
and 8 menu entries in VB. The other form is larger with
a couple small images and several labels. I have 4 or 5
complex classes but no instances of them declared and my
program still eats up 18-19 MB of mem according to Task
Manager just by running it and displaying both forms. I
even excluded the form with images from the project and
it still took 16-17 MB just to run it. The only vars I
have declared are 1 integer and an instance of each form,
so there is nowhere for a mis-written class to be
reserving such an expansive area of memory. I only have
the minimum references like VisualBasic, System, Data,
Drawing, and Forms. Does the .NET framework require such
resources just to run?
Stephen
only a toolbar with 5 buttons and a simple status bar,
and 8 menu entries in VB. The other form is larger with
a couple small images and several labels. I have 4 or 5
complex classes but no instances of them declared and my
program still eats up 18-19 MB of mem according to Task
Manager just by running it and displaying both forms. I
even excluded the form with images from the project and
it still took 16-17 MB just to run it. The only vars I
have declared are 1 integer and an instance of each form,
so there is nowhere for a mis-written class to be
reserving such an expansive area of memory. I only have
the minimum references like VisualBasic, System, Data,
Drawing, and Forms. Does the .NET framework require such
resources just to run?
Stephen