rtrack Posted June 16, 2013 Share Posted June 16, 2013 hay guys I have a problem with this please help me this my project http://www.4shared.com/rar/-gRwljwC/project_SSH.html Link to comment Share on other sites More sharing options...
nitekram Posted June 16, 2013 Share Posted June 16, 2013 (edited) great title and great post, please use code tags for your code, and the title it is a given that you are asking a questionother then that, welcome to the forumsedit, and what is your question/error message, meaning what do you need help with? Edited June 16, 2013 by nitekram rtrack 1 2¢ All by me:"Sometimes you have to go back to where you started, to get to where you want to go." "Everybody catches up with everyone, eventually" "As you teach others, you are really teaching yourself." From my dad "Do not worry about yesterday, as the only thing that you can control is tomorrow." WIKI | Tabs; | Arrays; | Strings | Wiki Arrays | How to ask a Question | Forum Search | FAQ | Tutorials | Original FAQ | ONLINE HELP | UDF's Wiki | AutoIt PDF AutoIt Snippets | Multple Guis | Interrupting a running function | Another Send StringRegExp | StringRegExp Help | RegEXTester | REG TUTOR | Reg TUTOT 2 AutoItSetOption | Macros | AutoIt Snippets | Wrapper | Autoit Docs SCITE | SciteJump | BB | MyTopics | Programming | UDFs | AutoIt 123 | UDFs Form | UDF Learning to script | Tutorials | Documentation | IE.AU3 | Games? | FreeSoftware | Path_Online | Core Language Programming Tips Excel Changes ControlHover.UDF GDI_Plus Draw_On_Screen GDI Basics GDI_More_Basics GDI Rotate GDI Graph GDI CheckExistingItems GDI Trajectory Replace $ghGDIPDll with $__g_hGDIPDll DLL 101? Array via Object GDI Swimlane GDI Plus French 101 Site GDI Examples UEZ GDI Basic Clock GDI Detection Ternary operator Link to comment Share on other sites More sharing options...
TheSaint Posted June 16, 2013 Share Posted June 16, 2013 (edited) Your image is not working. And we need code, not a link ... as was said. Not a very auspicious start here, and I for one, are very suspicious about your intent, where you offer no description and give such a lame title. Edited June 16, 2013 by TheSaint Make sure brain is in gear before opening mouth! Remember, what is not said, can be just as important as what is said. Spoiler What is the Secret Key? Life is like a Donut If I put effort into communication, I expect you to read properly & fully, or just not comment. Ignoring those who try to divert conversation with irrelevancies. If I'm intent on insulting you or being rude, I will be obvious, not ambiguous about it. I'm only big and bad, to those who have an over-active imagination. I may have the Artistic Liesense to disagree with you. TheSaint's Toolbox (be advised many downloads are not working due to ISP screwup with my storage) Link to comment Share on other sites More sharing options...
rtrack Posted June 17, 2013 Author Share Posted June 17, 2013 I apologize for this error but it only too well my project if you do not believe is the source expandcollapse popup#include <ButtonConstants.au3> #include <EditConstants.au3> #include <GUIConstantsEx.au3> #include <StaticConstants.au3> #include <WindowsConstants.au3> #Region ### START Koda GUI section ### Form=c:\program files\project ssh\form1.kxf $Form1_1 = GUICreate("SSH Tunnel ", 393, 318, 293, 146) GUISetIcon("C:\Program Files\project SSH\Misc.ico", -1) GUISetBkColor(0x000000) $Group1 = GUICtrlCreateGroup("Akun SSH", 8, 64, 201, 153) GUICtrlSetColor(-1, 0x808080) GUICtrlSetBkColor(-1, 0x808080) $inputhost = GUICtrlCreateInput("inputhost", 104, 80, 97, 21) $inputpassword = GUICtrlCreateInput("inputpassword", 104, 128, 97, 21) $labeluser = GUICtrlCreateLabel("User Name", 16, 112, 73, 20) GUICtrlSetFont(-1, 10, 400, 0, "MS Sans Serif") GUICtrlSetColor(-1, 0xFF0000) $labelpass = GUICtrlCreateLabel("Password", 16, 136, 64, 20) GUICtrlSetFont(-1, 10, 400, 0, "MS Sans Serif") GUICtrlSetColor(-1, 0xFF0000) $inputuser = GUICtrlCreateInput("inputuser", 104, 104, 97, 21) $inputport = GUICtrlCreateInput("inputport", 104, 152, 33, 21) $labelport = GUICtrlCreateLabel("Port", 16, 160, 28, 20) GUICtrlSetFont(-1, 10, 400, 0, "MS Sans Serif") GUICtrlSetColor(-1, 0xFF0000) $labelhost = GUICtrlCreateLabel("Host", 16, 88, 32, 20) GUICtrlSetFont(-1, 10, 400, 0, "MS Sans Serif") GUICtrlSetColor(-1, 0xFF0000) $buttonsimpan = GUICtrlCreateButton("Simpan Profile", 64, 184, 89, 25) GUICtrlCreateGroup("", -99, -99, 1, 1) GUICtrlSetState(-1, $GUI_DISABLE) $Provider = GUICtrlCreateGroup("Provider", 16, 224, 177, 49) GUICtrlSetColor(-1, 0xFF0000) GUICtrlSetBkColor(-1, 0x808080) $Buttontelkomsel = GUICtrlCreateButton("Telkomsel", 24, 240, 73, 25) $Buttonxl = GUICtrlCreateButton("XL", 104, 240, 81, 25) GUICtrlCreateGroup("", -99, -99, 1, 1) $login = GUICtrlCreateButton("Sambooke", 8, 280, 57, 33) $exit = GUICtrlCreateButton("Exit", 136, 280, 57, 33) $Label5 = GUICtrlCreateLabel("apasajaNet", 16, 16, 167, 41) GUICtrlSetFont(-1, 24, 400, 0, "MS Sans Serif") $Pic1 = GUICtrlCreatePic("C:\Program Files\project SSH\image.jpg", 208, -8, 220, 316) $judul = GUICtrlCreateLabel("ApasajaNet", 24, 0, 168, 52) GUICtrlSetFont(-1, 28, 400, 0, "Ruach LET") GUICtrlSetColor(-1, 0xFF0000) $Label7 = GUICtrlCreateLabel("Label7", 112, 48, 36, 17) $logout = GUICtrlCreateButton("Logout", 72, 280, 59, 33) GUISetState(@SW_SHOW) #EndRegion ### END Koda GUI section ### While 1 $nMsg = GUIGetMsg() Switch $nMsg Case $GUI_EVENT_CLOSE Exit EndSwitch WEnd Link to comment Share on other sites More sharing options...
0xdefea7 Posted June 17, 2013 Share Posted June 17, 2013 (edited) And your question is? I'll give you a hint for starters: It does not do anything, because you have not told it to do anything other than close when the 'X' or ESC is pressed:) While 1 $nMsg = GUIGetMsg() Switch $nMsg Case $GUI_EVENT_CLOSE Exit EndSwitch WEnd Edited June 17, 2013 by 0xdefea7 Link to comment Share on other sites More sharing options...
rtrack Posted June 17, 2013 Author Share Posted June 17, 2013 (edited) I asked how that could be stored in the form input profile Bitvise in the link above I include all the applications that need for this project. This is the look of the picture Edited June 17, 2013 by rtrack Link to comment Share on other sites More sharing options...
0xdefea7 Posted June 17, 2013 Share Posted June 17, 2013 Take a look at GUICtrlRead() in the help file. You can either store the contents of the control to a variable, or write the contents out to a configuration file if you would like. Link to comment Share on other sites More sharing options...
rtrack Posted June 17, 2013 Author Share Posted June 17, 2013 I hope my project can be completed in this forum Link to comment Share on other sites More sharing options...
DW1 Posted June 17, 2013 Share Posted June 17, 2013 Just use PuTTY We don't write scripts for you. Put work in to your project, and if you have a question, ask. I'm hoping that the image you have used as your background is coincidence and your intentions are good here. What exactly are your intentions? AutoIt3 Online Help Link to comment Share on other sites More sharing options...
OdinsPath Posted June 17, 2013 Share Posted June 17, 2013 (edited) Interesting indeed, like damwilli said why are you creating something that already exists like Putty/ Hyper Terminal Edited June 17, 2013 by OdinsPath 'It is a capital mistake to theorize before one has data. Insensibly one begins to twist facts to suit theories, instead of theories to suit facts.' Sherlock Holmes Quote -A Scandal in Bohemia 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