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/)lushdogDecember 17, 2007 at 3:28 PM#Get caret position...Trying: System::Call user32::SendMessage(i $ActivationCodeControl, i ${EM_GETSEL}, i.r1, i.r2) $1 and $2 are always 0 no matter what is selected. Am I missing something here?
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/)AndersDecember 17, 2007 at 3:42 PM#I would guess W/LParam are pointers, so you need *
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/)lushdogDecember 17, 2007 at 4:04 PM#System::Call "user32::SendMessage(i, i, *i, *i) (i $ActivationCodeControl, i ${EM_GETSEL}, *i.r1, *i.r2)" Seems to work.