Click here to Skip to main content
16,007,779 members
Home / Discussions / C#
   

C#

 
GeneralCalling a third party DLL Pin
Andy *M*1-Mar-04 8:28
Andy *M*1-Mar-04 8:28 
GeneralRe: Calling a third party DLL Pin
Nick Parker1-Mar-04 8:53
protectorNick Parker1-Mar-04 8:53 
GeneralRe: Calling a third party DLL Pin
Heath Stewart1-Mar-04 9:15
protectorHeath Stewart1-Mar-04 9:15 
GeneralRe: Calling a third party DLL Pin
Andy *M*1-Mar-04 9:52
Andy *M*1-Mar-04 9:52 
GeneralRe: Calling a third party DLL Pin
Heath Stewart1-Mar-04 9:57
protectorHeath Stewart1-Mar-04 9:57 
GeneralRe: Calling a third party DLL Pin
Andy *M*1-Mar-04 10:09
Andy *M*1-Mar-04 10:09 
GeneralRe: Calling a third party DLL Pin
Heath Stewart1-Mar-04 10:46
protectorHeath Stewart1-Mar-04 10:46 
GeneralRe: Calling a third party DLL Pin
Andy *M*1-Mar-04 10:55
Andy *M*1-Mar-04 10:55 
Heath Stewart wrote:
so long as the concept of a boolean in your unmanaged code uses 0 for false and anything else for true

Yes, that's what I'm doing:

if (IsOpen(_handle) == 0)
{
    Console.WriteLine("Not Open");
    return;
}
else
{
    Console.WriteLine("Open");
}



Heath Stewart wrote:
you could actually debug projects and see what is happening in both managed and unmanaged code.

That's what I'm going to do. Thanks for your help. This is probably a little bit more complex than I had hoped.
GeneralRe: Calling a third party DLL Pin
Heath Stewart1-Mar-04 11:07
protectorHeath Stewart1-Mar-04 11:07 
Questionhow to get the window coordinates Pin
SherKar1-Mar-04 8:00
SherKar1-Mar-04 8:00 
AnswerRe: how to get the window coordinates Pin
Heath Stewart1-Mar-04 9:12
protectorHeath Stewart1-Mar-04 9:12 
GeneralRe: how to get the window coordinates Pin
SherKar2-Mar-04 7:43
SherKar2-Mar-04 7:43 
GeneralRe: how to get the window coordinates Pin
Heath Stewart2-Mar-04 8:52
protectorHeath Stewart2-Mar-04 8:52 
GeneralSnagging in memory assemblies Pin
RB@Emphasys1-Mar-04 7:27
RB@Emphasys1-Mar-04 7:27 
GeneralRe: Snagging in memory assemblies Pin
Heath Stewart1-Mar-04 9:10
protectorHeath Stewart1-Mar-04 9:10 
GeneralRe: Snagging in memory assemblies Pin
RB@Emphasys1-Mar-04 10:33
RB@Emphasys1-Mar-04 10:33 
QuestionAPI Viewer for C#? Pin
Alexsander Antunes1-Mar-04 7:24
professionalAlexsander Antunes1-Mar-04 7:24 
AnswerRe: API Viewer for C#? Pin
Nick Parker1-Mar-04 8:24
protectorNick Parker1-Mar-04 8:24 
GeneralPrincipal Permissions Pin
Mauricio Ritter1-Mar-04 2:45
Mauricio Ritter1-Mar-04 2:45 
GeneralRe: Principal Permissions Pin
Heath Stewart1-Mar-04 4:05
protectorHeath Stewart1-Mar-04 4:05 
GeneralDocking panel pushes another... Pin
Weiye Chen1-Mar-04 2:28
Weiye Chen1-Mar-04 2:28 
GeneralRe: Docking panel pushes another... Pin
Heath Stewart1-Mar-04 3:57
protectorHeath Stewart1-Mar-04 3:57 
GeneralRe: Docking panel pushes another... Pin
Weiye Chen1-Mar-04 4:12
Weiye Chen1-Mar-04 4:12 
GeneralRe: Docking panel pushes another... Pin
Heath Stewart1-Mar-04 4:18
protectorHeath Stewart1-Mar-04 4:18 
GeneralRe: Docking panel pushes another... Pin
Weiye Chen1-Mar-04 4:57
Weiye Chen1-Mar-04 4:57 

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.