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

    Dialog Control trouble

    Whenever I try to use the common dialog control VB5 tells me that I'm missing the required license or my registry settings are corrupt. I've reregistered the control several times, reinstalled VB, and tried to add a reference to the control file directly from the VB CD, nothing is working. I don't mind writing my own dialog classes, but I want to check out a few of the sample programs included with VB and the ones I want to check out use the control. I really don't want to redo the sample source code to fit my classes. Actually what I want is for the dialog control to work. Any ideas??


  2. #2
    Join Date
    May 1999
    Posts
    3,332

    Re: Dialog Control trouble

    I suggest you download the following exe
    http://support.microsoft.com/downloa...les/VB6CLI.EXE
    according to msdn article Q194751 it's supposed to fix the license problem.


  3. #3
    Join Date
    Jul 1999
    Posts
    145

    Re: Dialog Control trouble

    Thanks, I really do appreciate it, but it doesn't
    seem to work with VB5.


  4. #4
    Join Date
    May 1999
    Posts
    3,332

    Re: Dialog Control trouble

    you didn't mention that you use VB 5.
    There is a fix available for VB 5, too.
    Should be somewhere close to the specified location.


  5. #5
    Join Date
    May 1999
    Location
    Oxford UK
    Posts
    1,459

    Re: Dialog Control trouble

    To save you wading through the MSDN, the VB5 fix is at :

    http://support.microsoft.com/support.../Q181/8/54.asp



    Chris Eastwood

    CodeGuru - the website for developers
    http://www.codeguru.com/vb

  6. #6
    Join Date
    Jul 1999
    Posts
    145

    Thanks Chris and Lothar

    I hate looking for anything at that site. I appreciate the help!!


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