• home
  • forum
  • my
  • kt
  • download
  • this:1/2 25records  total:26    start  Previous  Next  Last    goto:
    Visual Basic Arrays
    ON: 2009-03-17 09:10:07
    Visual Basic arrays. Know how to use arrays in visual basic. Know about declaring arrays, fixed-dynamic arrays and more.
    188 times | category:
    Introduction to Visual Basic
    ON: 2009-03-17 09:08:40
    Know the basics of visual basic. Explore lessons about toolbox, properties window, project explorer etc.
    55 times | category:
    How to make a menu: Part two
    ON: 2008-09-13 09:54:31
    This tutorial goes into detail on how to create an edit menu. It will tell you how to add a separator bar, make a copy, paste, cut and select all menu. This guide tells you the code for these items as well.
    53 times | category:
    How to reverse a string
    ON: 2008-09-13 09:52:15
    This tutorial will teach you how to reverse a string. e.g:

    Ebonez.info
    ofni.zenobE
    17 times | category:
    How to make menus: Part one
    ON: 2008-09-13 09:50:50
    This tutorial will give you a description on how to make a menu. It includes pictures and the complete file.
    33 times | category:
    How to use Input Boxes
    ON: 2008-09-13 09:45:25
    This guide will get you on your way to using Input Boxes. It will teach you how to get the text that the user writes and manipulate it.
    22 times | category:
    How to prevent multiple instances of an app running
    ON: 2008-09-13 09:38:37
    This tutorial will teach you how to stop multiple instances of your application running at once.
    25 times | category:
    How to view your local IP
    ON: 2008-09-13 09:34:42
    A guide on how to get your local IP address using Visual Basic.

    This uses Winsock and you IP address will pop up on a message box.
    41 times | category:
    Save files in a Rich Text Box
    ON: 2008-09-13 09:31:50
    When your application is running, you should be able to press one button and it opens an save file dialog. You should then choose a file. Then click save. It should save to where you located it too.
    115 times | category:
    Save files in a textbox
    ON: 2008-09-13 09:25:51
    When your application is running, you should be able to press one button and it opens a save dialog. You should then choose a file or make one. Then click save. It should then save the text that you typed to that textbox.
    37 times | category:
    How to open a text file in a Rich Text Box
    ON: 2008-09-13 09:21:21
    When your application is running, you should be able to press one button and it opens an open dialog. You should then choose a file. Then click open. And it should display it in the richtext box
    111 times | category:
    Open text files in a textbox
    ON: 2008-09-13 09:15:58
    This tutorial will teach you how to open a text file into a textbox. It uses the Common dialog.
    35 times | category:
    How to go to the start and end of a string
    ON: 2008-09-13 09:12:20
    This tutorial will teach you how to get the cursor to go to the start and end of a textbox.
    7 times | category:
    How to change the case of a string
    ON: 2008-09-13 09:05:15
    Tells you how to change the case from UPPSERcase to lowercase. And vice verca.
    6 times | category:
    Basic VB Code – Changing Text
    ON: 2008-09-13 08:58:35
    In this tutorial we will be looking at some of the more common, easy to use controls/functions of VB. We are going to create a simple form and update it using other information that is provided by the user. When making forms it is a good practice to name all of the controls and labels on the form in a manner in which you can remember.
    24 times | category:
    Simple VB Code with Command Buttons
    ON: 2008-09-13 08:53:08
    n this tutorial we will look into changing other controls in the command of varying buttons. I am trying to keep these VB tutorials quick and simple so that they are easy to understand and you are able to do this stuff enough to be able to remember it.
    98 times | category:
    Simple VB Code with Strings Booleans and Integers
    ON: 2008-09-13 08:49:16
    n this tutorial we are going to learn to use strings, Booleans, and Integers to check for more specific features before events can happen.
    18 times | category:
    Creating Dialog Boxes in VB.NET
    ON: 2007-09-05 18:18:42
    Create custom dialog boxes for Windows Forms applications
    1386 times | category:
    Create and configure MenuStrips
    ON: 2007-09-05 18:18:02
    Create and configure basic menus for Windows forms applications in Visual Studio.
    792 times | category:
    Installing Visual Basic 2005 Express Edition
    ON: 2007-09-05 18:15:44
    Have you ever wanted to learn to program, but just never had the time or money to invest in programming applications? Well Microsoft released a version of their programming apps for free
    24 times | category:
    Calculating the Area of a Rectangle using Visual Basic 6
    ON: 2007-09-05 18:11:15
    Learn how to use Visual Basic 6 to create an application which allows you to calculate the area of a rectangle
    72 times | category:
    The basics of Visual Basic - Part 1
    ON: 2007-09-05 18:08:13
    This takes you through changing what text says, working the different components together and it explains all the code necessary so everyone can understand it.
    35 times | category:
    Key trapping
    ON: 2007-09-05 18:07:24
    How do you tell what keys your users are pressing? This tutorial teaches you a rock solid method that you can build in games and advanced applications.
    35 times | category:
    The Basics of Visual Basic
    ON: 2007-09-05 18:06:42
    A great tutorial for people that are starting out with visual basic and need to get a rock solid start. Described are loops, conditionals and variables
    43 times | category:
    Managing INI files
    ON: 2007-09-05 18:06:05
    How to create, read and write an INI file from Visual Basic 6
    49 times | category:
    this:1/2 25records  total:26    start  Previous  Next  Last    goto:

    Category

      .NET (11)
      Buttons (3)
      Database Related (9)
      Date and Time (4)
      Development (4)
      Error Handling (3)
      File Manipulation (6)
      Introduction to Visual Basic (26)
      Miscellaneous (4)
      Multimedia (10)
      Networking (10)
      Security (1)
      VB Script (6)