Click here to Skip to main content
15,913,773 members
Home / Discussions / Visual Basic
   

Visual Basic

 
GeneralRe: Plug-ins in VB6 Pin
Dave Kreskowiak19-Jul-04 3:51
mveDave Kreskowiak19-Jul-04 3:51 
GeneralRe: Plug-ins in VB6 Pin
A.Obraztsov19-Jul-04 10:27
A.Obraztsov19-Jul-04 10:27 
GeneralToolbar alignment Pin
Tom Rahav18-Jul-04 20:31
Tom Rahav18-Jul-04 20:31 
GeneralRe: Toolbar alignment Pin
gthompson200519-Jul-04 13:46
gthompson200519-Jul-04 13:46 
GeneralRe: Toolbar alignment Pin
Anonymous19-Jul-04 18:19
Anonymous19-Jul-04 18:19 
GeneralRun Time Error 429 Pin
Ravi S.V.18-Jul-04 20:21
Ravi S.V.18-Jul-04 20:21 
GeneralRe: Run Time Error 429 Pin
jonathan1519-Jul-04 2:14
jonathan1519-Jul-04 2:14 
GeneralImplementing two interfaces with same method name Pin
rparkes18-Jul-04 20:20
rparkes18-Jul-04 20:20 
I want to implement a custom collection that works like an ADO row - it can be addressed like a hashtable or listarray, and is ordered.

I found an implementation in C#, but need to port it to VB.NET. The problem, however, is that I need to implement IDictionary and IEnumerable, both of which have a method called getEnumerator(). There seems to be no problem defining the two different versions in C#, but with VB.NET, I get an error saying that overloaded functions cannot differ by return type only. And if I allow the IDE to autogenerate the interface methods, it names the second one getEnumerator1().

I suppose I could lilve with having two differently-named enumerators, assuming it's clear which one has to be used, but it seems like a silly limitation of the language, which I always thought was essentially a replica of C#.

So is there something I'm not understanding, or is this really not possible in VB.NET?
GeneralRe: Implementing two interfaces with same method name Pin
Steven Campbell19-Jul-04 3:38
Steven Campbell19-Jul-04 3:38 
QuestionHow to display image from the path in the server and client architecture... Pin
mythinky18-Jul-04 15:34
mythinky18-Jul-04 15:34 
AnswerRe: How to display image from the path in the server and client architecture... Pin
Ravi S.V.19-Jul-04 0:50
Ravi S.V.19-Jul-04 0:50 
GeneralRe: How to display image from the path in the server and client architecture... Pin
mythinky19-Jul-04 16:22
mythinky19-Jul-04 16:22 
AnswerRe: How to display image from the path in the server and client architecture... Pin
Serge Lobko-Lobanovsky21-Jul-04 6:04
Serge Lobko-Lobanovsky21-Jul-04 6:04 
Generaldynamic binding a combo box Pin
abhishk2001@yahoo.com18-Jul-04 12:13
abhishk2001@yahoo.com18-Jul-04 12:13 
GeneralRe: dynamic binding a combo box Pin
mythinky19-Jul-04 16:40
mythinky19-Jul-04 16:40 
Questionhow to get cpu info, mem, etc Pin
brokenshard17-Jul-04 23:52
brokenshard17-Jul-04 23:52 
AnswerRe: how to get cpu info, mem, etc Pin
vancouver77718-Jul-04 5:41
vancouver77718-Jul-04 5:41 
GeneralRe: how to get cpu info, mem, etc Pin
brokenshard18-Jul-04 6:00
brokenshard18-Jul-04 6:00 
AnswerRe: how to get cpu info, mem, etc Pin
Dave Kreskowiak18-Jul-04 6:07
mveDave Kreskowiak18-Jul-04 6:07 
GeneralImporting/Loading MSG file into Outlook Inbox Pin
vancouver77717-Jul-04 22:06
vancouver77717-Jul-04 22:06 
GeneralShortcuts (arrows) in VB6 Pin
alex5kov17-Jul-04 20:49
alex5kov17-Jul-04 20:49 
GeneralRe: Shortcuts (arrows) in VB6 Pin
Mekong River17-Jul-04 22:45
Mekong River17-Jul-04 22:45 
GeneralRe: Shortcuts (arrows) in VB6 Pin
alex5kov18-Jul-04 5:36
alex5kov18-Jul-04 5:36 
GeneralRe: Shortcuts (arrows) in VB6 Pin
Mekong River18-Jul-04 6:18
Mekong River18-Jul-04 6:18 
QuestionHow to cancel a form with a text box with the Leave Event coded Pin
SerialHobbyist17-Jul-04 20:35
SerialHobbyist17-Jul-04 20:35 

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.