Jump to content

Recommended Posts

Posted (edited)

is it possible to have an editbox linked to a word doc?

I have done this using excel and also an ini.. but i get issues with excel (when i try to open another file the read only excel file im pulling the text from opens instead)

Ini works but its only 1 line so i have to seperate lines with spaces (sooooooo annoying)

hoping to have it linked or even just a text file just like ini that supports multi-lineline break

 

OR - Going 1 step further.. is it possible to have an editbox that you can free write in and it will save? and display the saved text .. Like a live, multipler note pad?

(possibly a username and password required so only managers can update the editbox)

Anyone? :(

Edited by 13lack13lade
Posted

I don't get what you want and why :huh:

Can you please elaborate on what you try to achieve?

My UDFs and Tutorials:

  Reveal hidden contents

 

Posted (edited)
Local $read = FileRead("Q:\Documents\Load Support\Tom\Projects\Dashboard\asdf.txt")
$MAINUPDATEDISPLAY = GUICtrlCreateEdit("", 192, 152, 444, 340, $WS_BORDER)
guictrlsetdata($mainupdatedisplay,$read)
 
Dont worry about the other things such as enter into editbox etc - I managed to accomplish what im after with the above (autoit skills are improving!!!)
 
Im guessing that its not possible to do this with a word document..??
Edited by 13lack13lade
Posted

With Rich Edit Controls you can edit RTF files. This files can be processed by MS Word as well.

My UDFs and Tutorials:

  Reveal hidden contents

 

Posted (edited)
  On 10/16/2013 at 7:11 AM, water said:

With Rich Edit Controls you can edit RTF files. This files can be processed by MS Word as well.

Basically i want exactly what i have here, so linked to notepad but i want to be able to bold, underline etc... how am i able to do that?

have tried saving the doc as a .rtf, basically all of them, nothing works...

Edited by 13lack13lade
Posted

Try the example script provided with _GUICtrlRichEdit_Create.

My UDFs and Tutorials:

  Reveal hidden contents

 

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 account

Sign in

Already have an account? Sign in here.

Sign In Now
  • Recently Browsing   0 members

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