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

    MS Tabbed Dialog Control 6.0

    I have a dilemma...

    I installed sp3 for visual studio last week. Today, I had to make some modifications to a program I developed some time ago that uses a SSTab control.

    Forms, existing in the program, that have this control on them will not load properly. I can view the form in form view once. If I try to move between tabs and then close the form, once I reopen it, I get the following errors:

    error 1: unexpected error
    error 2: Error loading 'C\Temp\VB14.tmp'. A control could not be loaded due to load error. Continue.

    Once I click OK to continue, the form loads but the SSTab control is missing.

    I am wondering if this is a bug from sp3, and if so how can I rectify the issue.

    I have uninstalled then re-installed visual studio 6. I have deleted and renamed certain dlls and ocx's then replaced them with older versions...

    Any suggestions???

    Thanks,
    Samantha


  2. #2
    Join Date
    Feb 2000
    Location
    Ireland
    Posts
    808

    Re: MS Tabbed Dialog Control 6.0

    This sound like it could be a problem with your registry values for the control.
    Try opening a blank project and adding the tabbled dialog control to it. This should reregister it.
    I hope this is of some help.
    Tony


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