View Single Post
  #75 (permalink)  
Old 11-23-2007, 04:42 PM
Louis Louis is offline
Knows the basics
 
Join Date: May 2007
Posts: 98
Default

Hi. I am trying to wrap a c# class from within a VB.NET library, but the class from the C# dll is named Const. It returns unsigned Hexadecimals I nee to pass to a couple of other subs/functions. The problem is that in VB.NET Const is also used to declare Constants. So how can I use this kind of conflicting class? Thanks.
Reply With Quote