Fonts/Cursors
|
Previous Top |
#Region --- CodeWizard generated code Start ---
GUICtrlSetFont("controlID",10,400,0,"Times New Roman") #EndRegion --- CodeWizard generated code End --- |
#Region --- CodeWizard generated code Start ---
If Not IsDeclared('Cursor_ARROW') Then Dim $Cursor_ARROW = 2 GUICtrlSetCursor("controlID",$Cursor_ARROW) #EndRegion --- CodeWizard generated code End --- |