• home
  • forum
  • my
  • kt
  • download
  • this:1/3 25records  total:65    Start  Previous  Next  Last    goto:
    Conditional Statements
    ON: 2007-09-06 10:37:05
    This tutorial describes:

    "If" Statements
    "If" Statement Example
    "Select Case" Statements
    "Select Case" Statement Example
    45 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
    61 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
    67 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
    47 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
    41 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
    22 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!
    85 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.
    104 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
    118 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).
    179 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.
    19 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".
    62 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.
    103 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.
    47 times | category: [Networking]
    TCP/IP Programming
    ON: 2007-09-06 09:37:04
    An Introduction to TCP/IP Programming With SocketWrench
    45 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.
    35 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
    132 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.
    60 times | category: [Multimedia]
    Playing an Audio CD in Visual Basic
    ON: 2007-09-06 09:20:28
    Ever wish you could play audio CDs from within your own Visual Basic programs? This tutorial will show you how.
    28 times | category: [Multimedia]
    Visual Basic Shooter Game
    ON: 2007-09-06 09:18:55
    This is a very simple but complete 2D game application developed using Visual Basic 6. It have total 3 screen
    40 times | category: [Multimedia]
    Graphics Commands
    ON: 2007-09-06 09:15:10
    In VB there are a limited number of graphics features, but mixed with the judicious use of the Windows API a programmer can create some pretty fair graphics applications. When VB falls short, there is also no shortage of third party OCXs which can step in and add to the capabilites of VB.
    33 times | category: [Multimedia]
    Creating Multimedia Applications: Part 1
    ON: 2007-09-06 09:14:35
    You can create various multimedia applications in VB that could play audio CD, audiofiles, VCD , video files and etc.
    23 times | category: [Multimedia]
    Creating Multimedia Applications: Part 2
    ON: 2007-09-06 09:13:04
    In previous lesson, we have programmed a CD player. Now, with some modifications, we will transform the CD player into an audio file player. This player will be created in such a way that it could search for wave and midi files in your drives and play them
    18 times | category: [Multimedia]
    Creating Multimedia Applications: Part 3
    ON: 2007-09-06 09:12:38
    Now, with some modifications, we will transform the audio player into a picture viewer.
    16 times | category: [Multimedia]
    Creating Multimedia Applications: Part 4
    ON: 2007-09-06 09:09:23
    Now, with some modifications, we will transform the audio player into a multimedia player that could play all kinds of movie files besides audio files.
    28 times | category: [Multimedia]
    this:1/3 25records  total:65    Start  Previous  Next  Last    goto:

    Category

      .NET (8)
      Buttons (3)
      Database Related (7)
      Date and Time (1)
      Development (3)
      Error Handling (2)
      File Manipulation (5)
      Introduction to Visual Basic (9)
      Miscellaneous (2)
      Multimedia (9)
      Networking (9)
      Security (1)
      VB Script (6)