How To Insert Character / String At Specific Position (Index) In C# And VB.NET

In this post , we will learn how to insert a character or string at certain index of string using C…

How To Make Form Always On TOP In C# & VB.NET

Using Always On TOP , the form will be always on top even if you click outside it. In this post , w…

How To Encode & Decode Base64 In C# And VB.NET

As we know that Base64 is a group of binary-to-text encoding schemes mainly used for encrypting str…

How To Parse & Read JSON In VB.NET

JSON , Known As JavaScript Object Notation , Is An Important Format Which We Mostly Get As Output W…

How To Remove Blank Line From TextBox Using C# And VB.NET

Sometimes Blank Line Create Issue While Developing Programs In C# And VB.NET. To Remove Blank Lines…

How To Count Button Click In VB.NET

Count Button Click in VB.NET If You Are Making A Program In Which You Have To Count The Total Number…

How To Remove Spaces From String in VB.NET

Removing White Space From String In VB.NET There Are Several Ways By Following Which We Can Remove S…

How To Use is.gd API In VB.Net

We Will See  How To  Implementing is.gd API In Visual Basic.NET  (VB.NET) In This Post Steps : Create A…

How To Use TinyURL API In VB.Net

We Will See How To  Implementing TinyURL's API In Visual Basic.NET (VB.NET) In This Post Steps : C…

How To Make A Keygen [Beginner Level]

So this is my first post publicly on reverse engineering. Many of you might know the term keygenera…

Check If Folder Exist Or Not Using VB.NET

Folder Checks Are Required During Verifying Installations & Updates , File Creations etc. We ca…

Check If File Exist Or Not Using VB.NET

Checking of file is important while making programs which are supposed to do file handling. You can …