AutoHotkey Homepage AutoHotkey Community
Let's help each other out
 
 FAQFAQ   SearchSearch   MemberlistMemberlist   RegisterRegister 
 ProfileProfile   Log in to check your private messagesLog in to check your private messages   Log inLog in 

Disable Nth item in a listbox

 
Post new topic   Reply to topic    AutoHotkey Community Forum Index -> Ask for Help
View previous topic :: View next topic  
Author Message
poo_noo



Joined: 08 Dec 2006
Posts: 137
Location: Sydney Australia

PostPosted: Thu Jul 24, 2008 3:07 am    Post subject: Disable Nth item in a listbox Reply with quote

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
View user's profile Send private message Visit poster's website
Krogdor



Joined: 18 Apr 2008
Posts: 1145
Location: The Interwebs

PostPosted: Thu Jul 24, 2008 3:58 am    Post subject: Reply with quote

Control, Disable, 6, Listbox1, ahk_class ReclassifyDialog
Back to top
View user's profile Send private message AIM Address
poo_noo



Joined: 08 Dec 2006
Posts: 137
Location: Sydney Australia

PostPosted: Thu Jul 24, 2008 4:06 am    Post subject: Reply with quote

Thanks Krogdor

I did try that before I posted but without success.
_________________
Paul O
Back to top
View user's profile Send private message Visit poster's website
Krogdor



Joined: 18 Apr 2008
Posts: 1145
Location: The Interwebs

PostPosted: Thu Jul 24, 2008 4:13 am    Post subject: Reply with quote

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
View user's profile Send private message AIM Address
Display posts from previous:   
Post new topic   Reply to topic    AutoHotkey Community Forum Index -> Ask for Help All times are GMT
Page 1 of 1

 
Jump to:  
You can post new topics in this forum
You can reply to topics in this forum


Powered by phpBB © 2001, 2005 phpBB Group