• home
  • forum
  • my
  • kt
  • download
  • this:1/6 25records  total:133    Start  Previous  Next  Last    goto:
    Create a Checkbox and track check/uncheck events
    ON: 2007-09-06 11:05:22
    Article demonstrates Creation of a Checkbox and track check/uncheck events within the window procedure using pure WINAPI and C.
    19 times | category: [Basics]
    Create a Textbox / Edit control and track change event
    ON: 2007-09-06 11:03:15
    Article demonstrates Creation of simple Textboxes / Edit controls and track text change event in pure windows api and C.
    14 times | category: [Basics]
    Create a Button and track click event
    ON: 2007-09-06 11:02:48
    Article demonstrates Creation of a simple push Button and track its click event in window procedure using pure windows api
    9 times | category: [Basics]
    Create a Dialog / Window
    ON: 2007-09-06 11:01:58
    Article demonstrates How to create a Dialog / Window using pure Windows API with plaing C language
    10 times | category: [Basics]
    Why UICODE is important before you start program
    ON: 2007-09-06 10:59:59
    When your applciation is enabled to compile with UNICODE as well as NON-UNICODE fucntions, then you have covered good range of Microsoft operating systems.
    15 times | category: [Basics]
    Start Windows Programmng (winapi/win32 Api basics)
    ON: 2007-09-06 10:57:57
    If you read documents one by one carefully and do not skip any part, then it is somehow guarantee that you will be able to program any kind of windows application, even your own framework like MFC, OWL, GTK+, RAD C++, FLTK, etc.
    36 times | category: [Basics]
    Depth First Search Template
    ON: 2007-09-06 10:54:19
    Template and example on making searches in graphs
    7 times | category: [Basics]
    C++ DLLs for beginners
    ON: 2007-09-06 10:52:46
    This is an article I did over at CodeGuru.com. It took me awhile to get it to the point where it was accepted. It is missing loading the DLLs dynamically, which I fully intend to update it to include that way of loading in the very near future, I just need to find the time. This does not use MFC, only C++ and WinAPI. Source code for Visual C++ 2003 is included.
    14 times | category: [Basics]
    Catch keypress events
    ON: 2007-09-06 10:43:41
    In this tutorial i will show you how you can catch keypress easly, without using hooks.
    6 times | category: [Basics]
    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]
    this:1/6 25records  total:133    Start  Previous  Next  Last    goto:

    Category

      C and Cpp (52)
      Delphi (7)
      Visual Basic (65)
      Visual C (9)