Advertisement

Results for "Volume: 5_2007-2008"

5_2007-2008 #189961
A ! R Quest 3 ( RPG ) !

R quest 3 is a small Rpg made by Ryan as the R would stand for ^^ the Code behind this game is fairly simple and even if your not an intermediate programer i think you would still be able 2 understand it and make a game OFF this project. PS PLEASE IF YOU READ THAT TEXT OR THIS TEXT YOU MUST COMMENT / VOTE That is my Term's of conditions I REALLY wANT FEEDBACK! as you prolly have guessed by the fact i made it 1 of my terms and conditions.

5_2007-2008 #192179
Proccess Killing Tutorial

This code is for killing a process. included is the code to hard code process killing into your application

5_2007-2008 #189439
XP Themed Button

A button that changes its display based upon the theme capabilities of the computer it is run on. See screenshot to see what I mean. If themes are detected buttons can: Include Icons. Be shown in Toolbar or Button style. Offset the Caption and Picture so they can be drawn exactly where you want. Draws icon disabled when button is disabled. If no themes are detected you get a normal graphical button. The button: Changes display with theme change. Contains No Timer. Is in a single usercontrol. You would use this button to provide backward comptability in your display whilst presenting modern buttons with icon support. Suggestions, Votes and Feedback appreciated. Update: Fixed bug on midi forms and added a deleteobject for the region.

5_2007-2008 #177290
Basic Sprite Demo

Basic Sprite Demo by Robert Rayment. I used this to check the extractions from Region Selector (CodeId=64090). Might be instructive to a beginner. Since all the picture boxes are Autosize = True any images, masks & background picture can be loaded in when in the IDE. However, makes use of the VBSpeed timing class which allows smoother time steps than the VB Timer. Zip 174KB.

5_2007-2008 #190888
My Tibia GG Light only

Edit: Sorry! This is only Light Hack for Tibia 7.4. Im working to make a 7.41 :) This program are good to use if u dont trust other tibia cheats.

5_2007-2008 #188012
customer care software v1.2

stores customer data,complaints,product installation details. reports include pending complaints and product installation report. you must have crystal reports 8.5 software to view reports

5_2007-2008 #189777
Connect Client to Server without either knowing the others IP (v2)

This is two applications; a client and a server application. It uses a combination of UDP broadcast packets and TCP client/server protocol to connect. The client sends a broadcast packet every second and the server catches it and replies with the server IP. The client can then connect to the server over TCP.

5_2007-2008 #192232
Simplest Translucent (Semi-Transparent) Form

This is the simplest way to make a translucent form. I actually got this code from someone else but I just extracted the required parts.

5_2007-2008 #192097
A Unique Video Rental System

A user-friendly application. I hope it can somewhat help others who are starting to learn ADO Programming. Its almost 1MB in (zip) size but its worth downloading.

5_2007-2008 #187898
Undocumented Memory Functions

There are 2 undocumented memory functions in msvbvm60.dll - __vbaCopyBytes and __vbaCopyBytesZero. These functions can be used for copying bytes from one memory location to another memory location. btw CopyMemory does exactly the same ;-)

5_2007-2008 #192928
cswebchart

Make Pie and Bar chart from vb6 dll activex

5_2007-2008 #191557
Runescape Switcher Client

This is a Switcher Client (World Switcher, like SwiftSwitch) for Runescape. It is the first of its kind on this site, and has a few cool features like Sending login details to RS, sending an instant message to RS, taking screenshots, setting a default world for loading on startup, transparency (yay I did it! simple too, but may not work on slow computers I doubt it, CODE NOT BY ME!), remove adds for free servers, snippets, check for updates, custom buttons, and a few more less useful options too!

5_2007-2008 #192111
BIKE Racing (Bikester)

I really would give a written gurantee that you are going to like this game. See the screenshot to get some idea about the game but that wont be all. Just play it to feel it. And Please see the Help files(I have spend a lot of time on it) and Please, please vote. JUST MAKE SURE THAT YOU ARE GETTING ABOVE 40-FPS or all excitement will be lost.

5_2007-2008 #191092
Rush Hour

Rush Hour is a logical game ... a nice ones, that's all !!! The purpose of the game is to bring out the Red CAR, You are able to move each CAR in straight line. The game has 40 standard levels. You may define your own levels too! I've included several levels like 2.txt and so on, you can compare 2.txt file with level 2 to understand how you are able to define "User Defined Levels" ... Enjoy Mahdi Shakouri Rad [email protected] [email protected]

5_2007-2008 #192934
VB Minesweeper

This is a VB version of Windows Minesweeper that I made. Unlike the real version, you can set the board as big as you want.

5_2007-2008 #191478
Powerfull Polynomial Solver

A console based polynomial solver capable to factorize polynomials of High degrees.It includes a validator and parser to detect coefficients and degrees.It uses different strategies for solving depending on the Nature of polynomial. Beside the default solving method (Rational roots),It uses the following powerfull Numeric Methods : Newton, Bernouill,Bairstow,Iterative. Enjoy !

5_2007-2008 #189437
Themed Date Picker / Calendar control

A datepicker. See screenshot. Supports themes, different date formats, hand cursor, short day names, non month days and first day of week assignment. The main advantage of this code is that it is a single usercontrol, not an OCX. Update: Changed the test to see if themes were enabled for 2000 users.

5_2007-2008 #192547
Online Quiz System

This in an Online Quiz System. The instructor can let the students take the quizzes online. There are two programs: Faculty Server and Student Client programs. The FAculty Server program needs to be run in a server unit. The Student Client program, which is stored in QUIZCLIENT subfolder needs to be run in several client computers (like 30 computers). It uses Winsock and MS Access 2000. Connect the database thru ODBC. String manipulation is "heavy" which includes chracter sentinels to break the data being sent and received. If you have questions just email me. Thanks.

5_2007-2008 #189388
ParaPing 1.0 - A usercontrol by Light Templer

A self contained usercontrol in pure VB for checking hundreds or thousands computers for 'running' or 'switch off' within a few seconds by parallel PINGs. The VB way of threading ;-) You get a clear powerfull interface, well commented code in a readable (imho good ;-) ) style and two examples how to use. More description is included on top of the uc source. Enjoy! Comments are welcome, votes are motivating :-) ________ Regards LiTe

5_2007-2008 #190356
Gopher16 hashing algorithm (Version 2)

--- Original description --- Gopher16 has been designed to create a 128-bit hash of any data that is input into it. The main purpose of Gopher16 is to create hashes for passwords so that if your password store were to be compramised then the hacker wouldn't be able to see the actual password. They would just see the hash, which can't be turned back into the original password. --- Additions --- I have tried to make it a bit more secure and have update my coding to make it more readable adn presentable. Fully commented as all ways. Hope you like it. Please note this hasn't been tested fully yet and any testing done by you and or suggestions are most welcome. Please vote if you like it.

Languages
Top Categories
Global Discovery