Jump to content

Class of Window


Ranmaru
 Share

Recommended Posts

_WinAPI_GetClassName

Sorry if this sounds newbish, but..

I can't find anything about this function(???) from the help file or the forums at that so I just tried using it as a normal function and this is what I got.

D:\PROGRAMMING\AutoIt\Randows\randows.au3 (69) : ==> Unknown function name.:

GUICtrlCreateListViewItem($win_list[$i][0] & "|" & $win_list[$i][1] & "|" & WinGetProcess($win_list[$i][1]) & "|" & $processes.Item(WinGetProcess($win_list[$i][1])) & "|" & $state & "|" & _WinAPI_GetClassName($win_list[$i][1]), $my_list)

GUICtrlCreateListViewItem($win_list[$i][0] & "|" & $win_list[$i][1] & "|" & WinGetProcess($win_list[$i][1]) & "|" & $processes.Item(WinGetProcess($win_list[$i][1])) & "|" & $state & "|" & ^ ERROR

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...