Visual Basic
One of the best languages to use for Windows developement, easy to learn and you can quickly build powerful applications.
Create standard Win32 DLLs in VB
Ron Petrusha | July 1, 2005
How to create standard dll\'s in vb6 that include exports.
Game Programming in Visual Basic
Greg English | December 2, 2004
Game Programming in Visual Basic\". If you like it or even dislike please tell me what was wrong and what was good
BitBlt & GDI32 for the Thick-Headed: BitBlt explained, + Load Sprites, Double Buffering!
Tim Miron | December 2, 2004
BitBlt [and GDI32] for the Thick Headed\" is an in-depth, plain-english, streight-forward tutorial that teaches everything there is to know about BitBlt, and some related API. It covers everything from loading bitmap files into memory (no more picture boxes) to double-buffering (say goodbye to the SLOW \'AutoRedraw\'!) to Explaining the BitBlt API in PLAIN ENGLISH. PLUS the tutorial only takes about 15 to 20 minutes to complete! (A completed version of the example project is also included)
Transfering Files With The Internet Transfer Control
Max - Demian Net | December 2, 2004
Thanks to the Internet\'s ever-increasing prominence in our world, we developers are constantly finding new and better ways to take advantage of its capabilities. Frequently, that means finding new ways to perform tasks on the Internet - pushing the limits to do something that hasn\'t been done before. At other times, we must find alternate paths to take advantage of functionality that\'s existed for years, such as file transfers using the File Transfer Protocol (FTP). FTP gives us the ability to send or receive all sorts of files across the Internet. Web browsers use underlying FTP functionality when downloading files. We can employ that same functionality in our Visual Basic applications to transfer files across the Internet or intranet by using the Microsoft Internet Transfer Control.
Multithreading in Visual Basic.
Philipp Weidmann | December 2, 2004
How to do multithreading in visual basic.
An Introduction To DirectX 8 - And More!!!
Simon Price | December 2, 2004
This <b>HUGE </b>tutorial covers DirectX 8, DirectSound8, DirectInput8, Direct3D8. It includes everything - from knowing nothing to having a good grasp of DirectX 8 with Visual Basic. It even goes beyond that and explains the logic needed to create 3D geometry and animation. There is a fully documented sample program too! And a glossary of terms - not just DirectX terms - but general programming and 3D mathematics too! The best DirectX 8 tutorial you are ever gonna get for free! Even people who already know DirectX should read this, as it goes onto more complex subjects. Especially people who have learnt DirectX 7 or earlier.
Using windows hooks in Visual Basic
Merrion Computing | December 2, 2004
Using windows hooks in Visual Basic
Changing a form\'s shape with SetWindowRgn
Merrion Computing | December 2, 2004
Changing a form\'s shape with SetWindowRgn
Arrays or Collection objects?
Merrion Computing | December 2, 2004
When to use Arrays or Collection objects?
Subclassing for starters - The TimerProc
Merrion Computing | December 2, 2004
Subclassing for starters - The TimerProc