Help ^^

zalomo

New member
Joined
Oct 25, 2009
Messages
1
Programming Experience
Beginner
Guys,How
-Add the Edit menu to change the Font font format

-Add Color to the Edit menu to change the font color

-Add a message "Form to $ disave yet. Will it be saved? "If you choose Close and there is not yet form disave children. If you selected YES then the Save dialog appears. ($ Is the order form child)

-There combobox / listbox on the left, typed characters and their ASCII code it will go into combox / listbox it. Characters that have entered may not be entered again.

I'm sorry I was in college and confused .. please .thx

:rolleyes::rolleyes:
 
If you haven't already, add a MenuStrip to your form. You can then add menu items by typing right into the designer. To create a Click event handler for a menu item, just double-click it in the designer. You can then display a FontDialog or a ColorDialog.

I'm afraid I'm not quite sure what you're asking for for the rest.

In future, please keep each thread to a single topic. Please ask each unrelated question in its own thread with a meaningful title.
 
Back
Top