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

C#

 
AnswerRe: How to add extra information to Buttons? Pin
Mark Greenwood6-Apr-07 19:12
Mark Greenwood6-Apr-07 19:12 
GeneralRe: How to add extra information to Buttons? Pin
Khoramdin6-Apr-07 20:17
Khoramdin6-Apr-07 20:17 
Questionhow to start other applications with no window ? Pin
hdv2126-Apr-07 15:47
hdv2126-Apr-07 15:47 
AnswerRe: how to start other applications with no window ? Pin
Sathesh Sakthivel6-Apr-07 16:12
Sathesh Sakthivel6-Apr-07 16:12 
QuestionC Function returns struct - how to use in c#? Pin
Grizzley906-Apr-07 11:53
Grizzley906-Apr-07 11:53 
AnswerRe: C Function returns struct - how to use in c#? Pin
Leslie Sanford6-Apr-07 14:11
Leslie Sanford6-Apr-07 14:11 
GeneralRe: C Function returns struct - how to use in c#? Pin
Grizzley907-Apr-07 2:38
Grizzley907-Apr-07 2:38 
GeneralRe: C Function returns struct - how to use in c#? Pin
Leslie Sanford7-Apr-07 4:39
Leslie Sanford7-Apr-07 4:39 
Ok, well it looks like the structure it returned by value. However, to be on the safe side, if you can find the structure's declaration in its header file, that will tell you for sure. "FSL_EAX_LISTENER_PROPERTIES" looks like a typedef. Sometimes C programmers will typedef a structure pointer. That can disguise whether it is a structure or a pointer to a structure. If you can find its declaration in the header file and post it here, we should be able to nail down for sure whether the function is returning a structure by value or a pointer to a structure.
GeneralRe: C Function returns struct - how to use in c#? Pin
Grizzley907-Apr-07 5:24
Grizzley907-Apr-07 5:24 
GeneralRe: C Function returns struct - how to use in c#? Pin
Leslie Sanford7-Apr-07 5:39
Leslie Sanford7-Apr-07 5:39 
GeneralRe: C Function returns struct - how to use in c#? Pin
Grizzley907-Apr-07 5:53
Grizzley907-Apr-07 5:53 
QuestionGetting handler of current running Outllook application. Pin
pnpfriend6-Apr-07 10:19
pnpfriend6-Apr-07 10:19 
QuestionHow do i create a public variable? Pin
joaquimc6-Apr-07 9:49
joaquimc6-Apr-07 9:49 
AnswerRe: How do i create a public variable? Pin
SABhatti6-Apr-07 9:59
SABhatti6-Apr-07 9:59 
GeneralRe: How do i create a public variable? Pin
joaquimc6-Apr-07 10:10
joaquimc6-Apr-07 10:10 
GeneralRe: How do i create a public variable? Pin
Colin Angus Mackay6-Apr-07 10:34
Colin Angus Mackay6-Apr-07 10:34 
GeneralRe: How do i create a public variable? Pin
joaquimc6-Apr-07 10:42
joaquimc6-Apr-07 10:42 
GeneralRe: How do i create a public variable? Pin
Colin Angus Mackay6-Apr-07 11:58
Colin Angus Mackay6-Apr-07 11:58 
GeneralRe: How do i create a public variable? Pin
SABhatti6-Apr-07 10:46
SABhatti6-Apr-07 10:46 
GeneralRe: How do i create a public variable? Pin
BoneSoft6-Apr-07 11:23
BoneSoft6-Apr-07 11:23 
GeneralRe: How do i create a public variable? Pin
Colin Angus Mackay6-Apr-07 12:02
Colin Angus Mackay6-Apr-07 12:02 
GeneralRe: How do i create a public variable? Pin
joaquimc6-Apr-07 12:25
joaquimc6-Apr-07 12:25 
GeneralRe: How do i create a public variable? Pin
BoneSoft6-Apr-07 12:27
BoneSoft6-Apr-07 12:27 
GeneralRe: How do i create a public variable? Pin
Colin Angus Mackay6-Apr-07 12:29
Colin Angus Mackay6-Apr-07 12:29 
GeneralRe: How do i create a public variable? [modified] Pin
joaquimc6-Apr-07 12:58
joaquimc6-Apr-07 12:58 

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.