Numbers to Words using Visual Basic .NET

In the following video, I wrote a piece of Visual Basic .NET code that converts given number to text. Or Watch on YouTube I used Indian currency as the postfix, you can modify the code based on your need. You can use this code for commercial and noncommercial, educational or for any other purpose […]
How to force the 32-bit runtime to install on all CPU Architectures (Intel and AMD64) using ClickOnce Deployment

Most of the VB.NET windows form standalone projects are developed with MS Access database and SAP Crystal report. To connect VB.NET and MS Access database, Microsoft.Jet.OLEDB.4.0 driver that comes only as a 32-bit version of Windows OS; to make these projects work on 64-bit Windows OS, this project should be either built with the 32-bit […]