Link to home
Start Free TrialLog in
Avatar of yassin092898
yassin092898

asked on

Controls in a VB form disappear When the form is resized

Controls in a VB form disappear  When the form is resized
I have to cover the form with another window and remove it
To  see all the control on the form.  I don’t care how long it
Takes to refresh the form but I want all text boxes and
Other controls to be visible after I resize the from.

Thanks

Avatar of yassin092898
yassin092898

ASKER

I am using vsElasticLight from videosoft to resize my form.

Yassin
try either a me.refresh or a vsElasticLight1.refresh in your resize method, this should work
that would be resize event...
This is my resize function
vsElasticLight1  has no refresh method
It didn't work

Private Sub Form_Resize()
  Me.Refresh
  'vsElasticLight1.refresh
End Sub

More infroamtion about my form.

I have a tab on the form and then 3 frames each on top of the other and then the text boxes.

Thanks
Your last answer didn't work for me and I added more comment
to explain my problem further. Please let me know if you have
any other suggestions.

Thanks

I waited a week for you to try the question again after I added a new comment to explain it further. I must now reopen it for the other experts to try. I thank you for your original proposal
but please try if you can get back to me within the next two days for a new proposal or a permition to reopen it.
Thanks
ASKER CERTIFIED SOLUTION
Avatar of Lantams56789
Lantams56789

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial