Click here to Skip to main content
15,895,084 members
Home / Discussions / C#
   

C#

 
AnswerRe: When main thread working the Whole Form Freezes Pin
LighthouseJ3-Mar-06 16:11
LighthouseJ3-Mar-06 16:11 
QuestionRS232 Serial Class with .NET 2.0 Pin
econner3-Mar-06 12:13
econner3-Mar-06 12:13 
AnswerRe: RS232 Serial Class with .NET 2.0 Pin
Office Lineman3-Mar-06 13:39
Office Lineman3-Mar-06 13:39 
GeneralRe: RS232 Serial Class with .NET 2.0 Pin
econner4-Mar-06 2:02
econner4-Mar-06 2:02 
QuestionGraph ploting.. Pin
KORCARI3-Mar-06 10:20
KORCARI3-Mar-06 10:20 
AnswerRe: Graph ploting.. Pin
Curtis Schlak.3-Mar-06 15:04
Curtis Schlak.3-Mar-06 15:04 
QuestionCall C# DLL from (unmanaged) C++: question on passing out string parameter Pin
Koushik Biswas3-Mar-06 10:01
Koushik Biswas3-Mar-06 10:01 
AnswerRe: Call C# DLL from (unmanaged) C++: question on passing out string parameter Pin
Rob Graham3-Mar-06 10:25
Rob Graham3-Mar-06 10:25 
Strings are immutable in C#, so "ref string" might not mean much, since the target would still be unchangeable. Also strings in c# are by definition Unicode, so you will likely need to define UNICODE in your c++ project. C# strings map reasonably well to BSTRs from an interop point of view. You might try making the C++ signature "Func2(10, &BSTRmystr) and match that with the stringbuilder variant odf the C# one...




Absolute faith corrupts as absolutely as absolute power
Eric Hoffer

All that is necessary for the triumph of evil is that good men do nothing.
Edmund Burke

QuestionWant to draw continuous line based on a function Pin
...---...3-Mar-06 9:40
...---...3-Mar-06 9:40 
AnswerRe: Want to draw continuous line based on a function Pin
Robert Rohde3-Mar-06 10:24
Robert Rohde3-Mar-06 10:24 
QuestionRegular expressions in C# Pin
Martin233-Mar-06 9:35
Martin233-Mar-06 9:35 
AnswerRe: Regular expressions in C# Pin
Robert Rohde3-Mar-06 10:29
Robert Rohde3-Mar-06 10:29 
GeneralRe: Regular expressions in C# Pin
Martin233-Mar-06 10:52
Martin233-Mar-06 10:52 
QuestionRepaint Entire Component not Invalidate Pin
nickbungus3-Mar-06 8:03
nickbungus3-Mar-06 8:03 
AnswerRe: Repaint Entire Component not Invalidate Pin
Robert Rohde3-Mar-06 10:31
Robert Rohde3-Mar-06 10:31 
GeneralRe: Repaint Entire Component not Invalidate Pin
nickbungus3-Mar-06 22:17
nickbungus3-Mar-06 22:17 
Questionthe future of c#.net Pin
mostafa_h3-Mar-06 7:08
mostafa_h3-Mar-06 7:08 
AnswerRe: the future of c#.net Pin
User 66583-Mar-06 8:12
User 66583-Mar-06 8:12 
AnswerRe: the future of c#.net Pin
Dave Kreskowiak3-Mar-06 13:52
mveDave Kreskowiak3-Mar-06 13:52 
GeneralRe: the future of c#.net Pin
mostafa_h4-Mar-06 9:28
mostafa_h4-Mar-06 9:28 
QuestionRemove space Pin
ap_sa3-Mar-06 6:08
ap_sa3-Mar-06 6:08 
AnswerRe: Remove space Pin
Guffa3-Mar-06 6:31
Guffa3-Mar-06 6:31 
GeneralRe: Remove space Pin
ap_sa3-Mar-06 7:42
ap_sa3-Mar-06 7:42 
QuestionPrint Treeview, C#.NET 2005 Pin
JGIS3-Mar-06 4:37
JGIS3-Mar-06 4:37 
AnswerRe: Print Treeview, C#.NET 2005 Pin
James Gupta3-Mar-06 5:53
professionalJames Gupta3-Mar-06 5:53 

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.