Click here to Skip to main content
15,886,873 members
Home / Discussions / C#
   

C#

 
GeneralRe: Conversion from string to integer Pin
HAHAHA_NEXT10-Feb-04 4:09
HAHAHA_NEXT10-Feb-04 4:09 
GeneralConvert int to byte[4] Pin
Anonymous9-Feb-04 14:04
Anonymous9-Feb-04 14:04 
GeneralRe: Convert int to byte[4] Pin
John Kuhn9-Feb-04 16:11
John Kuhn9-Feb-04 16:11 
GeneralRe: Convert int to byte[4] Pin
HAHAHA_NEXT10-Feb-04 4:01
HAHAHA_NEXT10-Feb-04 4:01 
QuestionWhat hook? Pin
Anonymous9-Feb-04 13:51
Anonymous9-Feb-04 13:51 
AnswerRe: What hook? Pin
Mazdak9-Feb-04 19:42
Mazdak9-Feb-04 19:42 
GeneralRelative file paths Pin
dratti9-Feb-04 13:02
dratti9-Feb-04 13:02 
GeneralFunctions and pointers Pin
Kryal9-Feb-04 11:54
Kryal9-Feb-04 11:54 
How can I get the unmanaged pointer of a managed method in C# so that I can store it in an integer within unmanaged memory? Also, how can I wrap an object around a pointer, with In/Out capabilities? It sounds kind of complicated, but I believe it is possible somehow. I'm trying to use a DLL in my program, which creates and uses a custom structure (in this case in the unmanaged memory). Luckily, there is a function in the DLL which allows me to retrieve the address of the structure, and I know all of the members in that structure through documentation. The part that trips me up is that the structure stores pointers to functions, and in order to use the DLL the way I would like, I want to change those pointers to my managed C# methods. As for the structure itself, I would like to wrap a managed structure around a pointer so that I can access the fields within it as well as write to those fields, kind of like a two-way link between the managed and unmanaged memory...

I only wish there were an easier way to explain all this. Does anybody know what I'm talking about?
GeneralRe: Functions and pointers Pin
Marc Clifton9-Feb-04 13:47
mvaMarc Clifton9-Feb-04 13:47 
GeneralBroadcast VS Multicast Pin
HAHAHA_NEXT9-Feb-04 11:07
HAHAHA_NEXT9-Feb-04 11:07 
GeneralRedirected StandardOutput and StandardError hanging Pin
Anonymous9-Feb-04 10:18
Anonymous9-Feb-04 10:18 
GeneralStarting a process on a remote machine with WMI Pin
Paul L C9-Feb-04 9:48
Paul L C9-Feb-04 9:48 
GeneralRe: Starting a process on a remote machine with WMI Pin
scadaguy9-Feb-04 10:49
scadaguy9-Feb-04 10:49 
GeneralLinklabel Pin
c5328699-Feb-04 7:47
c5328699-Feb-04 7:47 
GeneralRe: Linklabel Pin
Mike Ellison9-Feb-04 8:19
Mike Ellison9-Feb-04 8:19 
GeneralRe: Linklabel Pin
Charlie Williams9-Feb-04 9:08
Charlie Williams9-Feb-04 9:08 
GeneralRe: Linklabel Pin
Charlie Williams9-Feb-04 9:03
Charlie Williams9-Feb-04 9:03 
GeneralRe: Linklabel Pin
Anonymous9-Feb-04 14:41
Anonymous9-Feb-04 14:41 
QuestionHow can I detect when a client disconnects from a well known service? Pin
Marc Clifton9-Feb-04 6:13
mvaMarc Clifton9-Feb-04 6:13 
AnswerRe: How can I detect when a client disconnects from a well known service? Pin
LongRange.Shooter9-Feb-04 8:17
LongRange.Shooter9-Feb-04 8:17 
GeneralRe: How can I detect when a client disconnects from a well known service? Pin
Marc Clifton9-Feb-04 8:21
mvaMarc Clifton9-Feb-04 8:21 
GeneralRe: How can I detect when a client disconnects from a well known service? Pin
LongRange.Shooter9-Feb-04 8:26
LongRange.Shooter9-Feb-04 8:26 
AnswerRe: How can I detect when a client disconnects from a well known service? Pin
Tom Larsen9-Feb-04 10:30
Tom Larsen9-Feb-04 10:30 
GeneralRe: How can I detect when a client disconnects from a well known service? Pin
Marc Clifton9-Feb-04 10:58
mvaMarc Clifton9-Feb-04 10:58 
GeneralRe: How can I detect when a client disconnects from a well known service? Pin
Tom Larsen9-Feb-04 11:37
Tom Larsen9-Feb-04 11:37 

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.