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...)?
On 7 jul., 11:21, New_at_CF wrote: > 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?
Hi, For store more images you can use ImageList object. -- Armando Rocha Mobile Developer http://www.ifthensoftware.com PORTUGAL "New_at_CF" escreveu na mensagem news:5151adc7-0bd0-458f-bc60-dc1d5226f402@t54g2000hsg.googlegroups.com... > On 7 jul., 11:21, New_at_CF wrote: >> 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?