AutoHotkey Community

It is currently May 25th, 2012, 4:19 pm

All times are UTC [ DST ]




Post new topic Reply to topic  [ 34 posts ]  Go to page Previous  1, 2, 3
Author Message
 Post subject:
PostPosted: September 21st, 2007, 12:54 pm 
Offline
User avatar

Joined: December 26th, 2005, 4:40 pm
Posts: 8775
This? http://www.autohotkey.com/forum/viewtop ... 621#121621
Works for me in W2K & XP ( Also in Win 98 IIRC )

:?:


Report this post
Top
 Profile  
Reply with quote  
 Post subject:
PostPosted: September 23rd, 2007, 4:08 am 
My apologies. Its working in normal windows, just not notepad which I tested it with the first time. Strange. Maybe some windows are an exception for this code..


Report this post
Top
  
Reply with quote  
 Post subject:
PostPosted: September 23rd, 2007, 8:06 am 
Offline
User avatar

Joined: December 26th, 2005, 4:40 pm
Posts: 8775
You cannot set ES_PASSWORD style for multiline edit control ( like in Notepad ) :)


Report this post
Top
 Profile  
Reply with quote  
 Post subject:
PostPosted: October 9th, 2007, 2:36 pm 
Offline
User avatar

Joined: December 26th, 2005, 4:40 pm
Posts: 8775
Dear Sean, :)

Sean wrote:
Skan wrote:
Sean, Why the shlwapi\SHAutoComplete does not work with a ComboBox control ? :roll:

SHAutoComplete must be appied to Edit controls.
So, in ComboBox case, first have to find its (child) Edit control. E.g.,

Code:
Gui, Add, ComboBox, w640 HWNDhMyCombo
ControlGet, hMyEdit, hWnd,, Edit1, ahk_id %hMyCombo%
SHAutoComplete(hMyEdit)
Gui, Show
Return


I am facing difficulties in setting the number of items in DDL of ComboBox
I tried the XP-specific message: CB_SETMINVISIBLE and though it returns a True, the number of items shown is always 7 ( as the case with the Run dialog )

I am trying to convince the ComboBox to dropdown atleast 45 items when I am typing a filepath! I am able to resize the DDL with the size-grip manually, but the control defaults to 7 items on every run.

How to programmatically set the DDL rows ?

Here is a snapshot example:
Image

:roll:


Report this post
Top
 Profile  
Reply with quote  
Display posts from previous:  Sort by  
Post new topic Reply to topic  [ 34 posts ]  Go to page Previous  1, 2, 3

All times are UTC [ DST ]


Who is online

Users browsing this forum: 0x150||ISO, Bing [Bot], BrandonHotkey, Hodofca, sks, vsub and 28 guests


You can post new topics in this forum
You can reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot post attachments in this forum

Search for:
Powered by phpBB® Forum Software © phpBB Group