Context Menus

Post here about scripting and programming for HaloPC (audio, network, ai, etc.)
Post Reply
User avatar
DrXThirst




Connoisseur Foundry Pyre

Posts: 3011
Joined: Fri Jun 29, 2007 6:28 am
Location: Georgia
Contact:

Context Menus

Post by DrXThirst »

Well, I was messing around this morning and got bored so I decided to make an app. The application is pretty much like NotePad with a few extra features. It's named "Context Menus" because there are barely any options on the menu bar. All of the options are embedded from within context menus. Here are the features...

Features :
Options Context Menu :
-Open :: [Open a text file]
-Save :: [Save a text file as a new document]
-New :: [Create a new tab with a new rich text box]
-Close :: [Close the selected tab & rich text box]

Format Context Menu :
-Bold
-Italics
-Underline
-Strike Through
-Regular
-Change Font
-Change Font Color

Extra Content :
-Disable / Enabled Context Menus
-About Box
-Label that shows current time at bottom right hand corner
-Status Label
-Shows name of current document
======================================
Credits ::
-Prey : So much code and so many tips. THANKS!
-Detox : Getting me started
-Tural : Few lines of code
-Anthony : Few lines of code
======================================
Preview Picture :
Image

Constructive Criticism welcome!
Attachments
cm.rar
Source (Made with VC# 2005)
(42.93 KiB) Downloaded 8 times
Context Menus.rar
App (Executable .exe)
(6.66 KiB) Downloaded 10 times
Image
Post Reply