|
-
Jun 20th, 2000, 01:47 AM
#1
Thread Starter
Hyperactive Member
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?
-
Jun 20th, 2000, 02:04 AM
#2
If you ant to Refresh a Form, use the Refresh method.
-
Jun 22nd, 2000, 06:26 AM
#3
transcendental analytic
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.
-
Jun 22nd, 2000, 08:32 AM
#4
Thread Starter
Hyperactive Member
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]
-
Jun 28th, 2000, 08:21 AM
#5
New Member
...
try setting the left and top of the child to 0 before
setting it parent. this might help redraw it before its is
transfered
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|