| View previous topic :: View next topic |
| Author |
Message |
poo_noo
Joined: 08 Dec 2006 Posts: 137 Location: Sydney Australia
|
Posted: Thu Jul 24, 2008 3:07 am Post subject: Disable Nth item in a listbox |
|
|
Hi all
Is it possible to disable the Nth item in a listbox or ComboBox in a non AHK GUI ?
I can delete using the code below but was wondering if it is possible to just disable only.
| Code: | | Control, Delete, 6, Listbox1, ahk_class ReclassifyDialog |
Thanks in advance. _________________ Paul O |
|
| Back to top |
|
 |
Krogdor
Joined: 18 Apr 2008 Posts: 1145 Location: The Interwebs
|
Posted: Thu Jul 24, 2008 3:58 am Post subject: |
|
|
| Control, Disable, 6, Listbox1, ahk_class ReclassifyDialog |
|
| Back to top |
|
 |
poo_noo
Joined: 08 Dec 2006 Posts: 137 Location: Sydney Australia
|
Posted: Thu Jul 24, 2008 4:06 am Post subject: |
|
|
Thanks Krogdor
I did try that before I posted but without success. _________________ Paul O |
|
| Back to top |
|
 |
Krogdor
Joined: 18 Apr 2008 Posts: 1145 Location: The Interwebs
|
Posted: Thu Jul 24, 2008 4:13 am Post subject: |
|
|
| Hm. Well, then I suppose the control won't let you disable it... Because that is the proper AHK command to disable it. |
|
| Back to top |
|
 |
|