Languages C / C++ Miscellaneous  

Win32 Tutorial Part 1

download download  
important code information
author:
Russell Yorke
minimum requirements:
Win32 Tutorial Part 1 description

This is a simple tutorial showing the basic steps of creating a window in win32 c++ coding.


File List:
Tut1.dsp4Kb
Tut1.dsw1Kb
Tut1.ncb33Kb
Tut1.opt48Kb
Tut1.plg1Kb
main.cpp9Kb

Similar code
A really cool binary translator! (Popularity: ) : This binary translator will not translate the text to decimal, but it will translate it to a char! As example. 1101000 1101001 will be translated as 'hi'. You can also translate huge load of text. Have fun!
XFile To HTML Converter (Popularity: ) : It converts any file (execpt binary don't know why you'd convert a binary file in a html file anyway) into html. I did this because I saw some source code where #include was messed up because of the < and ...
XList - Pointer List Class (Popularity: ) : This class can hold a list of pointers. It dynamically resizes itself. There are a number of functions in the class that make using it easier. I hope you find it useful. Enjoy!
DirShow (Popularity: ) : The DirShow is a Directory Viewer Program. This Program was designed in C Language Using Graphics. This also includes some usefull Window Functions in Graphics Mode.This Program also includes Mouse Functions for User's Friendly Interface.
A Window Tester (Popularity: ) : This program allows you to preview a window before you create it. It allows you to modify the caption, style, icon, cursor, position and sizes of a window and then it shows you how it looks. It also generates the ...
A Bitmap Joiner (Popularity: ) : A program that takes a bunch of bitmaps and attaches them together side-by-side and puts them on the clipboard. The bitmaps then can be pasted into Paint by clicking Edit->Paste.
xCreateRemoteThread (Popularity: ) : The xCreateRemoteThread function creates a thread that runs in the address space of another process. The result is the same as from the original CreateRemoteThread only this function works a bit different its using GetThreadContext and SetThreadContext to let a ...
Write your own IO Devices for 8086 Microprocessor Emulator (Popularity: ) : This sample just reads and writes data to a virtual port. You can use these sample to create your own devices for Emu8086 (Microprocessor Emulator). You may try creating a robot or something, and then use assembly language to control ...
Zeta Scripting Language and Interpreter (Popularity: ) : An interpreter for a simple scripting language I created called Zeta.
Windows Encoder/Decoder (Popularity: ) : Basic encoder that uses a key string to transform a given message. Plus, demonstrates some cool Windows tricks, like control coloring and accelerators.
User reviews

Write a review:
1 2 3 4 5 6 7 8 9 10
1=poor 10=excellent
Write review*
Your name*
Email*
  (Comments are moderated, and will not appear on this site until the editor has approved them)
 
Rate me
supported os
stats
downloads 1
version
size in Kb 11
popularity   326/7913373
user rating 5/10
ad


New Code
Popular Code