News

This application is a text editor written in C# and Windows Forms as part of my college class final project in Fall 2016. Other projects for the final project included: Uses a KnownColor object for ...
Alright, I'm drawing my text using Graphics.DrawString. This is how I'm doing it:gfx.DrawString( "string to draw", font, brush, rect, format ); I generate a bounding rectangle so the text doesn't ...
This is the code I wrote in Mainwindow.xaml, but the menu bar implemented here is not the menu bar effect I wanted to achieve, and it can only be clicked by right-clicking, and the menu bar will ...