views:

2036

answers:

1

I'm working on a quick setup program in Visual Studio and wanted to change the banner bitmap. Anyone know off-hand what the ideal (or req'ed) dimensions are for the new banner image? Thanks.

+12  A: 

Damn if I didn't just find it on MSDN. The answer is:

http://msdn.microsoft.com/en-us/library/3kbk77sf(VS.80).aspx

"For best results, you should use a bitmap with dimensions of 500 pixels wide by 70 pixels high."

scottmarlowe
Thanks for this answer/question! I had to create a banner image using these dimensions and my manually obtained dimensions were off in width by 5 px. Thanks again!Shane
Shane Larson

related questions