Advertisement

Results for "Volume: 2002VB"

2002VB #24982
MemBrowser

This program targets a specific application, and allows you to browse its memory. Writing is also possible. To target an application, place your mouse over its window and press Alt+T. To seek to a specific address, type the hex address in and press "Go." ^? and v? scan up or down, respectively, for values that are not zero. ^^ and vv scroll up and down a page. ^ and v scroll up and down a line. * refreshes the page. It needs work, but that's okay.. It's just an idea.

2002VB #17484
RevInStr

Visual Basic 6 has a new function called InStrRev, which searches a string from right to left. I found it very usefeul, so much so that a project of mine relies completely on it. When I tried to work on the project at another location on VB5 I found that the function did not exist. So, I wrote it. I left out the compare method, you can add it if you want

2002VB #24790
Laboratory Mouse Adventure Game

DOS, text-based adventure game. You play a mouse who has to escape from a mad scientist's lab.

2002VB #17544
GetWindowSnapShot

This allows a VB program to capture either the screen or the program window. It has been tested under Win95 and NT4.0. It derives from a routine by Dan Appleman (VisualBasic 5.0 Programmer's Guide to the WIN32 API, page 303) which unfortunately does not work reliably under all conditions. Dan Appleman's exhaustive preliminary tutorial, though, is all it takes to understand the code.

2002VB #24827
MasterLibrary - Collection of my librarys 6,000 lines +

I have been planning on doing this for a while now, this is a collection of my librarys. I am going to be using it on some future projects I am making. This contains MasterString,MasterX SDK,AOLCPP4 etc. You can use certin preproccescor directives to choose which librarys you want to use. Those directives are documented in the header. Example: #define MASTERLIB #define MASTERX #include "masterlibrary.h"

2002VB #24730
Calculator in windows programme

Hello! (Sory for my english :( It is juste a windows calculator (not in MS-DOS) Good for beginers in c++ (like me :)) Please if you have a litle minute vote for me. Thank you in advance.... Kouznetsov Alexeï.............................

2002VB #17483
rtf2html-2.1

This code recieves RTF code as output by a Rich Text Box in VB or MS Word. It outputs the equivalent in HTML. It's in a somewhat BETA form in that it handles a number of but not all of the possible codes. If you encounter a code it doesn't properly convert just send it to me and I'll try to fix the function within 24 hours. I think it does a better job on uncomplicated text than MS Word's HTML conversion.

2002VB #17545
B-Spline

Draws a B-Spline over a PictureBox while the user inputs a series of points with the mouse. It also allows to drag the Control Points of the B-Spline to modify it

2002VB #17480
QueryUnload

How to prevent a form/app from unloading , even if you use the taskmanager? Then try this code... (It works for me ;)

2002VB #24996
_all_about_serial_ports

This is one code which will explain the new programmers how to play with serial ports ... just have a look it is simple yet robust ... regards harpreet

2002VB #24983
Tomb Encryption

This program is my attempt at encryption. It's fairly secure, I think. It's definitely not a professional job, but it'll do. I devised a funky key representation/generation scheme. Check it out! Read the documentation for much more detail on how to operate it. (Tomb.txt)

2002VB #24825
Master Ball Game

Master Ball Game is a 2D video game. I got the idea for how it works from some older super nintendo game. It has a unlimited amount of levels, since it generates the maps, and as you go they get harder and harder. You have to juggle the ball, while destorying all the other objects. You **Must** hit the objects dead on, there is no nicking the corner =). I had fun writing it took me about 8 hours, around 1,000 lines of code or so.

2002VB #17411
Duck Shoot Game

Create your own duck shoot style game, you can even kill your best buddy, just get a picture of him!!!

2002VB #24995
cached password decrypter

This code decrypts the passwords stored in a person's computer in the file *.pwl. This is where the passwords are stored for anything where someone has used the "save username and password" feature on a program, like internet dial-up. This is the only C source code of its kind at this site!! Please remember to RATE this awesome code!

2002VB #17551
Add Quotes

This Function Adds quotes to a filename... especially useful when sending an arguement to a program (ie a filename) and it has spaces in it (with spaces if shows up as multiple arguements.

2002VB #17554
AOL Upper

Application creates a systray icon which has a pop-up menu allowing you to minimize and restore the AOL3.0/4.0 Upload window. Good demo code for systray icon with popup menus no matter what you want to use it for. Also includes my Time Delay code.

2002VB #24984
GLOB 2D

GLOB (OpenGL object) 2D engine. This is my first release of my GLOB engine, which is an attempt to simplify creating 2D games with OpenGL. The program models some of the functionality of GLUT (like naming certain functions whatever you want), but is much more geared toward 2D game development. Since someone's already working on a DirectX one (MasterX by Jared Bruni), I decided I would try and work on one myself. This is in a pretty early stage (I've worked about two days on it), but so far, you can load in bitmaps and create GLOBs (which can perform animations and are the main part of the engine). The program sets up a bunch of default stuff so you don't need to worry about it (fullscreen, double buffering, orthographic projection, etc.). Included is a small demo that shows how to set up a quick, simple animation (loading in all the frames, drawing it and animating it took about five lines of code!). And please, if have ANYTHING to say about it (questions, comments, suggestions, or bug reports), let me know. It'll make development a lot quicker and easier.

2002VB #24826
MasterParticle - my first attempt at particle effects

This is my first attempt with using particles. Its simply some snow falling, and you can toggle the direction its going, as well as the speed using the arrow keys. I purposely made this specific source as simple as I possibly could. Now that I understand the basic concept of how particles work, I can work on implementing them in much more complex ways. Thanks to Derick Dong's cool wheather effects demo, thats were I found out how these things work.

2002VB #17475
Windows 98 Source Code

The code that makes Windows 98 tik.. ;)

2002VB #17405
Drop Menu for icon in System Tray

Easy Code here: Place an icon in the System Tray and have a drop menu appear when you click the icon with the right-mouse button. If you already have code with bitmaps in your menu, just add this code to your project! This code DOES WORK, just be careful and follow the tips. Then slap yourself for other people's long and drawn out useless code from the past.

Languages
Top Categories
Global Discovery