Click here to Skip to main content
15,915,805 members
Home / Discussions / C#
   

C#

 
GeneralRe: error stop a Windows service Pin
George_George31-May-08 1:27
George_George31-May-08 1:27 
QuestionByte to Bool Array Pin
half-life29-May-08 21:08
half-life29-May-08 21:08 
AnswerRe: Byte to Bool Array Pin
leppie29-May-08 21:58
leppie29-May-08 21:58 
GeneralRe: Byte to Bool Array Pin
half-life29-May-08 22:41
half-life29-May-08 22:41 
GeneralRe: Byte to Bool Array Pin
Guffa30-May-08 0:39
Guffa30-May-08 0:39 
Questiondll... load another version... Pin
JoZ CaVaLLo29-May-08 21:08
JoZ CaVaLLo29-May-08 21:08 
AnswerRe: dll... load another version... Pin
leppie29-May-08 21:59
leppie29-May-08 21:59 
GeneralRe: dll... load another version... Pin
JoZ CaVaLLo30-May-08 0:05
JoZ CaVaLLo30-May-08 0:05 
QuestionPanel's MouseUp event firing on Form resize Pin
dan!sh 29-May-08 21:04
professional dan!sh 29-May-08 21:04 
QuestionRe: Panel's MouseUp event firing on Form resize Pin
buchstaben29-May-08 22:45
buchstaben29-May-08 22:45 
AnswerRe: Panel's MouseUp event firing on Form resize Pin
dan!sh 29-May-08 22:57
professional dan!sh 29-May-08 22:57 
AnswerRe: Panel's MouseUp event firing on Form resize Pin
buchstaben29-May-08 23:06
buchstaben29-May-08 23:06 
GeneralRe: Panel's MouseUp event firing on Form resize Pin
leppie29-May-08 23:09
leppie29-May-08 23:09 
GeneralRe: Panel's MouseUp event firing on Form resize Pin
buchstaben29-May-08 23:13
buchstaben29-May-08 23:13 
GeneralRe: Panel's MouseUp event firing on Form resize Pin
leppie29-May-08 23:57
leppie29-May-08 23:57 
GeneralRe: Panel's MouseUp event firing on Form resize Pin
dan!sh 29-May-08 23:16
professional dan!sh 29-May-08 23:16 
QuestionC# how to tell if a file is text Pin
w.hooper29-May-08 21:00
w.hooper29-May-08 21:00 
GeneralRe: C# how to tell if a file is text Pin
Krazy Programmer29-May-08 21:08
Krazy Programmer29-May-08 21:08 
AnswerRe: C# how to tell if a file is text Pin
leppie29-May-08 22:03
leppie29-May-08 22:03 
AnswerRe: C# how to tell if a file is text Pin
buchstaben29-May-08 22:32
buchstaben29-May-08 22:32 
GeneralRe: C# how to tell if a file is text Pin
darkelv30-May-08 2:10
darkelv30-May-08 2:10 
QuestionThe address of pointer that pass to COM object is not right (only in x64) Pin
RYU^^29-May-08 16:49
RYU^^29-May-08 16:49 
AnswerRe: The address of pointer that pass to COM object is not right (only in x64) Pin
leppie29-May-08 22:17
leppie29-May-08 22:17 
GeneralRe: The address of pointer that pass to COM object is not right (only in x64) Pin
RYU^^6-Jun-08 0:13
RYU^^6-Jun-08 0:13 
Hi Leppie,

Thanks for the reply. The reason I pass the first element address because I want to manipulate the value in my COM object. It works fantastically in x86, but doesn't work in x64.

leppie wrote:
(does COM not require you to pass the length parameter too?)


You were right, the length of the array must be passed in to the COM object. But in my case (not in this example), it is actually determine by another attribute that is set previously.

leppie wrote:

Your array length is only 5, so how can you read the 6th element?


Uppppsss... you were right again. It should be new int[6]. Sorry...
QuestionImplementing Word's spell check in C# app Pin
Alex MacDonald29-May-08 11:59
Alex MacDonald29-May-08 11:59 

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.