+1 Very useful script/reference when working with GUI's.
If you have majkinetor's Toolbar.ahk, (included in Scite4AutoHotkey) , you can study his functions and structures.
Thanks, Coco. I'll take a look there!
+1 Very useful script/reference when working with GUI's.
If you have majkinetor's Toolbar.ahk, (included in Scite4AutoHotkey) , you can study his functions and structures.
Thanks, Coco. I'll take a look there!
Rodolfo U. Batista
Pulover's Macro Creator - Automation Tool (Recorder & Script Writer) | Class_LV_Rows - Copy, Cut, Paste and Drag ListViews | Class_Toolbar - Create and modify | Class_Rebar - Adjustable GUI controls
Join the New AutoHotkey Forum!
finally the SoundGet bug has been fixed!
euhhh.... fincs?
I've been playing around with some controls as well. I found in the MSDN page that RichEdit needs ES_MULTILINE style to work with line breaks, but what's strange is that I can only break a line with ^Enter.
...Most of the constants can be found in just me's Super Global Gui Constants script.
Thank you! That's awesome info. As to your line break with ^Enter, I found ES_WANTRETURN in your link to just me's Super Global Gui Constants script!
hey i want to use the soundcard.ahk that you made but it gives me an error at line 115 (call to nonexistent function VA_IMMDeviceEnumerator_EnumAudioEndpoints(.....) )
any help? i doesnloaded VA.ahk and i got them in the same folder but i feed like im doing it wrong.
EDIT: NVM i fixed it lol! was i just suppose to copy past VA.ahk into the bottom of Soundcard.ahk (i did that and it works)
No, you were supposed to copy VA.ahk to your standard library of choice.was i just suppose to copy past VA.ahk into the bottom of Soundcard.ahk (i did that and it works)
Using the information in Coco's post, I think I found the answer. You need to load the dll first.
hModule := DllCall("LoadLibrary", "Str", "Msftedit.dll", "Ptr") Gui, Add, Custom, ClassRICHEDIT50W, Hello
SysIPAddress32 is mentioned here.
RichEdit50W is documented here, previous version can be found here too.
Rodolfo U. Batista
Pulover's Macro Creator - Automation Tool (Recorder & Script Writer) | Class_LV_Rows - Copy, Cut, Paste and Drag ListViews | Class_Toolbar - Create and modify | Class_Rebar - Adjustable GUI controls
Join the New AutoHotkey Forum!