Click here to Skip to main content
15,917,005 members
Home / Discussions / Visual Basic
   

Visual Basic

 
QuestionAnyone know's about bootstrapper plug-in.? Pin
jlizardo5-Jan-04 5:10
jlizardo5-Jan-04 5:10 
AnswerRe: Anyone know's about bootstrapper plug-in.? Pin
Niels Penneman6-Jan-04 11:21
Niels Penneman6-Jan-04 11:21 
Questionhow to implement regional font in VB 6.0 ? Pin
Mohan G5-Jan-04 5:06
Mohan G5-Jan-04 5:06 
AnswerRe: how to implement regional font in VB 6.0 ? Pin
Dave Kreskowiak6-Jan-04 4:28
mveDave Kreskowiak6-Jan-04 4:28 
GeneralRe: how to implement regional font in VB 6.0 ? Pin
Mohan G8-Jan-04 4:19
Mohan G8-Jan-04 4:19 
GeneralRe: how to implement regional font in VB 6.0 ? Pin
Dave Kreskowiak8-Jan-04 4:36
mveDave Kreskowiak8-Jan-04 4:36 
GeneralUITypeEditor (Up/Down Ctl) on property grids Pin
cnurse5-Jan-04 2:49
cnurse5-Jan-04 2:49 
GeneralVB.NET overloading & COM Pin
izotov5-Jan-04 2:38
izotov5-Jan-04 2:38 
Hi,

I'm working on a VB.NET project and my objects should be reachable using COM. My problem is that these objects have overloaded methods, properties, which seems problematic.

For example I have a collection class with two item properties:

Default Public ReadOnly Property Item(ByVal Key As String) As Object

and

Default Public ReadOnly Property Item(ByVal Index As Integer) As Object

When I try to use an object of this class in a COM only environment - like MS Word - there only one Item can be seen, and allways the first. So using the order above I can query collection items only by Key, when I change the order I can query only by Index.
This problem does not occour under .NET.

My question is: how to do VB.NET overriding, polymorphism to satisfy COM requirements?

(K)
GeneralRe: VB.NET overloading & COM Pin
Mike Dimmick6-Jan-04 2:39
Mike Dimmick6-Jan-04 2:39 
QuestionHow to know Process Idle time ? Pin
4-Jan-04 20:32
suss4-Jan-04 20:32 
GeneralFiring a RaiseEvent Pin
firefalls4-Jan-04 14:36
firefalls4-Jan-04 14:36 
GeneralRe: Firing a RaiseEvent Pin
Dave Kreskowiak5-Jan-04 3:51
mveDave Kreskowiak5-Jan-04 3:51 
GeneralRe: Firing a RaiseEvent Pin
firefalls7-Jan-04 15:01
firefalls7-Jan-04 15:01 
GeneralRe: Firing a RaiseEvent Pin
Dave Kreskowiak8-Jan-04 10:15
mveDave Kreskowiak8-Jan-04 10:15 
GeneralRe: Firing a RaiseEvent Pin
firefalls8-Jan-04 19:06
firefalls8-Jan-04 19:06 
QuestionHow to disable Ctrl+Alt+Del in window XP with VB Pin
nnaye4-Jan-04 5:22
nnaye4-Jan-04 5:22 
AnswerRe: How to disable Ctrl+Alt+Del in window XP with VB Pin
Duncan Edwards Jones4-Jan-04 5:39
professionalDuncan Edwards Jones4-Jan-04 5:39 
AnswerRe: How to disable Ctrl+Alt+Del in window XP with VB Pin
Dave Kreskowiak4-Jan-04 8:12
mveDave Kreskowiak4-Jan-04 8:12 
AnswerRe: How to disable Ctrl+Alt+Del in window XP with VB Pin
Charlie Williams4-Jan-04 10:26
Charlie Williams4-Jan-04 10:26 
GeneralRe: How to disable Ctrl+Alt+Del in window XP with VB Pin
cnurse4-Jan-04 14:11
cnurse4-Jan-04 14:11 
GeneralRe: How to disable Ctrl+Alt+Del in window XP with VB Pin
Dave Kreskowiak5-Jan-04 3:41
mveDave Kreskowiak5-Jan-04 3:41 
GeneralExamining bytes returned from an ATL component Pin
Aby Philip4-Jan-04 3:23
Aby Philip4-Jan-04 3:23 
GeneralRe: Examining bytes returned from an ATL component Pin
Vi25-Jan-04 0:25
Vi25-Jan-04 0:25 
QuestionShadow Effects? Pin
Bus Clocking4-Jan-04 1:21
Bus Clocking4-Jan-04 1:21 
QuestionPackage and Deployment ? Pin
Member 7660843-Jan-04 21:51
Member 7660843-Jan-04 21:51 

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.