Good day. Am looking for a way to print some pages for my roommate's cookbooks. This Gui would be perfect if I could print a copy of the gui from my printer. It opens fine with ahk. Is there a way to print it? Not the code but the Gui with Pasta> Thank You.
CODE:
#NoEnv
Gui, +AlwaysOnTop
Gui, Font, s30 Bold
Gui, Margin, 20, 20
Gui, Color, 20A2DA
;Gui, Add, Text, x20 y20 w200 h100 gTest 0x0006 ; SS_WHITERECT = 0x0006
Gui, Add, Text, x20 y20 w500 h100 gTest vNum Center 0x400 BackgroundTrans, Pasta
Gui, Show, , Test
Return
GuiClose:
;GuiEscape:
q & e::
ExitApp
Test:
Gui, +OwnDialogs
;MsgBox, 0, Click, Bingo!
Return
Statistics: Posted by jrachr — Today, 15:33