Search found 3 matches

by Psyese
01 Jul 2022, 07:10
Forum: Ask for Help (v1)
Topic: What is +HwndGHwnd? Topic is solved
Replies: 6
Views: 1702

Re: What is +HwndGHwnd? Topic is solved

tidbit wrote:
01 Oct 2016, 11:07
I usually use +hwndMYHWND (and keep adding numbers/names for each other gui, like +hwndMYHWNDSettings or +hwndMYHWND2)
"My" basically means "my gui's HWND, not some other programs gui"
How did you come to decide to do that? What problem did it solve for you?
by Psyese
01 Jul 2022, 01:25
Forum: Ask for Help (v1)
Topic: How to use control variables while restricting them to class scope?
Replies: 1
Views: 263

How to use control variables while restricting them to class scope?

Hello! I am unable to get past the error:"A control's variable must be global or static". My requirement is that the scope of control variables be limited to the class (cannot be global withing file scope), but at the same time be accessable for outside functions. How do I do that? class panel { che...
by Psyese
24 Jun 2022, 03:31
Forum: Ask for Help (v1)
Topic: Unable to understand how to use provided template
Replies: 1
Views: 188

Unable to understand how to use provided template

Hello! I found a beautiful GUI template provided by a kind person here: https://www.autohotkey.com/boards/viewtopic.php?p=217559#p217559 I wanted to put a checkbox that controls a boolean variable I'll be using later in the 1st page of the GUI. However, I am unable understand how or where to place t...

Go to advanced search