Modbus was introduced in 1979 and was not designed to be available on public networks! Devices using this protocol should not be available on the internet under any circumstances! Basically, if I can see this protocol via Internet then I own your device!
Download Website Source with C++ HttpWebRequests

As you may already know, there are some C++ libraries to help you interact with Web Application from your C++ Project. One of the most popular is libCURL and it is the most powerfully. But, if your project is smaller enough, you can use my C++ HttpWebRequests Wrapper to download a source page, for example.
[C++] Establish connections through SOCKS4/5 using Winsock2

I have written a C++ Class (Header Only) which allows you to connect to internet through SOCKS4 or SOCKS5 Proxy Servers. In order to use this class, you will need some knowledge related on C++ SOCKS Programming. This is very usefully when you are behind a firewall and some internet services are filtered; SOCKS4 or SOCKS5 Proxy servrs open a window for you in order to be able to access restricted services.
Integrate Google Maps into .NET Windows Forms

Integrating google maps on a .NET application may be tricky if you want a fast and easy implementation without using APIs. As you may already know, the fastest way to do this is to use a WebBrowser. But what you do when there are compatibility rendering problems? In my case, google returned “You seem to be using an unsupported browser.“. Please note that this fix can be applied for any other website.
How to force Roundcube to use SSL

Roundcube is a web-based IMAP email tool. It simply allows you to browse and manipulate content from email server easily using your browser. However if you are a system administrator of if you have your own mail server it is highly recommended to use a SSL certificate when you are going to read your emails.
This way, you avoid interception of connection credentials and emails content, especially when you are connecting from free WiFi networks. Continue reading →
Solving Invalid selection when delete Call History on Nokia Phone
Invalid Selection Error may occur on any Nokia model with Symbian as Operating System. This error appears when try to delete an entry from Calls History and the phone is not allowing you to delete it and give you “Invalid Selection” error. This shitty error seems not to have any solution from Nokia support so I had to find a way to delete these calls because is annoying. My problem appeared on a Nokia C2 but my solution work on any Nokia model.
Complete Web Fields via HttpWebRequest Boundary – C#

In this tutorial I will show you how to complete some fields on a web page when POST date are sent via Content-Disposition: form-data; , in other words via Boundary, into your C# Application. The example can be easily adapted on any .NET Language and in other Programming Languages because is the same principle.
Using Skybound GeckoFX with Xul Runner on C#

If you want to integrate Internet Explorer browser into a C# application you may have problems if you access sites vis SSL and other facilities. So, I would recommend instead of IE to use Skybound GeckFX with Xul Runner which will help you to integrate Firefox Browser into your C# Application.




