Create a custom graphical menu (windows menu) using Visual Basic. GUI Menus The
ID: 3588290 • Letter: C
Question
Create a custom graphical menu (windows menu) using Visual Basic.
GUI Menus The purpose of this assignment is to create a few Menus using either Java, C++, Visual Basic, or any other language that you are comfortable to program with Note: All the provided screen shots are merely examples to guide you through this assignment. Please feel free to modify them appropriately and creatively 1. Create a simple Menu for a hypothetical application (see an example below) My Notepad Edit Tools New Ctrl+N Open Ctrl+O +S Save As Print Ctrl+P Prnt Preview Type Here 1. Create a simple Custom Graphical Menu for a hypothetical application (see an example below) 11:31 DesorptionExplanation / Answer
Private Sub mnuFileOpen_Click() Dim sFile As String With dlgCommonDialog .DialogTitle = "Open" .CancelError = False 'Set the flags and attributes of the common dialog control .Filter = "Bitmaps(*.BMP)|*.BMP|Metafiles(*.WMF)|*. WMF|Jpeg Files(*.jpg)|*.jpg|GIF Files(*.gif)|*.gif|Icon Files(*.ico)|*.ico|All Files(*.*)|*.*" .ShowOpen Image1.Picture = LoadPicture(.FileName) If Len(.FileName) = 0 Then Exit Sub End If sFile = .FileName End With End Sub
Related Questions
Hire Me For All Your Tutoring Needs
Integrity-first tutoring: clear explanations, guidance, and feedback.
Drop an Email at
drjack9650@gmail.com
drjack9650@gmail.com
Navigate
Integrity-first tutoring: explanations and feedback only — we do not complete graded work. Learn more.