 |
AutoHotkey Community Let's help each other out
|
| View previous topic :: View next topic |
| Author |
Message |
SKAN
Joined: 26 Dec 2005 Posts: 8688
|
|
| Back to top |
|
 |
NotLoggedIn-Conquer Guest
|
Posted: Sun Sep 23, 2007 3:08 am Post subject: |
|
|
| 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.. |
|
| Back to top |
|
 |
SKAN
Joined: 26 Dec 2005 Posts: 8688
|
Posted: Sun Sep 23, 2007 7:06 am Post subject: |
|
|
You cannot set ES_PASSWORD style for multiline edit control ( like in Notepad )  |
|
| Back to top |
|
 |
SKAN
Joined: 26 Dec 2005 Posts: 8688
|
Posted: Tue Oct 09, 2007 1:36 pm Post subject: |
|
|
Dear Sean,
| Sean wrote: | | Skan wrote: | Sean, Why the shlwapi\SHAutoComplete does not work with a ComboBox control ?  |
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:
 |
|
| Back to top |
|
 |
|
|
You can post new topics in this forum You can reply to topics in this forum
|
Powered by phpBB © 2001, 2005 phpBB Group
|