B
Brian Henry
when you say
[DLLImport("user32")] extern static int EnumWindows(...) in c# how would you
convert extern to VB.NET?
I have this
<DLLImport("user32")> shared EnumWindows(...) as integer
what needs changed to get extern static int working in vb? thanks
[DLLImport("user32")] extern static int EnumWindows(...) in c# how would you
convert extern to VB.NET?
I have this
<DLLImport("user32")> shared EnumWindows(...) as integer
what needs changed to get extern static int working in vb? thanks