Samir90 Posted September 11, 2013 Share Posted September 11, 2013 Someone know how can I write some text and numbers in a GUICtrlCreateInput and the text will be writed on a notepad? Link to comment Share on other sites More sharing options...
Kidney Posted September 11, 2013 Share Posted September 11, 2013 you'll need to do some research on GUICtrRead as well as fileopen and filewrite. and of course, you should at some point do a fileclose as good practice. Samir90 1 Link to comment Share on other sites More sharing options...
Solution Samir90 Posted September 11, 2013 Author Solution Share Posted September 11, 2013 (edited) Thanks for GUICtrRead I had a ideea I posted a little script since I cant pot my mine because of lot of functions Sorry but I will mark my comment as Solfed for other peoples who search for same thing to see the func $write = text from Input $d = dimension of input $write = GUICtrlCreateInput($write,$d, $d, $d, $d) FileWrite("test.txt", "GUICtrlRead($write)) While 1 $nmsg = GUIGetMsg() Switch $nmsg Case $write FileWrite("test.txt", "GUICtrlRead($write)) $write = GUICtrlRead($write) EndSwitch WEnd Edited September 11, 2013 by Samir90 Link to comment Share on other sites More sharing options...
Runner Posted January 31, 2014 Share Posted January 31, 2014 Could you post the finished "working" code? I am looking for something similar. I'm looking for away to input daily logs that go with a heading (see image). Link to comment Share on other sites More sharing options...
Moderators JLogan3o13 Posted January 31, 2014 Moderators Share Posted January 31, 2014 Runner, the OP stated he would not post the full code due to "a lot of functions". You would be better off creating your own thread, where you describe just what you're trying to accomplish, and what you have tried on your own thus far. You will undoubtedly get more help this way. "Profanity is the last vestige of the feeble mind. For the man who cannot express himself forcibly through intellect must do so through shock and awe" - Spencer W. Kimball How to get your question answered on this forum! Link to comment Share on other sites More sharing options...
Runner Posted February 1, 2014 Share Posted February 1, 2014 Thanks JL, But the more code posted is a benefit for all. Maybe it could be posted half at a time or a link to it? And I read it as if he would like to but not able to for some technical reason. I will post later when I have a better idea of what I want. I'm currently struggling with some code right now for another idea. And always looking for examples. 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