CodeGuru Home VC++ / MFC / C++ .NET / C# Visual Basic VB Forums Developer.com
Results 1 to 5 of 5
  1. #1
    Join Date
    Mar 2000
    Posts
    3

    You Gurus love to answer the easy questions

    Why did no one respond to the request I posted. Is it too easy or too hard - I asked:
    Hi - I need some help. I created an app in Access97. Found a new coustomer and went to install it at his site. My common dialog control was empty. His version of Access listed Common Dialog Control, but it was not registered. I tried to register comdlg16.ocx and received the message "Unable to register control. You must use Add/Delete utility". Anybody want to help out a poor little fella? Thanks in advance






  2. #2
    Join Date
    Apr 1999
    Location
    Rotterdam, Netherlands
    Posts
    278

    Re: You Gurus love to answer the easy questions

    "Why did no one respond to the request I posted."
    Probably because no-one knows the answer...

    Sorry I don't know the answer either, all I do with Access is creating a database...
    But add/remove utiliy sounds like a little tool that ships with Access (guess...)

    Crazy D :-)
    "One ring rules them all"

  3. #3
    Join Date
    Sep 1999
    Location
    Red Wing, MN USA
    Posts
    312

    Re: You Gurus love to answer the easy questions

    If you're shipping your Application to Customers, you should be supplying everything needed to run it, ie. a Runtime version of Access97 and all the relevant OCX's.

    Also, shouldn't it be using ComDlg32.ocx, not it's 16bit counterpart.

    Aaron Young
    Analyst Programmer
    [email protected]
    Certified AllExperts Expert: http://www.allexperts.com/displayExp...p?Expert=11884
    Aaron Young
    Senior Programmer Analyst (Red Wing Software)
    Certified AllExperts Expert

  4. #4
    Join Date
    Feb 2000
    Location
    Indiana
    Posts
    308

    Re: You Gurus love to answer the easy questions

    I've heard of other people having problems using the common dialog control from Access. I posted code on this board a few weeks ago showing the code to call the common dialog without use of this control.
    http://codeguru.developer.com/bbs/wt...collapsed&sb=5


  5. #5
    Join Date
    Apr 2000
    Location
    Winston-Salem, NC
    Posts
    32

    Re: You Gurus love to answer the easy questions

    What version of VB are you using?
    You should probably be trying to register comdlg32.ocx like this in the Start/Run dialog box :

    regsvr32 <path 2 file here>\comdlg32.ocx


    == Ali R. Tahbaz, MCSD ==========================
    "Whether you think that you can, or that you can't, you are usually right."
    --Henry Ford

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