18.wxWidgets – wxTreeCtrl

January 27, 2025 amit 0

OVERVIEW The wxTreeCtrl lets you display data in a hierarchical tree format. It supports different styles and has comprehensive events which can be processed. Given […]

17.wxWidgets – wxWebView

January 10, 2025 amit 0

OVERVIEW The wxWebView component enables a web browser to be embedded into wxWidgets forms and allow us to manipulate the content in the browser. Depending […]

MySQL

Working with MySQL in VC++

September 21, 2023 amit 0

OVERVIEW One of the chief advantages of using Mysql databases in VC++ is that it is incredibly fast. Since almost every application which uses MySQL […]

Using libcurl in VC++

November 12, 2022 amit 0

OVERVIEW In this blog post, we take a look at how to setup libcurl for use within Visual Studio. This has been tested in Visual […]