Source Code Manager Using C#

Submitted by Akshay Kumar2 on
This application helps in managing your source code while you are coding. It has got a number of features : 1. You can save your source code and can edit it search it, delete it. 2. You can also view source code added by others. 3. Code can be exported in various file formats like .txt,.pdf,.doc, etc. 4. It has the feature of sending code to you through email as well. 5. You can also create a user

Word Wrap Function In VB.NET

Submitted by donbermoy on
This tutorial will teach you how to have a word wrap function in vb.net. A word wrap function is a function that your text do not proceed to be written if it is so lengthy in the textbox. Now, let's start this tutorial! 1. Let's start with creating a Windows Form Application for this tutorial by following the following steps in Microsoft Visual Studio: Go to File, click New Project, and choose

How To Make Login Form With JQuery In PHP

Submitted by alpha_luna on
Good Day!!! Related Code: How To Make Register Form with JQuery Validation In this tutorial, we are going to learn How To Make Login Form With JQuery In PHP. This is simple project and it consists username and password. Username tutorial Password admin Database Name login_jquery You can use it to your Website or System. Download the source code and try it. Enjoy Coding... Directions: For JQuery

Extract Filenames From An ImageList Using VB.NET

Submitted by donbermoy on
This tutorial will teach you how to create a program that can extract filenames from an ImageList using VB. Now, let's start this tutorial! 1. Let's start with creating a Windows Form Application for this tutorial by following the following steps in Microsoft Visual Studio: Go to File, click New Project, and choose Windows Application. 2. Next, add only one Button named Button1 , ListBox named ListBox1, and an ImageList .

How To Make Register Form with JQuery Validation

Submitted by alpha_luna on
Good Day!!! In this tutorial, we are going to learn How To Make Register Form with JQuery Validation. This is simple project and it consists firstname, lastname, username, password, confirm password, email and agree for the terms. You can use it to your Website or System. Directions: For JQuery Validation For CSS Code For HTML Code Firstname Lastname Username Password Confirm Password Email I