wxWidgets Components
I can see that there is still a lot of topics at wxWidgets forums related to usage of shared libs…
I've just published the source code of wxToolBox component and a couple of sample apps at GitHub: https://github.com/T-Rex/wxToolBox There is a working…
In one of my current projects I had to implement client-server communication and protection by MAC address when client machine…
Taking screenshots is a very common task and it was a must for one of my current projects. What was…
http://code.google.com/p/axtk/ What is AxTk? AxTk (pronounced Ay Ex Tee Kay) is an open source, C++ add-on for wxWidgets that helps…
After taking a look at wxWidgets samples I noticed that all of them have simple message box instaed of normal…
Александр (sandy) Илюшенко любезно предоставил статью о создании редактора ячеек wxGrid: Данная статья посвящена внедрению в грид ячеек для редактирования…
Александр (sandy) Илюшенко любезно предоставил статью о том, как настроить класc wxGrid под свои нужды: Захотелось мне как-то, чтобы в…
Появилась необходимость программно отправлять SMS с телефона под управлением Windows Mobile. Решил не изобретать велосипед и поиспользовать MAPI для этих…
Several days ago I found How to draw gradient buttons post at Native Mobile blog. Looks nice but I think…