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
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 
AnswerRe: how to use char** from C library to C# using P/Invoke. Pin
bickel7-Apr-05 22:52
bickel7-Apr-05 22:52 
try this

[DllImport[("My_C_DLL")]
public static extern int TestFn([In, Out] string[] UserBuffer)

it's in MSDN at ms-help://MS.MSDNQTR.2005APR.1033/cpguide/html/cpconarrayssample.htm


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 
GeneralRe: Problem in using Thread Pin
spif20017-Apr-05 21:15
spif20017-Apr-05 21:15 

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.