eHow launches Android app: Get the best of eHow on the go.

Computer Programming

Computer Programming

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.

Sort by:
Best Match
Most Popular
Newest

Showing 1-50 of 59 results

  • How to Take a Screenshot on your moniter

    Would you like to know how to be able to capture what you're looking at on your computer screen? This article will show you how to take a screen shot of whatever you're viewing and turn it into...

  • How to Change a Computer Name & Verify Through DOS Prompt

    For a Microsoft Windows computer on a network, the "Computer Name" is important because it helps users elsewhere on the network tell which computer is which to locate a particular machine, and may...

  • How to Set Cursor Default Syntax in Visual Basic

    Visual Basic provides many objects to build a solid graphical user interface or "gui" that conveys meaning to the user of the application. Changing the color of buttons provides feedback to the...

  • How to Create an MS Button in Visual Basic

    The button is a powerful tool in the Visual Basic environment. It adds an appealing look to the form and helps the user to navigate through various other forms in the program. By utilizing the...

  • How to Create EventListener

    An EventListener is an object used to trigger code after a user's action. For instance, when a user clicks a button, an event is triggered. Without any type of coding, nothing happens when the...

  • How to Add ActionListener

    ActionListener is a library of classes that gives Java developers a method of capturing events. An event is fired whenever a user interacts with an application. For instance, clicking a button...

  • Visual Basic Properties

    Each programmable control in the Visual Basic toolbox has a set of attributes you can define. These attributes are called properties. You choose selected properties for a control based on how you...

  • How to Program Using Visual Basic 6

    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...

  • HTML Radio Button Tutorial

    A radio button is a form element that appears like a round circle. When it is active, there is a black dot in the center. When it is inactive, there is no dot. A radio button is an integral part...

  • How to Create and Use a Form in a Word Document

    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...

  • How to Perform Computer Animation with a Timer and the Paint Method in Microsoft Visual C# (C Sharp)

    Add computer animation to your program by using a Timer object and the Paint event of a form in Microsoft Visual C#.

  • How to Play a Sound Wave File using SoundPlayer in Microsoft Visual C# (C Sharp)

    Use the SoundPlayer object to play a wave sound file. The Soundplayer object is in the System.Media namespaces in C#.

  • How to Exit Visual Basic

    Visual Basic is a computer programming language designed primarily by the Microsoft corporation for use in its IDE (Interactive Development environment) and operating system. The user interface...

  • How to Install Java Virtual

    Java Virtual Machine is an application installed on your computer that allows you to work in a safe environment over the Internet. Several websites use Java for interactive applications. The...

  • How to make a custom navigaton bar in Iweb

    While iweb provides a simple means of creating a website there are small problems within the program that prevent designers from making their site from looking more professional. This ehow guide...

  • How to Make Windows Widgets

    A widget is a portable set of Internet codes that displays a collection of links and images in a small area. Widgets can be customized to have any background or border colors you'd like, and made...

  • How to Assign Macros in PowerPoint 2007

    If you used to assign macros to your PowerPoint slide elements by right clicking on them and choosing the 'Action' option then you are in for an unpleasant surprise when you transition to Office...

  • How to Add a Blog Button with Text Box Underneath for Code

    I'm sure you've seen lots of blogs that have a button with scrolling text boxes underneath that house the button's code. These text boxes for codes make it easy for other people to place the...

  • How to Create a Mouse-Over Effect With Dreamweaver

    Creating a mouse-over effect using Dreamweaver requires first creating two button images, one for upstate and one for overstate, clicking on the "Insert" panel, selecting "Images," finding...

  • How to Write a Function that Converts Pounds to Kilograms in VB.net

    A function is a great way to obtain calculations of any kind by passing a value and then assigning a variable to the actual function name so it seems like an easy transition. You can also reuse...

  • How to Create a Form Object in VB.net

    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...

  • How to Create a Web Browser in VB.net

    There are a large number of browsers to choose from but did you know you can create your own in VB.net? VB.net gives you all the tools you will need to create your own browser. In this example I...

  • How to Program the Progress Bar in VB.net

    The progress bar is a great tool to let users know of a process that is running and how much longer it will take to complete. Here is a simple example as to how to program the progress bar.

  • How to Make Your Own Web Browser in C#

    In this example I am going to show you how you can create a simple web browser in a just a few steps in C#.

  • How to Write a Select Case Statement in C#

    In VB.net it is called the Select-Case, in C# it is called the "Switch" statement. Regardless of what it is called, the concept is still the same. Here is how it is written in C#.

  • How to Use the Try-Catch Statement in VB.net

    VB.net has introduced the Try-Catch-End Try statement which is to replace the On error statement. It allows you to execute some code and should an error occur it traps that error and then sends...

  • How to Change the Backcolor of a Textbox in VB.net at Runtime

    A lot of times during run time you will change the backcolor of a textbox to signify to the user when a control is enabled and disabled. Here is how you do it.

  • How to Convert Fahrenheit to Celsius in VB.net

    With a few lines of VB.net code you can write a simple program that will allow you to convert fahrenheit to celsius. Here is how it is done.

  • How to Clear a Listbox in VB.net

    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...

  • How to Get the Current Date and Time in VB.net

    Many programs that you will write will have the need to display to the user the current date and time. VB.net gives you the ability to retrieve this information failry easily. Here is how you...

  • How to Add Items to a Dropdown/Combo Box in VB.net

    A combo box also referred to as a dropdown box is a great way to give the user a variety of options to select from and then just display the one item that they have selected. Here is how you add...

  • How to Add Items to a Listbox in VB.net

    A listbox is very common control that you see in many applications. It gives the user a great view of a list of items. Here is how you add items to a listbox in VB.net.

  • How to Join an Array of Strings in VB.net

    VB.net offers a great function that allows you to join all of the members of an array into one string. Here is how it is done.

  • How to Return the Maximum Number in VB.net

    VB.net has a nice built in function that allows you to pass in two numbers and return the greater of the two. Here is how it works.

  • How to Truncate a Number in VB.Net

    In some calculations you only want the integer portion of a number that would return decimals. Sometimes you do not want to round this number at all. So for example, whether you have 2.3 or 2.7...

  • How to Add the "Post to Facebook" Button to Your Website

    It's become the unwritten law of the web that bloggers need readers. If you have a website, and you want to keep your readers coming back for more, you need to make it easy for them to share what...

  • Creating a Simple Button in Flash

    Flash basics for first-timers.

  • How to Write a Subroutine in VB.net

    Subroutines give you the ability to write code that can be used over and over again in a program. This saves you time from writing the same code more than once. In this example I am writing a...

  • How to Use the While...End While Loop in VB.net

    VB.net gives you many looping capabilities. In this How-to I will show you how to use the While...End While loop.

  • How to Use the Try...Catch Statement in VB.net

    A nice feature of VB.net is the Try Catch statement which replaces the On Error statment of previous versions. Here is how you use it.

  • How to Write a Function in VB.net

    Functions are a great way to reuses a calculation or process that returns an answer and that you will use over and over again. There is no need to rewrite the calculation everytime you need it,...

  • How to Write a Select-Case Statement in VB.net

    A select-case statement is a great way to perform a logical test that might have multiple directions if found true or false. You could write a bunch of if-then-else statements but that could be...

  • How to Write an IF-ELSE Statment in VB

    If you are new to programming get to know the IF-THEN-ELSE statement. You will use it often.

  • How to Get the Text of an Listbox Item in a For Loop in VB.net

    There will come times when you are searching a listbox based on the text of the item as opposed to the index. Here is how it is done.

  • How to Uncheck All Items in a Checked Listbox in VB.net

    A checked listbox is a great way to allow users to assign items in a list to another specific selection. However in between the selection from one choice to another you must clear that checked...

  • Creating an HTML Submit Button

    Learn tips on how to create a submit button in an HTML document in this free video clip on computer programming.

  • How to Create a Reset Button With HTML Programming

    HTML--Hypertext Markup Language is a computer language that is used to create web pages. Web sites and web pages are written in HTML code. Whether you are setting up a personal web page or a...

  • How to Create a Submit Button With HTML Programming

    HTML--Hypertext Markup Language is a computer language that is used to create web pages. Web sites and web pages are written in HTML code. Whether you are setting up a personal web page or a...

  • How to make video games 1.3 - Add sprites

    This article series will show you how to make a simple video game using the Game Maker software package. After completing all of the articles in this series, you will have gained a basic...

  • How to Use HREF JavaScript Links

    HREF JavaScript links are used to create dynamic web pages. HREF JavaScript links offer visitors the ability to interact with a web page. This allows users the ability to update some contents,...

  • 1
  • 2

Copyright © 1999-2009 eHow, Inc. Use of this web site constitutes acceptance of the eHow Terms of Use and Privacy Policy .   en-US Portions of this page are modifications based on work created and shared by Google and used according to terms described in the Creative Commons 3.0 Attribution License. † requires javascript

Demand Media