Changeset 13 for Common/SuspendDrawing.cs
- Timestamp:
- Feb 8, 2021, 4:23:17 PM (4 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
Common/SuspendDrawing.cs
r5 r13 1 1 using System; 2 using System.Collections.Generic; 3 using System.Linq; 4 using System.Text; 5 using System.Threading.Tasks; 2 using System.Runtime.InteropServices; 6 3 using System.Windows.Forms; 7 4 … … 10 7 class SuspendDrawing 11 8 { 12 [ System.Runtime.InteropServices.DllImport("user32.dll")]9 [DllImport("user32.dll")] 13 10 private static extern int SendMessage(IntPtr hWnd, Int32 wMsg, bool wParam, Int32 lParam); 14 11 private const int WM_SETREDRAW = 11;
Note:
See TracChangeset
for help on using the changeset viewer.