Jump to content

questions about GUI styles


tamir
 Share

Recommended Posts

are the next things possible?

1) center the text vertically

2) change the background color of edit control (GUICtrlSetBkColor is not working..)

3) change the color of specific items in a list control

4) color only particular part of text in edit control - probably not possible :/

Link to comment
Share on other sites

are the next things possible?

1) center the text vertically

2) change the background color of edit control (GUICtrlSetBkColor is not working..)

3) change the color of specific items in a list control

4) color only particular part of text in edit control - probably not possible :/

<{POST_SNAPBACK}>

You already tried?

1. Label text? BitOr($SS_CENTER, $SS_IMAGE)

2, 3, 4: AFAIK...not yet.

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...