Click here to Skip to main content
15,909,205 members
Home / Discussions / C#
   

C#

 
GeneralRe: pinvoke COM function and damaged memory Pin
realmontanakid16-Apr-07 12:08
realmontanakid16-Apr-07 12:08 
GeneralRe: pinvoke COM function and damaged memory Pin
Luc Pattyn16-Apr-07 13:27
sitebuilderLuc Pattyn16-Apr-07 13:27 
GeneralRe: pinvoke COM function and damaged memory Pin
Luc Pattyn16-Apr-07 13:38
sitebuilderLuc Pattyn16-Apr-07 13:38 
QuestionDynamic enumeration Pin
kkadir16-Apr-07 8:34
kkadir16-Apr-07 8:34 
AnswerRe: Dynamic enumeration Pin
Judah Gabriel Himango16-Apr-07 9:46
sponsorJudah Gabriel Himango16-Apr-07 9:46 
GeneralRe: Dynamic enumeration Pin
kkadir16-Apr-07 10:42
kkadir16-Apr-07 10:42 
GeneralRe: Dynamic enumeration Pin
Judah Gabriel Himango17-Apr-07 4:57
sponsorJudah Gabriel Himango17-Apr-07 4:57 
AnswerRe: Dynamic enumeration Pin
pbraun16-Apr-07 13:13
pbraun16-Apr-07 13:13 
Absolutely. However an enumeration is the wrong data type to use. A collection of some sort would do just as well. With the lists (i.e. ArrayList), you can even sort the list and do a binary search on the list to find out if the element exists. But I am thinking that you want to do a direct comparison, which means that you can do a list.Equals(value) which returns a true or a false.

Phil
QuestionHow can i change values in a program's memory? Pin
sharpiesharpie16-Apr-07 8:11
sharpiesharpie16-Apr-07 8:11 
AnswerRe: How can i change values in a program's memory? Pin
Judah Gabriel Himango16-Apr-07 9:48
sponsorJudah Gabriel Himango16-Apr-07 9:48 
GeneralRe: How can i change values in a program's memory? Pin
sharpiesharpie16-Apr-07 9:53
sharpiesharpie16-Apr-07 9:53 
GeneralRe: How can i change values in a program's memory? Pin
Colin Angus Mackay16-Apr-07 11:20
Colin Angus Mackay16-Apr-07 11:20 
QuestionRe: How can i change values in a program's memory? Pin
sthotakura16-Apr-07 11:17
sthotakura16-Apr-07 11:17 
AnswerRe: How can i change values in a program's memory? Pin
sharpiesharpie16-Apr-07 12:32
sharpiesharpie16-Apr-07 12:32 
AnswerRe: How can i change values in a program's memory? Pin
sthotakura16-Apr-07 20:27
sthotakura16-Apr-07 20:27 
GeneralRe: How can i change values in a program's memory? Pin
sharpiesharpie16-Apr-07 20:58
sharpiesharpie16-Apr-07 20:58 
GeneralRe: How can i change values in a program's memory? Pin
sthotakura16-Apr-07 21:41
sthotakura16-Apr-07 21:41 
GeneralRe: How can i change values in a program's memory? Pin
sharpiesharpie17-Apr-07 2:50
sharpiesharpie17-Apr-07 2:50 
GeneralRe: How can i change values in a program's memory? Pin
Daniel Grunwald17-Apr-07 3:19
Daniel Grunwald17-Apr-07 3:19 
QuestionCallbackOnCollectedDelegate was detected Pin
bemahesh16-Apr-07 7:59
bemahesh16-Apr-07 7:59 
AnswerRe: CallbackOnCollectedDelegate was detected Pin
Luc Pattyn16-Apr-07 8:34
sitebuilderLuc Pattyn16-Apr-07 8:34 
GeneralRe: CallbackOnCollectedDelegate was detected [modified] Pin
bemahesh16-Apr-07 10:22
bemahesh16-Apr-07 10:22 
GeneralRe: CallbackOnCollectedDelegate was detected Pin
Luc Pattyn16-Apr-07 10:53
sitebuilderLuc Pattyn16-Apr-07 10:53 
GeneralRe: CallbackOnCollectedDelegate was detected Pin
bemahesh16-Apr-07 11:20
bemahesh16-Apr-07 11:20 
GeneralRe: CallbackOnCollectedDelegate was detected Pin
Luc Pattyn16-Apr-07 11:35
sitebuilderLuc Pattyn16-Apr-07 11:35 

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.