Wednesday, May 8, 2013

PART 1: C++ GUI - Drawing, Copying in the clipboard and Saving image with wxWidgets and CodeBlocks

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

3 comments:

  1. Thank you for your tutorial but Link is dead. Could you please reupload it.?

    ReplyDelete
  2. Thank you for visiting this website.
    Here is the link of the source code:
    https://drive.google.com/open?id=0B1Jtvy4Ey-uwQzNoa21mNEdjS3c

    And the app: https://drive.google.com/open?id=0B1Jtvy4Ey-uwQVI0QjlUaElKSjQ

    ReplyDelete
  3. undefined reference to `C___GUI___Drawing__CopyingFrame::OnPanel1Paint(wxPaintEvent&)'|
    It gives me this error when I tried to run the program

    ReplyDelete