• home
  • forum
  • my
  • kt
  • download
  • this:2/9 25records  total:208    start  Previous  Next  Last    goto:
    Error handling and Debugging in Visual basic
    ON: 2008-09-13 10:26:48
    Error handling and Debugging in Visual basic for beginners. Explained with examples and source code.
    29 times | category: [Error Handling]
    How to make a program to validate web links
    ON: 2008-09-13 10:09:51
    If you maintain a web page with lots of external links, it is in your interest to ensure that the links are functioning.
    50 times | category: [File Manipulation]
    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: [Introduction to Visual Basic]
    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: [Introduction to Visual Basic]
    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: [Introduction to Visual Basic]
    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: [Introduction to Visual Basic]
    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: [Introduction to Visual Basic]
    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: [Introduction to Visual Basic]
    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: [Introduction to Visual Basic]
    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: [Introduction to Visual Basic]
    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: [Introduction to Visual Basic]
    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: [Introduction to Visual Basic]
    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: [Introduction to Visual Basic]
    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: [Introduction to Visual Basic]
    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: [Introduction to Visual Basic]
    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: [Introduction to Visual Basic]
    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: [Introduction to Visual Basic]
    Pong Game Tutorial[VB6]
    ON: 2008-09-12 14:47:52
    Here I teach you how to make a simple pong game, complete with AI and collision detection
    38 times | category: [Miscellaneous]
    utorial, How to make a GIF in your application
    ON: 2008-09-12 14:39:33
    Well this is a common problem, VB does NOT support GIF's in the Applet, many of you ( I suppose ) make an array of pictureboxes and make still images loaded in them and then in a timer you make the still images to change and well its confusing even to say it, and much more confusing to make! it will take like 8 to 10 lines to just make an animation of 2 frames only! so imagine to make a long GIF! I found this 'secret' and all its going to take is 10 lines! and instead you can have a GIF with unlimited frames and make it with just 10 lines!!
    19 times | category: [Multimedia]
    Tutorial, Making a Port Scanner
    ON: 2008-09-12 14:29:49
    Well I was searching the net for a port scanner and you know what! Some of them didn't work, others froze my PC, and others were soooo somplicated with alot of BS! So I decided to make mine and I decided to make a TUT for you my friends!
    23 times | category: [Networking]
    Detecting if an Application has Stopped Responding
    ON: 2008-09-12 14:15:25
    In many situations you might like to detect if an application is blocked this example pascal source code shows you how
    19 times | category: [Programming]
    How C/C++ Development Tooling uses the C/C++ Debugger
    ON: 2008-09-12 14:00:42
    The GNU Debugger (gdb) is the most popular open source debugger in use. Learn how the Eclipse C/C++ Development Tooling (CDT) talks to the GNU Debugger. This concrete example of CDT-debugger interaction should be helpful for anyone wishing to interface a custom C/C++ debugger from CDT.
    320 times | category: [Development]
    Drawing Graphics In C#
    ON: 2008-09-12 13:52:23
    In this tutorial we will present the basic steps for drawing graphics. Something that most programmings find interesting with C# for the beginning of anything related to graphics programming such as Game Development.
    267 times | category: [Graphics]
    Graphics With C#
    ON: 2008-09-12 13:51:27
    The .Net provides classes for the programmer to be able to work with graphics. This technology is called GDI+ and controls custom drawing on the screen. These classes instruct the graphics device driver to send the appropriate output on the screen. This tutorial is an introduction to the GDI+ technology in order to start drawing simple objects on screen.
    107 times | category: [Graphics]
    Introduction To Open GL with C#
    ON: 2008-09-12 13:50:45
    OpenGl is an API similar to direct3D. However, OpenGL (Open Graphics Library) is not supported by Microsoft and is a cross-language, cross-platform API used for writing applications that produce 2d or 3D graphics. Over 300 functions are implemented in this API which can help you draw complex 3D scenes from primitive data such as polygons and triangles. Mesa 3D is an open source library API which is also compatible with the OpenGl protocol
    117 times | category: [Graphics]
    this:2/9 25records  total:208    start  Previous  Next  Last    goto:

    Category

      C and Cpp (93)
      Delphi (8)
      Visual Basic (97)
      Visual C (10)