Custom Query

Filters
 
Or
 
  
 
Columns

Show under each result:


Results (121 - 123 of 3838)

Ticket Resolution Summary Owner Reporter
#2027 Wont Fix ;-) anonymous
Description

;This programm working correctly...

#include <ButtonConstants.au3> #include <GUIConstantsEx.au3> #include <WindowsConstants.au3> #Region ### START Koda GUI section ### Form= $Form1 = GUICreate("Form1", 121, 61, 192, 114) $Button1 = GUICtrlCreateButton("Line _1 Line_2", 8, 8, 105, 33, $BS_MULTILINE) ;GUICtrlSetColor(-1, 0x808080);<=== BUG GUISetState(@SW_SHOW) #EndRegion ### END Koda GUI section ###

While 1

$nMsg = GUIGetMsg() Switch $nMsg

Case $GUI_EVENT_CLOSE

Exit

EndSwitch

WEnd

;...but instruction at lane 9 [GUICtrlSetColor(-1, 0x808080)] destroyed format of button ($BS_MULTILINE)

#3688 Rejected <snip> Jon <snip>
Description

<snip>

#357 Completed @AutoItUnicode - obsolete Jpm Zedna
Description

@AutoItUnicode Returns 1 if running using the Unicode version of AutoIt (AutoIt3.exe) or 0 if running the ANSI version (AutoIt3A.exe).

This macro is obsolete from 3.2.13 because ANSI version of AutoIt no longer exists.

Note: See TracQuery for help on using queries.