AutoPepe Posted February 15, 2010 Posted February 15, 2010 Three fields to save and use after I would like a screen for entering three fields : A name : length 80 chrs. A text field : memo field with 500 characters limit A date field : with the today date. I was thinking when the first executing the script recover the past introduced values. Or empty if is the first time. I think a ini file may serve. Can you help me or indicate where can I find a similar script ? Thanks Excuse my language. I'm from Canary Islands Traducción AutoIt al Español. http://autoitespa.espanaforo.com/forum.htm . Visita el foro de AutoIt en español http://www.emesn.com/autoitforum/. I am a simple user, not a programmer.
enaiman Posted February 15, 2010 Posted February 15, 2010 (edited) That script is waiting in your brain - waiting to be written on a *.au3 file.To help your script to be "born":- Install AutoIt- Install the full version of SCiTe- create a blank text file, then change its name and extension from *.txt to *.au3- open that file in SCiTe- click on the "Help" menu and choose "Help"- read about GUICtrlCreateInput, GUICtrlSetLimit, GUICtrlCreateEdit, GUICtrlCreateDate, Sleep ... and try the examples shown- look in the Tools menu and click "Koda (Form Designer)"- design your GUI- insert the code in SCiTe- fill the missing partsThat's all Having a look here: http://www.autoitscript.com/forum/index.php?showtopic=21048 will improve your chances. Edited February 15, 2010 by enaiman SNMP_UDF ... for SNMPv1 and v2c so far, GetBulk and a new example script wannabe "Unbeatable" Tic-Tac-Toe Paper-Scissor-Rock ... try to beat it anyway :)
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