Day/Night mode application

  • Thread starter Thread starter New_at_CF
  • Start date Start date
N

New_at_CF

I am developing application which has to be able to change colors and
setting for day and for night....
I have main form and a few sub form (opened on click).

How is the best way to change look of the whole application (different
colors and bitmaps...)?
 
I am developing application which has to be able to change colors and
setting for day and for night....
I have main form and a few sub form (opened on click).

How is the best way to change look of the whole application (different
colors and bitmaps...)?

I have one additional question..

I have one picturebox and want to display direrent images.
Is better to load images from file from or from resource?
If I have more than one image, do I spend less memory if I use
resource manager?
 
Back
Top