Jump to content

Missing _IsClassName


Recommended Posts

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?

Link to comment
Share on other sites

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?

Link to comment
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
 Share

  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...