boom
❔ 21,000 Images, Best way to implement a lookup method?
I have 21,000 + images that have to be available for lookup.
The images are formatted [item_id].png, and in total is 43mb on disk.
Should the best method be to have a lookup that sifts through the directory and string match, or to load them all in memory in a suitable datatype
62 replies
❔ How to Scale Winforms Components with Window Resolution
I'm trying to scale the components using the SizeChanged event, but i'm not getting anywhere.
I've tried researching some documentation, but i think maybe my terminology might be wrong.
Simply i'm just trying to keep components in their respective place, even upon making the application fullscreen.
Given a MINIMUM Resolution, and a MAXIMUM resolution, How can I properly go about scaling components?
2 replies