Notifications
Clear all
[Closed] how to use API by Maxscript
Jul 10, 2011 8:03 am
the code in C# like this:
[DllImport("user32.dll",CharSet = CharSet.Auto)]
public static extern IntPtr SendMessage(IntPtr hWnd, int msg, int wParam, int lParam);
how to use it in maxscript ??
1 Reply
Jul 10, 2011 8:03 am
Windows.sendMessage <int HWND> <int message> <int messageParameter1> <int messageParameter2>