Results 1 to 3 of 3

Thread: Create a form

  1. #1

    Thread Starter
    Hyperactive Member
    Join Date
    May 1999
    Location
    Reynosa, Mexico
    Posts
    274
    Is there any way to create a Child form via API? This is, I want to create by code, a form that be a child form from another.

  2. #2
    Fanatic Member
    Join Date
    Feb 2000
    Location
    The Netherlands
    Posts
    715
    Do you mean this?
    Code:
    Dim NewForm As New Form1

  3. #3

    Thread Starter
    Hyperactive Member
    Join Date
    May 1999
    Location
    Reynosa, Mexico
    Posts
    274
    Nop,

    In a MDI Child form, when the focus is in any control of the Child Form, the Title Bar of MDI (Parent) form is activated.

    I want to have two different forms but when the focus is in any control of the form2 the form1 shows as activated.

    I have found source code to modify the appearance of the TitleBar but allways do it with sub-classing that is a Technical ellitle unpredictible and not dessired.

    Any idea about it?



    Ulises Vázquez
    [size=1.7]Oracle DBA Certified Professioanl
    Visual Basic 6 Developer
    Crystal Reports Designer
    [/size]

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