Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > comp.programming > #16907 > unrolled thread
| Started by | R <loopimo@zoho.com> |
|---|---|
| First post | 2026-07-18 07:26 +0000 |
| Last post | 2026-07-19 17:52 +0700 |
| Articles | 6 — 4 participants |
Back to article view | Back to comp.programming
How to display many pictures and avoid huge memory consumption? R <loopimo@zoho.com> - 2026-07-18 07:26 +0000
Re: How to display many pictures and avoid huge memory consumption? Lawrence D’Oliveiro <ldo@nz.invalid> - 2026-07-18 22:05 +0000
Re: How to display many pictures and avoid huge memory consumption? R <loopimo@zoho.com> - 2026-07-19 16:50 +0000
Re: How to display many pictures and avoid huge memory consumption? Lawrence D’Oliveiro <ldo@nz.invalid> - 2026-07-19 23:41 +0000
Re: How to display many pictures and avoid huge memory consumption? Keith Thompson <Keith.S.Thompson+u@gmail.com> - 2026-07-19 18:02 -0700
Re: How to display many pictures and avoid huge memory consumption? JJ <jj4public@gmail.com> - 2026-07-19 17:52 +0700
| From | R <loopimo@zoho.com> |
|---|---|
| Date | 2026-07-18 07:26 +0000 |
| Subject | How to display many pictures and avoid huge memory consumption? |
| Message-ID | <340931200ec78dee4b70fcb5ac4@news.eternal-september.org> |
Almost a 100 PictureBox components on a Windows form's form eats around 300 Mb of RAM. How to work around this?
[toc] | [next] | [standalone]
| From | Lawrence D’Oliveiro <ldo@nz.invalid> |
|---|---|
| Date | 2026-07-18 22:05 +0000 |
| Message-ID | <113gtb0$3sso5$2@dont-email.me> |
| In reply to | #16907 |
On Sat, 18 Jul 2026 07:26:42 +0000 (UTC), R wrote: > Almost a 100 PictureBox components on a Windows form's form eats > around 300 Mb of RAM. How to work around this? Don’t use Windows.
[toc] | [prev] | [next] | [standalone]
| From | R <loopimo@zoho.com> |
|---|---|
| Date | 2026-07-19 16:50 +0000 |
| Message-ID | <340931200ef78dee5cefeb6ec76@news.eternal-september.org> |
| In reply to | #16908 |
Hello Lawrence D’Oliveiro, > On Sat, 18 Jul 2026 07:26:42 +0000 (UTC), R wrote: > >> Almost a 100 PictureBox components on a Windows form's form eats >> around 300 Mb of RAM. How to work around this? >> > Don’t use Windows. > Actually Windows not that bad.
[toc] | [prev] | [next] | [standalone]
| From | Lawrence D’Oliveiro <ldo@nz.invalid> |
|---|---|
| Date | 2026-07-19 23:41 +0000 |
| Message-ID | <113jnai$p7m2$6@dont-email.me> |
| In reply to | #16910 |
On Sun, 19 Jul 2026 16:50:33 +0000 (UTC), R wrote: > Hello Lawrence D’Oliveiro, > >> On Sat, 18 Jul 2026 07:26:42 +0000 (UTC), R wrote: >> >>> Almost a 100 PictureBox components on a Windows form's form eats >>> around 300 Mb of RAM. How to work around this? >>> >> Don’t use Windows. > > Actually Windows not that bad. I didn’t say how bad it was. You were the one complaining about how much memory it was using, not me. It is that bad.
[toc] | [prev] | [next] | [standalone]
| From | Keith Thompson <Keith.S.Thompson+u@gmail.com> |
|---|---|
| Date | 2026-07-19 18:02 -0700 |
| Message-ID | <113js3e$qot3$1@kst.eternal-september.org> |
| In reply to | #16911 |
Lawrence D’Oliveiro <ldo@nz.invalid> writes:
> On Sun, 19 Jul 2026 16:50:33 +0000 (UTC), R wrote:
>> Hello Lawrence D’Oliveiro,
>>> On Sat, 18 Jul 2026 07:26:42 +0000 (UTC), R wrote:
>>>> Almost a 100 PictureBox components on a Windows form's form eats
>>>> around 300 Mb of RAM. How to work around this?
>>>>
>>> Don’t use Windows.
>>
>> Actually Windows not that bad.
>
> I didn’t say how bad it was. You were the one complaining about how
> much memory it was using, not me. It is that bad.
Do you think that debating here about how good or bad Windows is
can possibly lead to a meaningful outcome? I suggest dropping
the discussion.
--
Keith Thompson (The_Other_Keith) Keith.S.Thompson+u@gmail.com
void Void(void) { Void(); } /* The recursive call of the void */
[toc] | [prev] | [next] | [standalone]
| From | JJ <jj4public@gmail.com> |
|---|---|
| Date | 2026-07-19 17:52 +0700 |
| Message-ID | <1wjvyvnm1h6ul$.7gbsxhbn9d7p.dlg@40tude.net> |
| In reply to | #16907 |
On Sat, 18 Jul 2026 07:26:42 +0000 (UTC), R wrote: > Almost a 100 PictureBox components on a Windows form's form eats around 300 > Mb of RAM. How to work around this? If you're displaying them as thumbnails/previews, then generate smaller images for them as thumbnails/previews. Don't directly display the source images. Especially if the source images are large.
[toc] | [prev] | [standalone]
Back to top | Article view | comp.programming
csiph-web