|
-
Aug 26th, 2003, 02:17 AM
#1
Thread Starter
New Member
Auto complete problem
I have a type library named MyLibrary with the class MyClass which have a public enum MyValues with several values in it.
I have a problem when I'm using my class from another application as follows:
dim Vl as MyLibrary.MyClass.MyValues
Vl =...
when the .net environment suggests the values of the enum, the options in the list are missing the first character of the library:
yLibrary.MyClass.MyValues.Value1
yLibrary.MyClass.MyValues.Value2
yLibrary.MyClass.MyValues.Value3
note thet the M of the MyLibrary is missing.
What can cause this problem
Please help
Amit
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
|