|
-
Feb 26th, 2003, 09:54 AM
#1
Thread Starter
Member
[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
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|