S Scott Kilbourn Mar 3, 2004 #1 Hi, Can anyone tell me if there's any easy way to set up a function pointer in VB.NET? Thanks
C CJ Taylor Mar 3, 2004 #4 Neither did I... they are fun. =) Scott Kilbourn said: Thanks! I never realized that delegates could do so much... pointer Click to expand...
Neither did I... they are fun. =) Scott Kilbourn said: Thanks! I never realized that delegates could do so much... pointer Click to expand...
H Herfried K. Wagner [MVP] Mar 4, 2004 #5 * "Scott Kilbourn said: Can anyone tell me if there's any easy way to set up a function pointer in VB.NET? Click to expand... Delegates (type-safe function pointers). When working with the Win32 API, you may want to have a look at '<MarshalAs(UnmanagedType.FunctionPtr)>' too.
* "Scott Kilbourn said: Can anyone tell me if there's any easy way to set up a function pointer in VB.NET? Click to expand... Delegates (type-safe function pointers). When working with the Win32 API, you may want to have a look at '<MarshalAs(UnmanagedType.FunctionPtr)>' too.