Easy notepad example
Pretty simple stuff, but good for newbies.
I added a simple print option.
Just to note that Print won't work like that, you'd need to do:
Start job
Start page
Set font
Draw text
Finish page
FInish job
I could add an easy 'Print text' soon.
Develop games in your browser. Powerful, performant & highly capable.
I crap I just realized what I put
I meant to put(I was tired) Print file:CommonDialog.FirstSelectedFile
This would mean you would have to save before you printed though.
Your method is much better than even that though.
Okay, I was trying to create a menu using text boxes. The text box for the file menu is called "FileMenu" and the two choices in the file menu are text boxes called "FileMenu1" and "FileMenu2".
+ Mouse is over FileMenu - FileMenu: Set filter to blue - FileMenu: Set bold: Yes + On Left Clicked on FileMenu - FileMenu1: Make Visible - FileMenu2: Make Visible [/code:d76c2i5l] This is as far as I took it because none of it worked. Nothing happened when I hovered the mouse over the FileMenu text box and nothing happened when I clicked it. What gives?