Jump to content

A little bit trouble.


 Share

Recommended Posts

Have you tried to set the picture-style to $GUI_WS_EX_PARENTDRAG ?

Edit : Maybe this is close to what you want....

#include <GUIConstants.au3>

GUICreate("", 160, 160, -1, -1, $WS_POPUP)
GUICtrlCreatePic(@WindowsDir & "\Jade.bmp", 0, 0, 160, 160, -1, $GUI_WS_EX_PARENTDRAG)
GUISetState()

Do
Until GUIGetMsg() = $GUI_EVENT_CLOSE

Edit II : Ehm, v2 ?

Edited by Helge
Link to comment
Share on other sites

You didn't understood..

I need to have different color text in same time in edit.

IT'S EDIT:

1st part of text of edit

2nd part of text of edit

Also: could i enable UTF-8 Encoding/Decoding in Edit? Thanks alot!

Edited by Timur
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...