problem with Importing DLL

i am having a problem with importing, this is my exact code I use to Import (with red indicating the error):

DllImport("User32.dll")

but my error is:
The first part (DllImport): Class, struct, or interface method must have a return type
the second part ("USer32.dll"): Type expected

please let me know how i can fix this.





Answer this question

problem with Importing DLL