Results 1 to 2 of 2

Thread: Form positioning in MDI

  1. #1

    Thread Starter
    Hyperactive Member
    Join Date
    Jan 2002
    Posts
    332

    Form positioning in MDI

    Is it possible to set the position of a form when it is called into the MDI? becoz so far, it seems like the MDI positions forms on its own. Is there anyway? Also, is there any short cut key which can be used in an MDI, to alternate between forms? like alt +TAB in windows?

  2. #2
    -= B u g S l a y e r =- peet's Avatar
    Join Date
    Aug 2000
    Posts
    9,629
    u use move to position it

    VB Code:
    1. frmChild.Move 500,500,2000,2000

    u use Ctrl+Tab to alternate between the child forms og the MDI
    -= a peet post =-

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  



Click Here to Expand Forum to Full Width