• home
  • forum
  • my
  • kt
  • download
  • this:2/4 25records  total:97    start  Previous  Next  Last    goto:
    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]
    Conditional Statements
    ON: 2007-09-06 10:37:05
    This tutorial describes:

    "If" Statements
    "If" Statement Example
    "Select Case" Statements
    "Select Case" Statement Example
    156 times | category: [VB Script]
    VBScript Tutorials - Built-in Functions
    ON: 2007-09-06 10:36:02
    This tutorial describes:

    Math Functions
    Conversion Functions
    String Functions
    Date and Time Functions
    Array Functions
    Misc. Functions
    213 times | category: [VB Script]
    Array Declaration and Related Functions
    ON: 2007-09-06 10:31:51
    This tutorial will help you understand: What Is an Array? Array Variable Declaration; Assigning Values to Array Elements; Retrieving Values from Array Elements; "Array" Function; "Erase" Statements
    362 times | category: [VB Script]
    Procedures - Functions and Subroutines
    ON: 2007-09-06 10:29:56
    This tutorial will help you understand: What Is a Procedure? Defining and Invoking Function Procedures; Defining and Invoking Sub Procedures; Rules of Passing Arguments; Passing Array as Arguments; Variable Scope in Procedures
    111 times | category: [VB Script]
    Loop Statements
    ON: 2007-09-06 10:26:42
    This tutorial will help you understand: "For ... Next" Statements; "While" Statements; "Do ... Loop" Statements; Breaking Loops Early
    254 times | category: [VB Script]
    Variable Inspection and Numeric Conversion
    ON: 2007-09-06 10:17:00
    This tutorial will help you understand: How to detect variable data type and status; Using IsNumeric Function; Parsing Long Integers
    55 times | category: [VB Script]
    Visual Basic Tutorial - Simple Login Script
    ON: 2007-09-06 10:07:51
    This is a simple login script, that uses variables, and a if statement! Very Useful!
    640 times | category: [Security]
    A Great Winsock tutorial ( Part 2) - Multi-user Chat Program ( like IRC )
    ON: 2007-09-06 10:02:12
    An excellent tutorial for beginners in multiple winsock connections. This tutorial will show you how to create a multi-user chat program , like IRC very well explained and with heavily commented example source code.
    995 times | category: [Networking]
    A Great Winsock tutorial - Simple Chat Program
    ON: 2007-09-06 09:58:32
    This tutorial will teach you how to use Winsock in Visual Basic 6.

    A very well explained tutorial with fully commended examples source codes
    315 times | category: [Networking]
    Simple proxy server in visual basic. Beginners tutorial.
    ON: 2007-09-06 09:54:06
    The most elementary single-thread Proxy in Visual Basic. In creating this manual we set ourselves the task to develop a minimum program code playing the role of Proxy-server (transmitting information from one port to another).
    935 times | category: [Networking]
    Extracting a web pages source
    ON: 2007-09-06 09:48:27
    This tutorial teaches you how to get the source for a web page. The source code is returned as pure text. This tutorial uses the window API and shows you how to incorporate them into a simple function. Very useful if you want to make something like a link checker or similar.
    62 times | category: [Networking]
    Downloading from the Web using VB Inet Control
    ON: 2007-09-06 09:45:24
    In this tutorial I will show you how to get a file off the web with "Microsoft internet Transfer Control".
    260 times | category: [Networking]
    Send SMS from PC to mobile phones using VB
    ON: 2007-09-06 09:43:33
    These topic is for those who wants to learn how to send SMS (Short Message Service) from pc to mobile phones.
    454 times | category: [Networking]
    Sending Data Between 2 Computers
    ON: 2007-09-06 09:39:43
    Learn how to connect to another computer and send data back and forth.
    188 times | category: [Networking]
    TCP/IP Programming
    ON: 2007-09-06 09:37:04
    An Introduction to TCP/IP Programming With SocketWrench
    207 times | category: [Networking]
    Internet Programming
    ON: 2007-09-06 09:36:29
    In this tutorial I will cover how to perform file transfers between your PC and a web server.
    166 times | category: [Networking]
    Convert an Excel Chart to Image
    ON: 2007-09-06 09:29:08
    This tutorial is designed to provide the developers with a detailed understanding on how an excel chart can be exported as an image
    576 times | category: [Multimedia]
    Playing WAV Sound Files in Visual Basic
    ON: 2007-09-06 09:28:31
    Ever wish you could play WAV files from within your own Visual Basic programs? This tutorial will show you how.
    301 times | category: [Multimedia]
    this:2/4 25records  total:97    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)