Thalon
Joined: 12 Jul 2005 Posts: 640
|
Posted: Wed Feb 28, 2007 2:28 pm Post subject: Crash if LV_Add is done for None-Listview-Control |
|
|
| Code: | Gui, Add, Listview, vLV_Test, 1|2|3
Gui, Add, Edit, vTest, 123
Gui, Listview, Test
LV_Add("", "Eins") | I found this crash when I did forget to write the prefix "LV_" to the variables name in third line.
It seems that a valid handle is returned from Edit-Control. Therefore AutoHotkey.exe crashes in 4th line.
Thalon _________________ AHK-Icon-Changer
AHK-IRC
deutsches Forum
SacredVault |
|