Paulie Posted April 29, 2006 Posted April 29, 2006 I am currently in the process of writing a normal text to binary coverter, and i think that i got the bulk down But what i want is a gui with a big text box, like AIM style that can convert the english stuff you put into the text to a Binary symble. I got the conversion part, ("_IsPressed" Function) but i dont know how to do the GUI part, the "inputbox is too small, i want a big rectangal.
Roman9 Posted April 29, 2006 Posted April 29, 2006 (edited) With the autoit1-2-3 tutorial tool valuator made, there is an easy GUI creator. I don't know if it comes with autoit, but I use that when I want to design a GUI for a program. [edit] \AutoIt3\SciTE\GUIBuilder check it out Edited April 29, 2006 by Roman9
Moderators SmOke_N Posted April 29, 2006 Moderators Posted April 29, 2006 I am currently in the process of writing a normal text to binary coverter, and i think that i got the bulk downBut what i want is a gui with a big text box, like AIM style that can convert the english stuff you put into the text to a Binary symble. I got the conversion part, ("_IsPressed" Function) but i dont know how to do the GUI part, the "inputbox is too small, i want a big rectangal.So use an Edit Box Common sense plays a role in the basics of understanding AutoIt... If you're lacking in that, do us all a favor, and step away from the computer.
Paulie Posted April 29, 2006 Author Posted April 29, 2006 (edited) So use an Edit BoxI looked at that, but I need one to enter the text in, and one display the text, how would i do that?GUI just isn't my thing Edited April 29, 2006 by Paulie
Moderators SmOke_N Posted April 29, 2006 Moderators Posted April 29, 2006 I looked at that, but I need one to enter the text in, and one display the text, how would i do that?GUI just isn't my thingIf you have Beta, and SciTe, go to Tools >> KodaThat should get you what you want. Common sense plays a role in the basics of understanding AutoIt... If you're lacking in that, do us all a favor, and step away from the computer.
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