Jump to content

notepad style reader


Recommended Posts

Post the code of the example and specify what you do not understand.

I think there are 2 parts of this script

the first part is how to build a notepad style window.

second part is how to read the file content in it

Thanks

Link to comment
Share on other sites

thanks for help. but had nothing here yet

usera

You're welcome.

Thing is, your current position of not being prepared to do anything whatsoever to help yourself, is not one that inspires a persons helpful nature.

You could have had your project finished on on the cyber shelves 10 times over by now.

I'll get you started

#include <GUIConstantsEx.au3>

$MyWindow = GUICreate("My Window")

GUISetState()

Do

Until GUIGetMsg() = $GUI_EVENT_CLOSE

AutoIt Absolute Beginners    Require a serial    Pause Script    Video Tutorials by Morthawt   ipify 

Monkey's are, like, natures humans.

Link to comment
Share on other sites

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
 Share

  • Recently Browsing   0 members

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