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.

problem with Importing DLL
JDO1NH0U53
here is an article about that:
http://msdn.microsoft.com/msdnmag/issues/02/08/CQA/