Jump to content

Recommended Posts

Posted (edited)

Ok I have a Child GUI and I want to add data to it's editbox, but I can't have a variable assigned to it so I get it's handle or anything else the Info tool can provide, how can I add data to it (the editbox) by using this info?

This doesn't work:

GUICtrlSetData($hEdit, GUICtrlRead($hEdit) & $sData)

I think it want's the variable and I can't use the handle with it, any other options?

Edited by AoRaToS

s!mpL3 LAN Messenger

Current version 2.9.9.1 [04/07/2019]

s!mpL3 LAN Messenger.zip

s!mpL3

Posted

Ok I have a Child GUI and I want to add data to it's editbox, but I can't have a variable assigned to it so I get it's handle or anything else the Info tool can provide, how can I add data to it (the editbox) by using this info?

This doesn't work:

GUICtrlSetData($hEdit, GUICtrlRead($hEdit) & $sData)

I think it want's the variable and I can't use the handle with it, any other options?

If there variables exists should work.

A little code would be great. We can help you more.

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
×
×
  • Create New...