Hi Kiran , In Window appliaction we have option to add UserControl. Its like window form but not exactly window form.
In MDI work Space ,I am opening this user control after Menu click . Its Structure is similar to Master & Child page in Web Application but the difference is that in web application , Child page get fit to the Master page so that master & Child can not be differentiated in browser,but in my caseWork space provides background and UserControl is opening like window form.
Here main challenge I am facing in determining the size of Background Workspace,so that I can set the position of usercontrol in workspace.
Gyanendar |