Results 1 to 7 of 7

Thread: [RESOLVED]Conflicting form names

Threaded View

  1. #1

    Thread Starter
    Member
    Join Date
    Apr 2002
    Posts
    63

    [RESOLVED]Conflicting form names

    Hi
    My VB project contains a form(dialog) called dlgID. Now everytime I open the project, it gives me an error saying "Conflicting names were found in dlgID. The name 'dlgID' will be used".
    I also noticed that the code which invokes dlgID, instead of
    dlgID.show
    it always remains
    dlgiD.show
    (Notice the case)
    Why is this happening and how do I resolve it?
    Thanks,
    Sarah
    Last edited by sarahmapg; Feb 26th, 2003 at 10:02 AM.

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