Click here to Skip to main content
15,913,685 members
Home / Discussions / C#
   

C#

 
GeneralRe: text files in xml Pin
David Salter23-Aug-04 4:04
David Salter23-Aug-04 4:04 
GeneralRe: text files in xml Pin
Heath Stewart23-Aug-04 5:59
protectorHeath Stewart23-Aug-04 5:59 
GeneralRe: text files in xml Pin
Salil Khedkar23-Aug-04 19:59
Salil Khedkar23-Aug-04 19:59 
GeneralRe: text files in xml Pin
Salil Khedkar23-Aug-04 20:09
Salil Khedkar23-Aug-04 20:09 
Generalsign a xml document with a x509 certificate Pin
Escroto23-Aug-04 2:11
Escroto23-Aug-04 2:11 
GeneralRe: sign a xml document with a x509 certificate Pin
Heath Stewart23-Aug-04 5:56
protectorHeath Stewart23-Aug-04 5:56 
GeneralRe: sign a xml document with a x509 certificate Pin
Escroto24-Aug-04 0:10
Escroto24-Aug-04 0:10 
GeneralFacing problem while calling FOR EACH st. in vb from C# DLL Pin
Ami Shah23-Aug-04 2:06
Ami Shah23-Aug-04 2:06 
URL:
http://msdn.microsoft.com/library/default.asp?url=/library/en-us/csref/html/vclrfusingforeachwithcollections.asp

Hi! I have created a class library in C# using IEnumerable interface as specified in above URL, Example 2.
Now, I am iterating the items from Visual basic but it is giving error like Object does not support this property or method while it works fine with .net. As mentioned in URL, it should work with the VB also.
What can be the problem?
C# code is same as in URL, Example 2.
Here is the VB code:
Dim col As New MyCollection
Dim i As Object
For Each i In col
MsgBox (i)
Next
GeneralRe: Facing problem while calling FOR EACH st. in vb from C# DLL Pin
Colin Angus Mackay23-Aug-04 2:24
Colin Angus Mackay23-Aug-04 2:24 
GeneralRe: Facing problem while calling FOR EACH st. in vb from C# DLL Pin
Ami Shah23-Aug-04 2:37
Ami Shah23-Aug-04 2:37 
GeneralRe: Facing problem while calling FOR EACH st. in vb from C# DLL Pin
Colin Angus Mackay23-Aug-04 3:19
Colin Angus Mackay23-Aug-04 3:19 
GeneralRe: Facing problem while calling FOR EACH st. in vb from C# DLL Pin
Ami Shah23-Aug-04 3:34
Ami Shah23-Aug-04 3:34 
GeneralRe: Facing problem while calling FOR EACH st. in vb from C# DLL Pin
Colin Angus Mackay23-Aug-04 4:03
Colin Angus Mackay23-Aug-04 4:03 
GeneralRe: Facing problem while calling FOR EACH st. in vb from C# DLL Pin
leppie23-Aug-04 4:02
leppie23-Aug-04 4:02 
GeneralDesigner - Components - Properties only visible in derived classes Pin
STW23-Aug-04 1:45
STW23-Aug-04 1:45 
GeneralRe: Designer - Components - Properties only visible in derived classes Pin
leppie23-Aug-04 4:00
leppie23-Aug-04 4:00 
GeneralRe: Designer - Components - Properties only visible in derived classes Pin
STW23-Aug-04 6:26
STW23-Aug-04 6:26 
QuestionC# Delete and Write specific data in a text file??? Pin
gman4423-Aug-04 1:07
gman4423-Aug-04 1:07 
AnswerRe: C# Delete and Write specific data in a text file??? Pin
leppie23-Aug-04 3:57
leppie23-Aug-04 3:57 
Generalhowto add control dynamicaly Pin
Stephan Wright22-Aug-04 23:56
Stephan Wright22-Aug-04 23:56 
GeneralRe: howto add control dynamicaly Pin
S Sansanwal23-Aug-04 0:20
S Sansanwal23-Aug-04 0:20 
GeneralRe: howto add control dynamicaly Pin
Stephan Wright23-Aug-04 0:39
Stephan Wright23-Aug-04 0:39 
GeneralRe: howto add control dynamicaly Pin
Nick Parker23-Aug-04 4:07
protectorNick Parker23-Aug-04 4:07 
GeneralRe: howto add control dynamicaly Pin
LongRange.Shooter23-Aug-04 7:37
LongRange.Shooter23-Aug-04 7:37 
QuestionHow to control IE6 Pin
pmasknguyen22-Aug-04 22:02
pmasknguyen22-Aug-04 22:02 

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.