Jump to content

Log in GUI


bundyxc
 Share

Recommended Posts

I want to make a log in my GUI, of user actions, but I want it to be uneditable by the user.

So maybe, when the user clicks a button, it will add a "You clicked the" & $name & " button". How would I go about doing that?

Here's a screencap of another program that implements something similar (this example just shows that it's ready).

Posted Image

Global $arr[2]

$arr[0]="hip"
$arr[1]="hip"
;^^ hip hip array. ^^
Link to comment
Share on other sites

$edit = guictrlcreateedit('',$x,$y,$w,$h,$ES_READONLY)

and to set the data

guictrlsetdata ($edit,'data')

edit -- missed a var

Edited by CodyBarrett
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...