如何在
VB.NET中DLLImport事情?一个例子是:
<DllImport("user32.dll",SetLastError:=True,CharSet:=CharSet.Auto)> _ Private Shared Function GetWindowText(ByVal hwnd As IntPtr,ByVal lpString As StringBuilder,ByVal cch As Integer) As Integer End Function
如果我把它放在一个Class或其他地方,我得到“DLLimport没有定义”我正在使用VisualStudio2008专业版