hi there
I have a form that FormBorderStyle is none put it, after I create forms like resizing the original form, but its default size does not change when scaled
how to change the default size of the form?
for example, the default size of the media player in window 7
Thank you !

fugio huynhPosted Aug 20, 2013, 6:26 AM
I use attributes MinimumSize=new Size(400,400), ok
Riyaz AkhtarPosted Jul 25, 2013, 3:01 AM
here axMediaPlayer1 is a media play name. it will resize ur form same as media player.
public Form2()
If u want to give custom size then try below code:
Iftikar HussainPosted Jul 25, 2013, 2:29 AM
Try like this
Regards,
Iftikar