Results 1 to 3 of 3

Thread: Control in use

  1. #1

    Thread Starter
    Frenzied Member vbgladiator's Avatar
    Join Date
    May 2001
    Posts
    1,950

    Control in use

    Hi,

    I'm working on a project with about 70 forms. I'm converting it from DAO to ADO. Now, the project uses the Data Bound controls (Listbox & Combo box). I converted what I through all of the DAO data conrols to ADO ones. However, when I try to remove the DAO controls from the toolbox, it gives me a message that they're still in use.

    Is there a easy way to find out which form uses the controls and not going through all of them?

    Thanks,
    Don't anthropomorphize computers -- they hate it

  2. #2
    Fanatic Member
    Join Date
    Sep 2000
    Location
    Over There
    Posts
    522
    you could do a search in the folder for files containing
    the .frm files.

    look for:

    "msflxgrd.ocx" or
    "msdatlst.ocx"

    just use the windows search utility.
    It Never Fails. Everytime I try to make a program idiot proof, the world makes a better idiot.

  3. #3

    Thread Starter
    Frenzied Member vbgladiator's Avatar
    Join Date
    May 2001
    Posts
    1,950
    Thanks. :-)
    Don't anthropomorphize computers -- they hate it

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