Click here to Skip to main content
15,889,808 members
Home / Discussions / COM
   

COM

 
GeneralRe: A basic question ? Pin
Member 470820223-Apr-08 21:30
Member 470820223-Apr-08 21:30 
Questionwindows media player plugin Pin
Member 387187821-Apr-08 20:47
Member 387187821-Apr-08 20:47 
AnswerRe: windows media player plugin Pin
Michael Dunn28-Apr-08 11:11
sitebuilderMichael Dunn28-Apr-08 11:11 
QuestionHow to convert COM dll to Normal dll Pin
Prazwol21-Apr-08 20:01
Prazwol21-Apr-08 20:01 
GeneralRe: How to convert COM dll to Normal dll Pin
Mike Dimmick22-Apr-08 2:41
Mike Dimmick22-Apr-08 2:41 
QuestionHow to get DSFDevice from DSFDevices collection (simulated a EHCI controller):sigh: :sigh: [modified] Pin
XuanThinh TRAN21-Apr-08 16:58
XuanThinh TRAN21-Apr-08 16:58 
GeneralRe: How to get DSFDevice from DSFDevices collection (simulated a EHCI controller):sigh: :sigh: Pin
User 21559722-Apr-08 2:51
User 21559722-Apr-08 2:51 
GeneralRe: How to get DSFDevice from DSFDevices collection (simulated a EHCI controller):sigh: :sigh: Pin
Vi222-Apr-08 17:28
Vi222-Apr-08 17:28 
There are Zero-Based and One-Based Collections.
<quote>
A collection is either zero-based or one-based, depending on what its starting index is. As you might guess, the former means that the index of the first item in the collection is zero, and the latter means it's one. Examples of zero-based collections are the Forms and Controls collections. The Collection object is an example of a one-based collection.

Older collections in Visual Basic are more likely to be zero-based, while more recent additions are more likely to be one-based. One-based collections are somewhat more intuitive to use, because the index ranges from one to Count, where Count is the property that returns the number of items in a collection.

The index of a zero-based collection, by contrast, ranges from zero to one less than the Count property.


With best wishes,
Vita

QuestionRe: How to get DSFDevice from DSFDevices collection (simulated a EHCI controller):sigh: :sigh: Pin
XuanThinh TRAN22-Apr-08 18:27
XuanThinh TRAN22-Apr-08 18:27 
GeneralRe: How to get DSFDevice from DSFDevices collection (simulated a EHCI controller):sigh: :sigh: Pin
XuanThinh TRAN22-Apr-08 18:30
XuanThinh TRAN22-Apr-08 18:30 
GeneralRe: How to get DSFDevice from DSFDevices collection (simulated a EHCI controller):sigh: :sigh: Pin
Vi223-Apr-08 0:53
Vi223-Apr-08 0:53 
AnswerRe: How to get DSFDevice from DSFDevices collection (simulated a EHCI controller):sigh: :sigh: [modified] Pin
User 21559723-Apr-08 1:49
User 21559723-Apr-08 1:49 
GeneralRe: How to get DSFDevice from DSFDevices collection (simulated a EHCI controller):sigh: :sigh: Pin
User 21559729-Apr-08 0:15
User 21559729-Apr-08 0:15 
GeneralRe: How to get DSFDevice from DSFDevices collection (simulated a EHCI controller):sigh: :sigh: Pin
XuanThinh TRAN8-May-08 21:43
XuanThinh TRAN8-May-08 21:43 
GeneralRe: How to get DSFDevice from DSFDevices collection (simulated a EHCI controller):sigh: :sigh: Pin
User 2155978-May-08 21:55
User 2155978-May-08 21:55 
GeneralMSXML DOM and MFC Pin
Raja Shekar17-Apr-08 13:34
Raja Shekar17-Apr-08 13:34 
GeneralRe: MSXML DOM and MFC Pin
Baltoro23-Apr-08 13:29
Baltoro23-Apr-08 13:29 
QuestionSinking mshtml.HTMLDocument events in C# BHO Pin
Kim Briggs17-Apr-08 3:26
Kim Briggs17-Apr-08 3:26 
GeneralC++ COM Library Pin
thatsgreat234516-Apr-08 16:58
thatsgreat234516-Apr-08 16:58 
GeneralRe: C++ COM Library Pin
Christian Graus16-Apr-08 17:56
protectorChristian Graus16-Apr-08 17:56 
GeneralAccessing COM Class error during runtime... Pin
Prabakar15-Apr-08 23:31
Prabakar15-Apr-08 23:31 
GeneralReleasing late binding COM object in C# Pin
Crazy Joe Devola15-Apr-08 16:28
Crazy Joe Devola15-Apr-08 16:28 
GeneralRe: Releasing late binding COM object in C# Pin
User 21559715-Apr-08 23:24
User 21559715-Apr-08 23:24 
GeneralRe: Releasing late binding COM object in C# Pin
Crazy Joe Devola16-Apr-08 10:27
Crazy Joe Devola16-Apr-08 10:27 
GeneralRe: Releasing late binding COM object in C# Pin
User 21559716-Apr-08 11:55
User 21559716-Apr-08 11:55 

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.