Gar 0 Posted May 19, 2010 GuiList.au3 (245) : ==> Unknown function name.: If Not _IsClassName ($h_listbox, "ListBox") Then Return SetError($LB_ERR, $LB_ERR, $LB_ERR) If Not ^ ERROR This is with the latest install. I just downloaded and installed it. Where should _IsClassName be? Share this post Link to post Share on other sites
Gar 0 Posted May 19, 2010 Seems the latest Misc.au3 is missing _IsClassName and _SendMessage. Why? Share this post Link to post Share on other sites
AdmiralAlkex 125 Posted May 19, 2010 Nothing of that makes any sense. 1. There is no file called "GuiList.au3" 2. _SendMessage() is in SendMessage.au3 3. _IsClassName() is in WinAPI.au3 and is actually called _WinAPI_IsClassName() Are you mixing UDF's from old versions or something? Perhaps it is GuiListBox.au3 you meant to use? .Some of my scripts: ShiftER, Codec-Control, Resolution switcher for HTC ShiftSome of my UDFs: SDL UDF, SetDefaultDllDirectories, Converting GDI+ Bitmap/Image to SDL Surface Share this post Link to post Share on other sites