Jump to content

theloon

Members
  • Posts

    2
  • Joined

  • Last visited

theloon's Achievements

Seeker

Seeker (1/7)

0

Reputation

  1. This should be simple but I couldn't find anything via Google or Forum search. How does one change the font used in a non-AutoIt program? This is what I tried: #include <GUIConstantsEx.au3> Example() Func Example() Local $font, $activeWin $activeWin=WinGetHandle("Notepad") $font = "Consolas" GUISetFont(20, 400, 4, $font, $activeWin) ; will display underlined characters EndFunc ;==>Example Any clues?
  2. Very nice. I'm new to AutoIt and would very much like to make GUI programs with it. Someday I hope it'll get up to Visual Basic 6 integration but until then.. thanks for trying I tried Koda but couldn't seem to edit the event code inside buttons and stuff. Truly a worthy project man. Hope you continue!
×
×
  • Create New...