in design mode they look perfect, when i run the app they look terrible. 24x24 32bit PNGs
its like they have a little border... or arent quite sized right.
Any ideas?
does font size or anything else skew this?
Printable View
in design mode they look perfect, when i run the app they look terrible. 24x24 32bit PNGs
its like they have a little border... or arent quite sized right.
Any ideas?
does font size or anything else skew this?
* Maybe you are changing the ImageList.ImageSize property at run time.
* Be sure that the ColorDepth of the ImageList is set to Depth32Bit.
If above didn't fix the problem, post a sample project to check it.
Not as far as I know. I've never had this problem and I've used various combinations of fonts, styles etc. It's always been WYSIWYG for me. Screenshot might be informative.
aaaahh shoot.. i have disabled visual styles. it seems that makes it terrible
all because the calendar control is absolutely awful if u enable it.
is there a way to disable XP style for just one control? or a good alternative to the DateTimePicker?