Results 1 to 5 of 5

Thread: SetParent problem

  1. #1

    Thread Starter
    Hyperactive Member
    Join Date
    May 1999
    Location
    Reynosa, Mexico
    Posts
    274
    I'm using the SetParent to mimic the MIDI and Child forms. But, when I show another form over the "child" form, I have problem when close this form. The "Child" form doesn't refresh well.

    Any idea about it?

  2. #2
    Guest
    If you ant to Refresh a Form, use the Refresh method.

  3. #3
    transcendental analytic kedaman's Avatar
    Join Date
    Mar 2000
    Location
    0x002F2EA8
    Posts
    7,221
    Maybe it's a problem with the clipcontrol property, go search tough all controls and forms and set it to true
    Use
    writing software in C++ is like driving rivets into steel beam with a toothpick.
    writing haskell makes your life easier:
    reverse (p (6*9)) where p x|x==0=""|True=chr (48+z): p y where (y,z)=divMod x 13
    To throw away OOP for low level languages is myopia, to keep OOP is hyperopia. To throw away OOP for a high level language is insight.

  4. #4

    Thread Starter
    Hyperactive Member
    Join Date
    May 1999
    Location
    Reynosa, Mexico
    Posts
    274
    Just the container objects as Form, Frame, etc. has tha 'ClipControls' property and everyone has it as TRUE.
    Ulises Vázquez
    [size=1.7]Oracle DBA Certified Professioanl
    Visual Basic 6 Developer
    Crystal Reports Designer
    [/size]

  5. #5
    New Member
    Join Date
    Jun 2000
    Posts
    9

    ...

    try setting the left and top of the child to 0 before
    setting it parent. this might help redraw it before its is
    transfered
    -CLouDX

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