Jump to content

Write to EditBox


Recommended Posts

What i'm trying to do is when i press save, to bring up a filesavedialog, i enter a name example.ini and when i press save, it saves to $edit1 as example.ini. i think i asked this before, but i never got it. :huh2:

While 1
    $nMsg = GUIGetMsg()
    Switch $nMsg
        Case $GUI_EVENT_CLOSE
            Exit
        Case $button1
            $FSD = FileSaveDialog("Autoit Demo", $edit1, "DemoFile (*.ini)")
            $var = FileWrite ($FSD, GUICtrlRead ($input1) )

    
    EndSwitch
WEnd

thanks...

Edited by AC130
Link to comment
Share on other sites

  • Developers

umm can some1 make it work?

You will have to post more code that shows what you are exactly doing and be more clear on what you want and what isn't working.

SciTE4AutoIt3 Full installer Download page   - Beta files       Read before posting     How to post scriptsource   Forum etiquette  Forum Rules 
 
Live for the present,
Dream of the future,
Learn from the past.
  :)

Link to comment
Share on other sites

  • Developers

i was hoping that maybe someone could whip up a code that does that.

NO... as we told you already 2 weeks ago.

Post one other question for just code and i will ban your ass permanently because you have now been warned enough.

Start to invest time and learn some basics by doing reading and researching examples and posted snippets. Test with them and try to understand.

The rest will come as long as you invest the time.

Jos

Edited by Jos

SciTE4AutoIt3 Full installer Download page   - Beta files       Read before posting     How to post scriptsource   Forum etiquette  Forum Rules 
 
Live for the present,
Dream of the future,
Learn from the past.
  :)

Link to comment
Share on other sites

Guest
This topic is now closed to further replies.
 Share

  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...