Cross-Platform Programming with wxWidgets
Just Make It Cross-Platform
Subscribe to Feed
  • Home
  • Projects
  • Links

Posts Tagged ‘wxWinCE’

Cross-Platform Way of Obtaining MAC Address of Your Machine

Components, Libraries, wxWidgets 3 Comments » |

In one of my current projects I had to implement client-server communication and protection by MAC address when client machine can’t connect to server if its MAC address is not allowed, regardless of network or broadband connection. But what was a surprise that wxWidgets does not have API which allows obtaining MAC address in cross-platform way. So, I decided to write a small class which allows obtainig MAC address for Windows, Linux, Mac OS and Windows Mobile. Here it is:
(more…)


August 30th, 2009 |

Tags: Networking, wxWidgets, wxWinCE




Using wxSQLite3 for Creating Mobile Software

Video No Comments » |

New video which shows ho to:

  • Create minimal wxWidgets application for Windows Mobile
  • Compile SQLite for Windows Mobile 5
  • Compile wxSQLite3 for Windows Mobile 5
  • Setup wxWidgets application to use wxSQLite
  • Create SQLite database programmatically
  • Create tables in database programmatically
  • Fill tables with data
  • Retrieve data
  • Handle exceptions

Download video “Using wxSQLite3 for Creating Mobile Software”

Download sample “Using wxSQLite3 for Creating Mobile Software”


February 14th, 2009 |

Tags: SQLite, Video, wxSQLite3, wxWidgets, wxWinCE




Отправка SMS под wxWinCE с помощью CE MAPI

Components, wxWidgets No Comments » |

Появилась необходимость программно отправлять SMS с телефона под управлением Windows Mobile. Решил не изобретать велосипед и поиспользовать MAPI для этих целей. После недолгих поисков набрел на эту статью на CodeProject. Немного переделал код для использования с wxWidgets. Вот что получилось
(more…)


August 6th, 2008 |

Tags: wxWidgets, wxWinCE, Статьи




How to Draw Gradient Buttons (wxWidgets Way)

Books, Components, Controls, wxWidgets No Comments » |

Several days ago I found How to draw gradient buttons post at Native Mobile blog. Looks nice but I think that using GradienFill() is not very convenient because you need to fill all these TRIVERTEX structures. wxWidgets provides more convenient way of drawing gradients by using wxDC::GradientFillLinear(). Here is how it can be done in wxWidgets:
(more…)


August 3rd, 2008 |

Tags: Articles, Components, Controls, wxButton, wxWidgets, wxWinCE, Статьи




wxWinCE and Visual Studio 2005 (Windows)

Video, wxWidgets 2 Comments » |

This tutorial shows how to:

  • Install Microsoft SmartPhone 2003 SDK
  • Build wxWinCE
  • Build Minimal wxWidgets sample for smartphone

You can download this video here (1.57 MB).


January 11th, 2008 |

Tags: Video, wxWidgets, wxWinCE




  • This blog is about…

    Библиотека Книги Статьи Articles Code::Blocks Components Controls Database DatabaseLayer Document/View Eclipse Localization NetBeans Networking News Printing Reports SQLite Tutorilas Video Visual Studio wxAUI wxButton wxDev-CPP wxGrid wxHelpController wxJavaScript wxJSON wxLocale wxLog wxPaintDC wxPropertyGrid wxRuby wxSQLite3 wxThread wxValidator wxWidgets wxWinCE wxZipInputStream wxZipOutputStream XML
  • Showcase

    Visit wxToolBox Homepage

    Buy wxToolBox (with source code)

  • Archives

    • November 2009
    • September 2009
    • August 2009
    • May 2009
    • April 2009
    • March 2009
    • February 2009
    • January 2009
    • December 2008
    • September 2008
    • August 2008
    • July 2008
    • June 2008
    • May 2008
    • April 2008
    • March 2008
    • February 2008
    • January 2008
    • December 2007
    • June 2007
    • May 2007
    • January 2007
  • Recent Comments

    • T-Rex on Сделайте мне красиво – Часть II – wxAUI в Multi-View приложений
    • Vanya on Сделайте мне красиво – Часть II – wxAUI в Multi-View приложений
    • Sash on wxWidgets-2.8 and Code::Blocks (Windows)
    • T-Rex on Быстрый способ упаковки содержимого папки в ZIP-архив
    • Gerald on Быстрый способ упаковки содержимого папки в ZIP-архив
  • Buttons

    Locations of visitors to this page

    Rambler's Top100
    Рейтинг@Mail.ru

Copyright © 2010 Cross-Platform Programming with wxWidgets All Rights Reserved
RSS Log in