Имя пользователя:
Пароль:
 

Показать сообщение отдельно

Аватара для FlatX007

Ветеран


Сообщения: 553
Благодарности: 87

Профиль | Отправить PM | Цитировать


Код: Выделить весь код
#Include <WindowsConstants.au3>
 #include <GuiConstantsEx.au3>
 #include <GuiRichEdit.au3>

 $GUI = GUICreate("bye",700,500)

     $hRichText = RichText_Create($GUI, 0, 0, 700, 500)
     RichText_InsertText($hRichText, "Hello everybody")

 GUISetState()

 RichText_SetSel($hRichText, 6, 11); Pos 6 to 11 is 'every'
 RichText_SetColor($hRichText, 0x0000FF, True); True = colorize selection, False = colorize all.  !!! Color codes is BGR !!!
 RichText_SetSel($hRichText, 0, 0); Set the selection to 0-0
 RichText_SetFont($hRichText, "Comic Sans MS", $iSelec = True)
 While 1
     If GUIGetMsg() = $GUI_EVENT_CLOSE Then Exit
 WEnd
AutoIt\1.au3(15,56) : ERROR: $iSelec: undeclared global variable.
RichText_SetFont($hRichText, "Comic Sans MS", $iSelec =

Отправлено: 15:26, 09-07-2009 | #7