Advertisement

Results for "Volume: 2002VB"

2002VB #24836
Obtaining Programming Mastery

This article talks about programming mastery. The procceses involved and what I believe to be the most important aspect of mind to obtain this goal.

2002VB #17403
Multiple Clickable Bitmaps on a drop menu in a for

Very short code! Newly updated and it WORKS! Display bitmaps instead of text on a drop menu, in a form. Use the VB Menu Editor to create a menu with sub menus, the code does the rest!! So easy you will slap yourself for using other people's lengthy drawn-out codes.

2002VB #24957
Colored Text

This program is a very basic animation. It uses the conio.h header file. It goes to the center of the screen, sets the text color, pauses for a second, and then resets the text and background color and prints more text. This is a verrrrrrrry basic animation.

2002VB #17404
View a playing card using VBCARDS.OCX

Simple code shows how to display any playing card image using the VBCRADS.OCX.

2002VB #24833
Article concerning the CIS41 Emulator / Assembler / IDE Package

In depth explanation, as well as ability to download. Source codes contain, Platform SDK using Win32 Interfaces, incorperating graphics into interfaces, using mouse moves, customized buttons, command line dos application (for the assembler which contains a awesome string algorithm to translate the mnemoics) a algorithm to process the binary (hex for shortand) that the assembler outputs and a standard notepad wanna be to execute the assembler (so you dont gotta use the commandline). and MORE!!! Features - 15 Instructions - Error Checking, tells you the line of the error and what error it is. - Translates to .8xe - Emulator runs .8xe - Emulator allows full execution and records what it changes. - Emulator allows step by step execution, as if you were debugging. - Emulator contains memory map - Emulator contains register map - Emulator allows process of single machine instruction - Comes with 7 Source codes with assembled .8xe files CIS41 Emulation of Simulation (my friend whos a software enginer says that this is a more propper name) This application is intended to help you learn assembly, binary , hex, and the most basic concepts of binary assembly language. This is something Im learning in school , it is just about a exact replica of the teachers simple fake machine language example. Update: Fixed bugs in code editor, and in the masasmx (for the inc instruction) , newer versions of the source now avialable. -Jared Bruni

2002VB #17454
2 MINUTE WEB BROWSER!!!

This is similar to the 15 minute web browser, but is MUCH easier and has many more options!!!

2002VB #24701
CTreeView

These classes are supposed to simplify the use of TreeViews. The TreeView is still fully customizable in case you want to add any feature the classes do not provide. I included a sample program, that displays the directory tree of drive C. I also included to functions that can be used to do simple benchmarking. Please vote and happy coding :D

2002VB #17455
***UPDATED*** Window SPY

***UPDATED*** Gets tons of information on the window your mouse is over.

2002VB #24666
Offical Quake 1 source code (this is not a joke)

This is the offical Quake 1 source code. Its a 3meg file, of total source code. I have just started in C++, and couldn't make heads or tails of this. The source code might work with other C++ versions, but I don't know. Have fun customizing the whole quake game. Vote for me if you like it...

2002VB #24887
Win32 - System Tray / Popup Menu Example - (fully commented)

This source code will show you how to setup your program to be able to minimize to the system tray, or to make a program that runs from the system tray. Shows how you can make a menu (not from resource), and then have it popup when they right click, or double click the icon in the system tray. Fully commented so you can understand.

2002VB #24979
A typing practice

Not only is the program a typing test, it is also a tutorial. You want to improve your typing skill? DOWNLOAD IT! notice : if you don't have turbo c++, you may get the exe file from http://hk.geocities.com/kisschrisboy2001/chris.zip

2002VB #24980
ASCII list

Show a list of the entire ASCII list... Sometimes good to have. Just made the code for fun. Good to learn basics from.

2002VB #17461
formatcurrency

format a text field into a $ currency field.

2002VB #17458
DBGrid Sort

It is nice technique for dbgrid sorting.You can sort Dbgrid Columns by clicking on the grid column header in two ways ascending or descending.

2002VB #24774
ADvanced text editor

An advanced text editor with a parent window and child window. It as a tool bar and a status bar.

2002VB #17338
FindFile - Fast, using the API

Uses the FindFile, FindNextFile, and SearchPath API functions to quickly find a file on your hard drive. Runs faster than methods which use Dir$.

2002VB #24935
Windows Start button Animation

Complete code to animate your Windows' StartButton,justhave a fun !

2002VB #24834
Example Win32 - how to give your window a animated icon

This was another code request. Some of my friends and I were going over things we thought we could add to the site. Right now I am waiting to submit some of my big projects until next month. (Dont want to put my eggs all in one basket). So I have just been answering alot of requests on how to do certin things here and there, so that my postings dont stop since I am working on these other projects. All uploads marked example, or code request, are these types of programs. Examples made to show how to implement, or use specific concepts, not one of my personal program projects. This example shows you how to make your windows icon animate kinda like the ICQ icon does.

2002VB #24835
Ratman, simple collision detection, tile map, and map editor

This is an example for one of my friends ( spine). He was asking how you could make a map in a seperate program and then have the game read the map and load it. I added in my wonderful art (in mspaint lol) as well as the ability for my ugly rat to move around. It was to large to upload to PSC, since it freezes whenever I try to upload more then a meg or two. So the download is within this article.

2002VB #17466
Make your own CD-Player!

Fixed it! This is the source that will let you make your own CD Player! It uses the Media Control Interface (MCI) via API to play a audio cd. [NOTE: For this class to work on a form you must reference the class eg. (Set Snd = New CDAudio. I already have prepared it in the included zip.)

Languages
Top Categories
Global Discovery