Forms on top of Main Form 
Author Message
 Forms on top of Main Form

Do i have to use CurrentX and CurrentY to move my form in a certain area on
top of another form.

The scenerio:
*My Main form loads
*Then when I click on toolbare or menuitems to choose another form I want
that form to load in a certain area of the Main Form.
*Or is there any other work around.....

Thank Mo



Wed, 28 Apr 2004 08:17:44 GMT  
 Forms on top of Main Form
Hi,

Look MDI Forms

Sivan Velappan Pillai
Business Software Solutions

Quote:

> Do i have to use CurrentX and CurrentY to move my form in a certain area on
> top of another form.

> The scenerio:
> *My Main form loads
> *Then when I click on toolbare or menuitems to choose another form I want
> that form to load in a certain area of the Main Form.
> *Or is there any other work around.....

> Thank Mo



Sun, 02 May 2004 04:57:16 GMT  
 Forms on top of Main Form
Form2.Top = Me.Top + 200
Form2.Left = Me.Left + 100

or of course : Form2.Move .....

Quote:

>Do i have to use CurrentX and CurrentY to move my form in a certain area on
>top of another form.

>The scenerio:
>*My Main form loads
>*Then when I click on toolbare or menuitems to choose another form I want
>that form to load in a certain area of the Main Form.
>*Or is there any other work around.....

>Thank Mo



Sun, 02 May 2004 21:02:28 GMT  
 
 [ 3 post ] 

 Relevant Pages 

1. Main Form - not on top

2. changing stuff in your main form from another form

3. Unhandled exception in system.windows.forms.dll (in my main form) - argh

4. Help altering main form from other forms

5. how to change properties of the main form from a another form

6. maximize child form display multiple tool box controls on main form

7. create main form and Sub Form

8. VB3: modal form gets hidden by main MDI form in Win98

9. How to auto size the main form/ MDI form

10. adding controls from other forms to main form

11. create Main Form Sub form in VB6

12. How to switch Main form to other form?

 

 
Powered by phpBB® Forum Software