CodeGuru Home VC++ / MFC / C++ .NET / C# Visual Basic VB Forums Developer.com
Results 1 to 3 of 3

Thread: Treeview

  1. #1
    Join Date
    Mar 1999
    Posts
    1

    Treeview



    I am Having a problem distributing my application with the MS Treeview on

    Windows NT WorkStation 4.0 (Service Pack 3). The Installation works ok on some machines but fails with "Run Time Error 372, Failed to Load Control 'TreeView'

    from COMCTL32.OCX. Your Version of COMCTL32.OCX may be outdated. Make sure you are using the version of the control that was provided with you application" on

    others. Tried unregistering and registering the ocx's and installing service pack 3 but that did not help.


    Thanks

  2. #2
    Join Date
    Jun 2000
    Location
    Germany
    Posts
    5

    Re: Treeview

    Hi,
    it should be quite easy: just copy a newer COMCTL32.OCX in your winnt/system32 directory and it should be working. Maybe you also need a additional dll named Msvbvm60.dll in your system32 directory.

    I had had this error also an fixed it this way

    Bye



  3. #3
    Join Date
    Jun 2000
    Location
    India
    Posts
    5

    Re: Treeview

    Hi,

    Solution to ur problem is very easy, Problem lies to register a DLL component. Do one thing it is very easy than other methods- make a installation program of ur application . make a installation on the computer where u created ur application. Problem would get solved after u run Setup.exe on clients computer.







    Nilesh

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