How to Add Status Bar Inside the Toolbars in VB.Net

Submitted by janobe on
In this tutorial you will learn on how to add status bar inside the toolbars in VB.Net. But, let’s briefly tackle first what is a status bar? It is a graphical control element that is usually used to display certain information that can be found at the window’s bottom. Now, all you have to do is follow the steps below to see how the status bar is added inside the toolbars.

PHP - Save Image Data By Dragging Using Ajax

Submitted by razormist on
Learn on how to create a Save Image Data By Dragging Using Ajax. A simple Ajax technique that can drag and drop the image and retrieve the image data. This can be use when you want to store data to the server without typing you just drag the object to the target zone, and it will automatically store the data to the database.

How to Minimize and Maximize the Form Programmatically Using VB.Net

Submitted by janobe on
In this tutorial I will teach you how to minimize and maximize the form programmatically in vb.net. Many are wondering on how to do this method but I will show to you the simplest way on how to do it. All you have to do is follow the instructions that are shown below then, you are done in just few minutes. So, let’s get started.