B
Benoit Martin
I am currently working on an application where we decided to have a
customized look and feel (as opposed to the standard Windows UI). I took an
approach using graphics to define windows borders and buttons, etc... but
I'm not satisfied at all with the performance. Windows take a long time to
display making this interface less than friendly.
The graphics for the windows borders are placed on the form using PictureBox
controls. Graphics are GIFs ranging from 1K to 5K with 90% of graphics
between 1k and 2K.
Am I taking the wrong approach?
What would be a better way to go about this?
Thanks a lot for your input
Ben
customized look and feel (as opposed to the standard Windows UI). I took an
approach using graphics to define windows borders and buttons, etc... but
I'm not satisfied at all with the performance. Windows take a long time to
display making this interface less than friendly.
The graphics for the windows borders are placed on the form using PictureBox
controls. Graphics are GIFs ranging from 1K to 5K with 90% of graphics
between 1k and 2K.
Am I taking the wrong approach?
What would be a better way to go about this?
Thanks a lot for your input
Ben