Wednesday, November 13, 2013

wxWidgets and Excel





http://www.youtube.com/watch?v=A3UeLnMBhJQ

This video show how to use wxWidgets application with MS Excel.

 The source code is available to download at:
"https://drive.google.com/file/d/0B1Jtvy4Ey-uwb0U5bGVFRDdGWWs/edit?usp=sharing"

Note: I used wxWidgets 3.0.0 and CodeBlocks 12.11

Tuesday, June 4, 2013

Generate a pdf file using wxPdfDocument library




This video shows how to compile the wxPdfDocument library and how to use it.

1- Download and extract wxPdfDoc-0.9.3.zip
2- Compile this library
3- Example



The compiled wxPdfDoc is available to download at:

http://www.4shared.com/archive/MQHi1S3x/wxpdfdoc-093_compiled.html


And the example at:
http://www.4shared.com/archive/YtnamLLD/my_pdf.html

For more video: http://wxtuto.blogspot.com

Wednesday, May 8, 2013

C++ GUI: Demo wxTreeCtrl with wxWidgets

This video show an example of the following items:

-Create a wxTreeCtrl
-Use wxDir and wxDirDialog

You will see the following object:

-wxFrame
-wxTreeCtrl
-wxDir
-wxButton
-wxDirDialog



The souce code is avalable to download at: http://www.4shared.com/zip/Vz0cxzhI/wxTreeCtrl_source_code.html
and the application at: http://www.4shared.com/zip/Znrocp68/wxTreeCtrl_EXE.html

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

PART 2: C++ GUI - Creating a dialog 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

PART 3: C++ GUI - Creating a popup menu 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

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

PART 5: C++ GUI - Creating a menu bar 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 toll 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

C++: Creating and using a Dynamic Link Library(DLL)

Hi!

This Video shows an example to creat and use a dynamic link library(dll) with C++.
You can download the
-sources codes at: http://www.4shared.com/zip/tfp837Rl/ExoDllMain__main.html
-sources files at: http://www.4shared.com/zip/P8m3mR6a/ExoDLL.html
-setup file at:http: http://www.4shared.com/file/I1rzTmdz/ExoDll_setup.html

To see the creation of the setup in windows see: http://www.youtube.com/watch?v=BRHT-30TNyc

C++: Create a setup of your application in windows.

Hi!
This video show an example to create a setup using Inno setup.
You can download the
-sources files at: http://www.4shared.com/zip/P8m3mR6a/ExoDLL.html
-setup file at:http: http://www.4shared.com/file/I1rzTmdz/ExoDll_setup.html

To see the creation af the application see: http://www.youtube.com/watch?v=2HhcnLLU_DI

C++ GUI: Setting up wxWidgets(2.9.4) with Code::Blocks(12.11) in Windows

This video show how to Setting up wxWidgets(2.9.4) with Code::Blocks(12.11) in Windows, it's divided into four parts:
1- Download and install CodeBlocks(+MingW) & wxWidgets
2- Set up windows
3- Compile wxWidgets
4- Example

Create a customized dialog with wxWidgets, CodeBlocks

This tutorial show you how to create a custumized dialog with wxWidgets.

 (song: Fihavanana (Mahaleo) by Fara Gloum, Lilie Fara kely)