Click here to Skip to main content
15,920,383 members
Home / Discussions / .NET (Core and Framework)
   

.NET (Core and Framework)

 
QuestionReporting Pin
Ray Cassick17-Dec-06 8:41
Ray Cassick17-Dec-06 8:41 
Questionremember me on same computer!!! Pin
Ashish Porwal15-Dec-06 20:15
Ashish Porwal15-Dec-06 20:15 
AnswerRe: remember me on same computer!!! Pin
MatrixCoder15-Dec-06 20:20
MatrixCoder15-Dec-06 20:20 
AnswerRe: remember me on same computer!!! Pin
ednrgc20-Dec-06 7:35
ednrgc20-Dec-06 7:35 
GeneralRe: remember me on same computer!!! Pin
toxcct22-Jan-07 9:12
toxcct22-Jan-07 9:12 
QuestionFtpConnection Pin
shinajoon15-Dec-06 18:37
shinajoon15-Dec-06 18:37 
Questiondifference b/w manifest and metadata? Pin
Rahithi15-Dec-06 15:31
Rahithi15-Dec-06 15:31 
AnswerRe: difference b/w manifest and metadata? Pin
karam chandrabose18-Dec-06 18:00
karam chandrabose18-Dec-06 18:00 
Question! character appearing in long strings Pin
Fred_Smith15-Dec-06 13:54
Fred_Smith15-Dec-06 13:54 
AnswerRe: ! character appearing in long strings Pin
Luc Pattyn16-Dec-06 15:25
sitebuilderLuc Pattyn16-Dec-06 15:25 
QuestionReadOnlyCollection still editable? Pin
David Troyer15-Dec-06 8:59
David Troyer15-Dec-06 8:59 
AnswerRe: ReadOnlyCollection still editable? Pin
karam chandrabose18-Dec-06 18:01
karam chandrabose18-Dec-06 18:01 
QuestionShortcut and Arrow Pin
smarttom9915-Dec-06 4:36
smarttom9915-Dec-06 4:36 
AnswerRe: Shortcut and Arrow Pin
Dave Kreskowiak15-Dec-06 5:09
mveDave Kreskowiak15-Dec-06 5:09 
QuestionBit confused about CTS ... Pin
He is Cool14-Dec-06 19:39
He is Cool14-Dec-06 19:39 
AnswerRe: Bit confused about CTS ... Pin
Dave Kreskowiak15-Dec-06 5:04
mveDave Kreskowiak15-Dec-06 5:04 
QuestionCustom Controls Pin
Shashikant Sharma14-Dec-06 18:15
Shashikant Sharma14-Dec-06 18:15 
AnswerRe: Custom Controls Pin
Paul Conrad14-Dec-06 18:30
professionalPaul Conrad14-Dec-06 18:30 
AnswerRe: Custom Controls Pin
Rahithi16-Dec-06 3:49
Rahithi16-Dec-06 3:49 
Question[CHALLENGE] How do I extract the StringArray class? Pin
Ravana Saras14-Dec-06 8:11
Ravana Saras14-Dec-06 8:11 
I have an interop issue when I use System.Object in .NET Framework 2.0
To get the StringArray from a ATL/COM DLL developed in VC++ 6.0

We donot know what method to invoke to retrieve this data.

While we are able to see the values of the String Array in the .NET Debug,
Able to view a StringArray in the debugger on managed Code (.NET) side.
Do not know the exact method to populate the Stringarray.
This is the core portion of the code

System.Object s;
LoadFilenameClass obj = new LoadFilenameClass();
obj.Load(FileName, out s)
^^^^^
At this juncture,

the values of the StringArray Class that have been sent by the VC++ DLL
are visible in the Watch.

[CHALLENGE] What specific method do I need to invoke
to extract the StringArray class.


Ravana Saras
Question.NET Framework 1.1 , 2.0 , 3.0 ... Pin
bengoan14-Dec-06 5:57
bengoan14-Dec-06 5:57 
AnswerRe: .NET Framework 1.1 , 2.0 , 3.0 ... Pin
Paul Conrad14-Dec-06 6:37
professionalPaul Conrad14-Dec-06 6:37 
GeneralRe: .NET Framework 1.1 , 2.0 , 3.0 ... Pin
bengoan15-Dec-06 4:05
bengoan15-Dec-06 4:05 
GeneralRe: .NET Framework 1.1 , 2.0 , 3.0 ... Pin
bengoan15-Dec-06 6:28
bengoan15-Dec-06 6:28 
GeneralRe: .NET Framework 1.1 , 2.0 , 3.0 ... Pin
Paul Conrad16-Dec-06 14:04
professionalPaul Conrad16-Dec-06 14:04 

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.