can anyone tell me how to make the user form in excel VBA more similar
to
VB version?
As in:
VB's user form has maximize and minimize button beside
close[X],However, excel user form hasn't,
vb can add in pulldown menu
easily, but excel user form can't.
Another question is: How can i view the full picture by using
Loadpicture function if the picture size is greater than the
picturebox's size?
thank you.