Abstract Avatars for All Creative Profile UseMatt Houserhttps://www.figma.com/community/file/1249154526125777853https://creativecommons.org/licenses/by/4.0/Remix of “Abstract Avatars for All Creative Profile Use” (https://www.figma.com/community/file/1249154526125777853) by “Matt Houser”, licensed under “CC BY 4.0” (https://creativecommons.org/licenses/by/4.0/)billymApril 20, 2004 at 2:12 PM#Move window with sendmessage?Can someone show me an example of how to move a window using a sendmessage command?
Abstract Avatars for All Creative Profile UseMatt Houserhttps://www.figma.com/community/file/1249154526125777853https://creativecommons.org/licenses/by/4.0/Remix of “Abstract Avatars for All Creative Profile Use” (https://www.figma.com/community/file/1249154526125777853) by “Matt Houser”, licensed under “CC BY 4.0” (https://creativecommons.org/licenses/by/4.0/)billymApril 20, 2004 at 2:24 PM#edited April 20, 2004 at 3:26 PMI believe this is the way to do it in C. SendMessge(hwnd, WM_MOVE, 0, MAKELPARAM(xpos, ypos)); or SendMessage(Me.hwnd, WM_SYSCOMMAND, SC_MOVE, ???) - not sure what to put here ??? but not sure how to change to nsis code.
Abstract Avatars for All Creative Profile UseMatt Houserhttps://www.figma.com/community/file/1249154526125777853https://creativecommons.org/licenses/by/4.0/Remix of “Abstract Avatars for All Creative Profile Use” (https://www.figma.com/community/file/1249154526125777853) by “Matt Houser”, licensed under “CC BY 4.0” (https://creativecommons.org/licenses/by/4.0/)Joost VerburgApril 20, 2004 at 3:43 PM#Please search the NSIS Archive at http://nsis.sf.net/archive There are examples available that move the window.