Jump to content

AHK & AU3


 Share

Recommended Posts

ControlListView doesn't control a listbox. All it does is sends a command to a listbox.

From earlier post

The AHK script can copy listbox items from an external non autoit gui listbox into my scripts listview.

I can't figure out how to do that in au3. Thats why Im incorporating the code.

You'll also note that I said ControlCommand, look it up

Edited by GaryFrost

SciTE for AutoItDirections for Submitting Standard UDFs

 

Don't argue with an idiot; people watching may not be able to tell the difference.

 

Link to comment
Share on other sites

As I said how can ControlListView help me when it only deals with listviews!?

As I said look up ControlCommand.

If you want help with what your trying to do, show that your trying by posting some code and you'll get better help, the crystal ball is about worn out.

SciTE for AutoItDirections for Submitting Standard UDFs

 

Don't argue with an idiot; people watching may not be able to tell the difference.

 

Link to comment
Share on other sites

how can i do it with version 3.2.8.1?

If you still use older AutoIt 3.2.8.1 versiion then use ControlCommand() as Gary said

or you can use Auto3Library which have FULL ListBox functionality.

Notes:

Auto3Library works only with AutoIt 3.2.8.1 and earlier (it doesn't work with AutoIt 3.2.10).

All Auto3Library functionality was ported into AutoIt 3.2.10

so better will be upgrade AutoIt from 3.2.8.1 to 3.2.10 and use it's new standard ListBox UDF

Edited by Zedna
Link to comment
Share on other sites

Heres my damn code and it doesnt fucking work.

Global $ListBox = ControlGetHandle("Find Player", "", 259)

$string = ControlCommand("Find Player", "", "ListBox", "FindString", "Orvis (6 max) - $0.10/0.25 - No Limit Hold'Em")

MsgBox(0, "", GUICtrlRead($string))

Isn't that supposed to find a string and return it? But it FUCKING doesn't. it returns 0.

Link to comment
Share on other sites

Heres my damn code and it doesnt fucking work.

Global $ListBox = ControlGetHandle("Find Player", "", 259)

$string = ControlCommand("Find Player", "", "ListBox", "FindString", "Orvis (6 max) - $0.10/0.25 - No Limit Hold'Em")

MsgBox(0, "", GUICtrlRead($string))

Isn't that supposed to find a string and return it? But it FUCKING doesn't. it returns 0.

well... why don't you f :) king curse more please.

Grow up. :P

Edited by Paulie
Link to comment
Share on other sites

Guest
This topic is now closed to further replies.
 Share

  • Recently Browsing   0 members

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