eHow launches Android app: Get the best of eHow on the go.
Remove the mystery from computer programming by researching eHow’s expert collection of programmer How Tos. Whether looking for a basic overview of various computer programming languages or attempting to bulk up a software engineering resume by improving your Java skills, eHow can help. Neck deep in damaged binary code and need a helpful shortcut? eHow can show you how to switch the values of two variables without using a temporary variable.
Showing 1-43 of 43 results
In the classic guessing game of Hangman, a hidden word is revealed one letter at a time as the player guesses the letter. If the player guesses a letter not in the word, a drawing of a man on a...
Creating registration forms with Java by hand-coding them is a time-consuming and error-prone process. Fortunately, a number of free integrated development environments (IDEs) have intuitive...
Many people and businesses are creating their own websites for personal or business purposes. Regardless of the reason you are creating a website, you may want to create a contact form so that...
Creating a drop-down list box can be a bit overwhelming if you are not sure where you should start. But it is not as difficult as it seems. Before you can create a drop-down list to hold your...
Microsoft Excel's abilities are greatly enhanced through the use of Visual Basic script, which lets you tailor Excel's default tools to your project's specific needs. Using custom user forms, with...
Validating a form from a website is crucial to making sure that you get the proper information. There are several ways to accomplish this, but the easiest is by using Javascript. Javascript is a...
Visual Basic is a programming language for quickly developing applications with a GUI-intensive (graphical user interface) design. Visual Basic's help content is extensive, which creates a...
The action property of a form is the element that tells the compiler where to process the entered information. When users enter information on a web page form and click "Submit," the entered...
Microsoft Visual C++ is a development environment that uses C++ as its core language to create applications for Windows operating systems. C++ is an object-oriented language, and Visual C++ treats...
Without importing any external code, Visual Basic 6 itself has many functions for drawing simple graphics onto a Windows form: rectangles, lines and similar shapes. Besides learning what those...
Vertical scroll bars are components in Visual Basic that allow users to move a text box or form up or down. It's used mainly in applications where there is more information on the screen than can...
Visual Basic 6 (VB6) has ample resources for creating a variety of applications, from database-intensive projects to dynamically generated Web content. Visual Basic's ample control toolbox and...
Microsoft C# is an object-oriented computer programming language used to write interactive applications for the Web and offline environments. Object-oriented languages involve objects and events...
With Visual Basic, you can create applications for the Web, the desktop and handheld computers. Visual Basic's IDE (integrated development environment) provides context-sensitive, pop-up help as...
Visual Basic's longstanding popularity is a result of several of its features, including its core language, BASIC, a language created specifically for beginning programmers. Another key Visual...
Database programming using Visual Basic 6.0 relies on the ADO (ActiveX Data Objects) Object Model architecture. This is a less complicated architecture than the previous DAO (Data Access Objects)...
Visual Basic is a Microsoft programming language that allows you to create desktop applications. The language has been replaced by VB.NET, but it is still used in the market for older software...
Javascript is a client-side programming language that allows programmers to run code on the local machine. It's distinct from server-side programming, since it is run on the user's browser rather...
Since it was first released by Microsoft in 1987, Visual Basic (VB) has developed into one of the United States' leading programming languages. Although VB is a great programming tool, it does has...
Visual Basic is the Microsoft sponsored, event-based, programming language that supports the .NET and .COM programming models. Since Visual Basic is component-based, software developers are able...
Visual Basic is the Microsoft-sponsored event-driven programming language. Visual Basic 6 was the next to last version created of the language to support the COM programming model before the...
This article deals with as how to create a dataform in vb 6.0. The dataform can be created for any table which is available in the database. A form with the controls such as label, textboxes and...
The Microsoft Access switchboard does not allow the user much flexibility in making a menu options form. Plus, it is boring. I will show you how to make your own customizable switchboard form...
Creating a form to gather data for output into a word document is a great feature of MS Word, creating entire programs is possible with the very powerful visual basic object oriented programming...
Get the mouse's X and Y coordinates during a click event in Microsoft Visual C#.
Add computer animation to your program by using a Timer object and the Paint event of a form in Microsoft Visual C#.
Creating forms for your web pages is a beneficial task that allows you to collect data from your web visitors in an efficient manner. Forms can be used for a variety of purposes, such as a contact...
Prepare to learn Visual Basic so that you can create user interfaces for any number of industries. Apply your learned skills in the BASIC language to create databases, user logins, online forms...
Normal static Web pages written in HTML do not do anything per se except serve as input vehicles for information. Each interactive form in a Web page must call an external program to do something...
When building a web site with php, it is often done to customize a site, and to create dynamic HTML pages that change for each user. To do this, you need to have a database that can be read by the...
Every form in a database serves a purpose to the users of that database. If you create a form that does not work properly or only leaves incomplete data, that will not be helpful to the database...
Here i am going to teach you how to create a simple program using Visual Basic 2008. the name of the program is called Hello World. This is one of the simplest things that you are able to do. This...
Email forms allow visitors to your site to contact you without having to open up their email client. It's a good way to add a professional look to your site, and it doesn't have to be difficult at...
Forcing a form to return false in HTML can be very useful. Returning false for a form just means that it's normal sumbit action gets canceled. There are two main times that you would want to do...
If you're coding a web form for your website, you should be concerned with MySQL injection attacks. These leave you vulnerable to hacking and unauthorized access to password protected areas....
How to Create a Form on a Web Page With Dreamweaver
Creating a form on a Web page with Dreamweaver involves typing in the basic outline of the form, clicking on "Forms" under "Insert Panel" and following the prompts to enter in the desired...
One of the great benefits of working in a .Net environment is the ability to create really anything from an object. Although this particular example is very basic, it will give you an...
Now that you can fill up your listbox in VB.net with a bunch of goodies, how do you erase what you have in there in case the user needs to start over? Here is how you can clear all of the...
This is as about as easy as it gets to programming. The ability to drag and drop controls onto a form. In this example I am going to show you how to add a textbox to a blank form in VB.net.
Putting radio buttons on your website will enhance its appeal and give visitors the ability to select several options. This guide will teach you a very simple method of using HTML code to add...
HTML, or hypertext markup language, is a computer language that is used to create web pages. Websites and web pages are written in HTML code. Whether you are setting up a personal web page or a...
There is no rule set in stone that forces people to keep a border on their application forms. That's why there's an option to turn it off.
The Visual Basic form is a primary element of an application that functions as the visual "window." It can include a lot of code. Setting up a form impacts the way you choose to develop any...