winforms - Aligning a logo on the right of a menu strip in Visual Studio 2010 -


i've got menu strip, inside want embed company logo , align right.

my project on windows form application, sorry not including before.


several google-trips have found little, not using proper terminology.

what best way this? i'd flexible, preferably no fixed-position methods.

thank you.

dock tablelayoutpanel top of form. make have 1 row , 2 columns. put menustrip in left column, , picturebox in right column logo. set right column autosize, row autosize, , tablelayoutpanel autosize. set sizemode of picturebox autosize.


Comments

Popular posts from this blog

c++ - CryptStringToBinary API behavior -

java.util.scanner - How to read and add only numbers to array from a text file -

iphone - Three second countdown in cocos2d -