Normal
Hello Clodo. Thanks for this plugin, I think a there are very many ways it can get useful. I was trying to access the Win32 API with a line of code similar to this:[DllImport("User32.dll")]static extern Boolean MessageBeep(UInt32 beepType);but I keep getting an error message. Is it possible at all to use external API calls or am I just doing something wrong?Thanks,Libor
Hello Clodo. Thanks for this plugin, I think a there are very many ways it can get useful. I was trying to access the Win32 API with a line of code similar to this:
[DllImport("User32.dll")]
static extern Boolean MessageBeep(UInt32 beepType);
but I keep getting an error message. Is it possible at all to use external API calls or am I just doing something wrong?
Thanks,
Libor