• home
  • forum
  • my
  • kt
  • download
  • this:1/1 25records  total:10    start  Previous  Next  Last    goto:
    C# Tutorial: Writing Text Files
    ON: 2008-09-16 09:11:00
    There are many amazing things you can do with an application, but one of the most useful is to interact with the user's files. Most programs store data in files, and this can be used for numerous reasons.
    44 times | category: [Basics]
    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.
    110 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.
    79 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
    67 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
    45 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.
    109 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.
    511 times | category: [Basics]
    Depth First Search Template
    ON: 2007-09-06 10:54:19
    Template and example on making searches in graphs
    48 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.
    588 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.
    71 times | category: [Basics]
    this:1/1 25records  total:10    start  Previous  Next  Last    goto:

    Category

      Basics (10)