bundyxc Posted October 28, 2009 Share Posted October 28, 2009 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). Global $arr[2] $arr[0]="hip" $arr[1]="hip" ;^^ hip hip array. ^^ Link to comment Share on other sites More sharing options...
CodyBarrett Posted October 28, 2009 Share Posted October 28, 2009 (edited) $edit = guictrlcreateedit('',$x,$y,$w,$h,$ES_READONLY) and to set the data guictrlsetdata ($edit,'data') edit -- missed a var Edited October 28, 2009 by CodyBarrett [size="1"][font="Tahoma"][COMPLETED]-----[FAILED]-----[ONGOING]VolumeControl|Binary Converter|CPU Usage| Mouse Wrap |WinHide|Word Scrammbler|LOCKER|SCREEN FREEZE|Decisions Decisions|Version UDF|Recast Desktop Mask|TCP Multiclient EXAMPLE|BTCP|LANCR|UDP serverless|AIOCR|OECR|Recast Messenger|AU3C|Tik-Tak-Toe|Snakes & Ladders|BattleShips|TRON|SNAKE_____________________[u]I love the Helpfile it is my best friend.[/u][/font][/size] Link to comment Share on other sites More sharing options...
bundyxc Posted October 29, 2009 Author Share Posted October 29, 2009 Thanks! Global $arr[2] $arr[0]="hip" $arr[1]="hip" ;^^ hip hip array. ^^ Link to comment Share on other sites More sharing options...
Recommended Posts
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 accountSign in
Already have an account? Sign in here.
Sign In Now