Click here to Skip to main content
15,888,351 members
Home / Discussions / C#
   

C#

 
GeneralRe: List view & Rich text box PROBLEMO. Please Help Me!!! Pin
maheshfour7-Apr-05 23:33
maheshfour7-Apr-05 23:33 
GeneralRe: List view & Rich text box PROBLEMO. Please Help Me!!! Pin
mav.northwind7-Apr-05 23:59
mav.northwind7-Apr-05 23:59 
GeneralRe: List view & Rich text box PROBLEMO. Please Help Me!!! Pin
maheshfour8-Apr-05 0:26
maheshfour8-Apr-05 0:26 
GeneralRe: List view & Rich text box PROBLEMO. Please Help Me!!! Pin
S. Senthil Kumar8-Apr-05 0:36
S. Senthil Kumar8-Apr-05 0:36 
GeneralRe:thanks Pin
maheshfour8-Apr-05 1:21
maheshfour8-Apr-05 1:21 
GeneralDatetime in C# type mm/yyyy Pin
hvan22037-Apr-05 22:15
hvan22037-Apr-05 22:15 
GeneralRe: Datetime in C# type mm/yyyy Pin
Sebastian Schneider7-Apr-05 23:18
Sebastian Schneider7-Apr-05 23:18 
Questionhow to use char** from C library to C# using P/Invoke. Pin
Shail_Srivastav7-Apr-05 22:10
Shail_Srivastav7-Apr-05 22:10 
how to use char** from C library to C# using invoke.

[C]
int TestFn( char** UserBuffer);
[C#]
[DllImport[("My_C_DLL")]
public static extern int TestFn( ref IntPtr UserBuffer);

[USE in C# CODE]
IntPtr pBuffer = new IntPtr();
TestFn(ref pBuffer);

When I used it like that, I did get NULL values. What are we doing wrong here?Confused | :confused:


Shail Srivastav
shailsrivastav@hotmail.com
blog
AnswerRe: how to use char** from C library to C# using P/Invoke. Pin
bickel7-Apr-05 22:52
bickel7-Apr-05 22:52 
GeneralRe: how to use char** from C library to C# using P/Invoke. Pin
Shail_Srivastav8-Apr-05 1:41
Shail_Srivastav8-Apr-05 1:41 
GeneralRe: how to use char** from C library to C# using P/Invoke. Pin
Richard Deeming8-Apr-05 8:42
mveRichard Deeming8-Apr-05 8:42 
QuestionHow to shield the select function of a RichTextBox control? Pin
welsrping7-Apr-05 22:00
welsrping7-Apr-05 22:00 
AnswerRe: How to shield the select function of a RichTextBox control? Pin
mav.northwind7-Apr-05 22:43
mav.northwind7-Apr-05 22:43 
GeneralRe: How to shield the select function of a RichTextBox control? Pin
welsrping10-Apr-05 16:42
welsrping10-Apr-05 16:42 
GeneralRe: How to shield the select function of a RichTextBox control? Pin
mav.northwind10-Apr-05 21:44
mav.northwind10-Apr-05 21:44 
GeneralInsert datime in SQL Server 2000! Pin
hvan22037-Apr-05 21:49
hvan22037-Apr-05 21:49 
GeneralRe: Insert datime in SQL Server 2000! Pin
Anonymous8-Apr-05 3:16
Anonymous8-Apr-05 3:16 
GeneralCasting Problem? (Advanced I think) Pin
god4k7-Apr-05 21:38
god4k7-Apr-05 21:38 
GeneralRe: Casting Problem? (Advanced I think) Pin
hooray7-Apr-05 21:48
hooray7-Apr-05 21:48 
Questionuntouched region for variables ? Pin
fracalifa7-Apr-05 21:26
fracalifa7-Apr-05 21:26 
AnswerRe: untouched region for variables ? Pin
S. Senthil Kumar7-Apr-05 21:49
S. Senthil Kumar7-Apr-05 21:49 
GeneralRe: untouched region for variables ? Pin
fracalifa7-Apr-05 22:17
fracalifa7-Apr-05 22:17 
GeneralProblem with codeDOM Pin
Anonymous7-Apr-05 21:21
Anonymous7-Apr-05 21:21 
GeneralRe: Problem with codeDOM Pin
Anonymous11-Apr-05 17:14
Anonymous11-Apr-05 17:14 
GeneralProblem in using Thread Pin
atifciit7-Apr-05 20:52
atifciit7-Apr-05 20:52 

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.