The wxWidgets team is pleased to announce a new wxWidgets release. The latest stable release in 2.8 series contains several…
JSON (JavaScript Object Notation) is a lightweight data-interchange format. It is easy for humans to read and write. It is…
Появилась необходимость программно отправлять SMS с телефона под управлением Windows Mobile. Решил не изобретать велосипед и поиспользовать MAPI для этих…
Several days ago I found How to draw gradient buttons post at Native Mobile blog. Looks nice but I think…
In my previous posts here and here I showed how to create a simple application which uses Document/View framework. Now…
June 24th, 2008 -- the wxWidgets team is pleased to announce a new wxWidgets release. wxWidgets is a mature, open…
This wxJSON release adds support for 64-bits integers on those platforms that have native support for it such as, for…
При работе с потоками часто приходится делать кучу однотипных задач: создавать класс, производный от wxThread, реализовывать метод Entry() для этого…
This release adds the 'copy-on-write' feature to the copy ctor and assignment operator of JSON value class. Note that this…
Today we’ll dig a little bit deeper into Document/View framework provided by wxWidgets and will see how to create a…