How should I DLLImport things in VB.NET? An example would be:
_ Private Shared F
You have to add Imports System.Runtime.InteropServices to the top of your source file.
Imports System.Runtime.InteropServices
Alternatively, you can fully qualify attribute name:
_