MattyD Posted 12 hours ago Posted 12 hours ago Hi all, This one is on the back of the zoomable edit boxes we were playing with a little while back. Just a couple of extra edit control funcs if its helpful to anyone Clipboard messages.. (WM_CUT etc.) _GuiCtrlEdit_Clear - removes selected text. _GuiCtrlEdit_Copy _GuiCtrlEdit_Cut _GuiCtrlEdit_Paste End of line funcs.. (EM_SETENDOFLINE, "Allowed" EOL chars, autodetect, etc.) _GuiCtrlEdit_GetEOL _GuiCtrlEdit_GetEOLEx _GuiCtrlEdit_SetEOL _GuiCtrlEdit_SetEOLEx Zoom funcs.. (EM_SETZOOM etc.) _GuiCtrlEdit_GetIsZoomable _GuiCtrlEdit_GetZoom _GuiCtrlEdit_SetIsZoomable _GuiCtrlEdit_SetZoom GuiEditEx.zip WildByDesign and argumentum 1 1
argumentum Posted 9 hours ago Posted 9 hours ago ...this works everywhere (Win7+) in x64 and x86 ( haven't test it but just reading the code ). So this could be included in the GuiEdit.au3 UDF just as is ? If so, could you gather the extra wording needed for the help file for each function ? Follow the link to my code contribution ( and other things too ). FAQ - Please Read Before Posting.
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now