hi, you need to catch the form_resize event and do some coding over there so that when the form resizes or restores back the controls on it also change their position accordingly. Hope this helps
S
Sunil Pandita
@Sunil Pandita
Posts
-
Window form bottom part hides on restore -
Update parent form control status from child form [modified]Hi, What programming language are you using. In C#.net it would be done as below Form1 f=this.Owner as Form1; f.Button1.Text="Sign Out"; Where Form1 is the name of the parent that holds the sign in button with name button1. Hope this helps Thanks
-
C# dll's in VB6.Hi, Yes you can do this by implementing a CCW please check http://www.codeproject.com/KB/COM/nettocom.aspx Hope this helps
-
Keyword not supported: 'initial catalogue'.use initial catalog instead. Hope this helps