HighTechTalks DotNet Forums  

Accessing C# Enum in vb6

Dotnet Framework microsoft.public.dotnet.framework


Discuss Accessing C# Enum in vb6 in the Dotnet Framework forum.



Reply
 
Thread Tools Search this Thread Display Modes
  #1  
Old   
Sriman
 
Posts: n/a

Default Accessing C# Enum in vb6 - 11-02-2007 , 11:56 PM






Hi,
Did any one tried to access/called C# enum in vb6? Actually we are
migrating the few vb6 components to C#.net. Conversion process went fine. But
I could not able to access/see the exact Enum values in vb6 Like
C# Enum
==========
public enum test
{
Grade = 1
}
..Net regasm/tlbexp exporting the .net assembly to .tlb like
publie enum test
{
test_Grade =1
}
So, the question is .Net added/included the Enum name to values i.e "Test_".
If you came accross the same situation, How you managed to resolve the
issue?
Any Help would be greatly appreciated.

Note: Client is not going to change the existing vb6 applicaiton
Regards,
Sriman.

Reply With Quote
Reply




Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is On
HTML code is Off



Powered by vBulletin Version 3.5.4
Copyright ©2000 - 2008, Jelsoft Enterprises Ltd.