Wednesday, May 8, 2013

PART 4: C++ GUI - Creating a tool bar with wxWidgets and CodeBlocls

This video show an example of the following items:

-Drawing image
-Copying image in the clipboard
-Saving image
-Creating a dialog
-Creating a popup menu
-Creating a tool bar
-Creating a menu bar

You will see the following object:

-wxFrame
-wxMenuBar
-wxDialog
-wxButton
-wxFileDialog
-wxClientDC
-wxMemoryDC
-wxPanel
-wxMenu
-wxToolBar
-wxBitmap
-wxTheClipboard


I think these videos will help you to understand to make quickly all the items above and use wxSmith in CodeBlocks.


The souce code is avalable to download at: http://www.4shared.com/zip/qa4o3ezA/my_image_code.html

and the application at: http://www.4shared.com/rar/SWL-CdLd/My_Image_EXE.html

0 comments:

Post a Comment