CodeGuru Home VC++ / MFC / C++ .NET / C# Visual Basic VB Forums Developer.com
Results 1 to 2 of 2
  1. #1
    Join Date
    Jul 1999
    Location
    Israel
    Posts
    140

    Problem when showing modal form

    I have an explorer-style application. The list and the tree are both OCX within a form.
    I am opening a different form over the list and the tree with vbModal attributes.
    When closing this form both of the forms (list and tree) were disabled! shocked...
    Please help ... any help will be apprciate!




  2. #2
    Guest

    Re: Problem when showing modal form

    I met pretty poor designed OCX, which behaved similar way. I set Autoredraw = True property for form with that control. It solved the problem. Maybe you need to try that method?
    Vlad


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

Featured