Write the below code in your class definition
[DllImport ("user32.dll")] public static extern bool SystemParametersInfo(UInt32 a,UInt32 b,string c,UInt32 d);
Call the method giving the required parameters e.g SystemParametersInfo(20, 0, @"C:\Temp\a_bitmap.bmp", 0x1 | 0x2 );
|
No responses found. Be the first to respond and make money from revenue sharing program.
|