Jump to content

Recommended Posts

Posted

Hi all.

I use a FileOpen command to open a text file ,after that I create a GUI (GUICtrlCreateEdit) and I display the first line from the .txt file with

GUICtrlSetData ( controlID, data [, default] )

 

How can I change the size of what I want to display ?

 

 

  • Moderators
Posted

kalya,

And the part of the Help file you need to read is the GUICtrlSetFont page. ;)

M23

Public_Domain.png.2d871819fcb9957cf44f4514551a2935.png Any of my own code posted anywhere on the forum is available for use by others without any restriction of any kind

Open spoiler to see my UDFs:

  Reveal hidden contents

 

  • Moderators
Posted

kalya,

Look at my post above. :)

M23

Public_Domain.png.2d871819fcb9957cf44f4514551a2935.png Any of my own code posted anywhere on the forum is available for use by others without any restriction of any kind

Open spoiler to see my UDFs:

  Reveal hidden contents

 

Posted (edited)

  On 2/24/2015 at 4:17 PM, Melba23 said:

kalya,

Look at my post above. :)

M23

thank you  . solved      GUICtrlSetFont(-1, 20)

  " for this are forums "

Edited by kalya

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
×
×
  • Create New...