Jump to content

Problems with GUICtrlSendMsg ()


volvox
 Share

Recommended Posts

Can I use the GUICtrlSendMsg () methode in the GUIOnEventMode?

I try to delete a few Strings from a list and insert it at another list, but it doesn´t work.

Nothing happens. Does anybody know the problem?

GUICtrlSendMsg ($list_ac, $LB_DELETESTRING, $ei[$i], 0)
GUICtrlSendMsg ($list_cc, $LB_INSERTSTRING, $ei[$i], $et[$i]))

Thanx V.

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