Try this:
set your first radio the same way you are doing it now, and for your other radios, set the x position to "x+10"
Sort of like this
Code: Select all
Gui,add,radio,x10 ,rad1
Gui,add,radio,x+10,rad2
Gui,add,radio,x+10,rad3
Code: Select all
Gui,add,radio,x10 ,rad1
Gui,add,radio,x+10,rad2
Gui,add,radio,x+10,rad3
I'm glad to have helped in what little way I couldDRocks wrote:Hey Hellbent its nice to see a post of you herr. Just letting you know that you really helped me alot to start my AHK journey!! From.your YouTube channel! For instance your Gui tutorials for example!
Cheers
All the best
Thanks, i'll have a look over this sometime this weekend.FanaticGuru wrote:Stuff