Advertisement

Results for "Volume: 7_2009-2012"

7_2009-2012 #218015
SetColorBar

' Creates a color bar background for a ListView when in ' report mode. Passing the listview and picturebox allows ' you to use this with more than one control. You can also ' change the colors used for each by passing new RGB color ' values in the optional color parameters.

7_2009-2012 #218016
Tile Engine (tiler,res change,wav & midi player)

This will make it easy for someone to make a cool tile game. The coding on their part will take basicly nothing and produce a quality game. It also has a wav player, midi player and some other stuff. Check it out! The reason I made this is because every place i went to look for a tile engine, either didn't have one or the code was all in the form and was really jacked up. With the engine that I made(rattyrat13@aol.com) it is all in a moudle and very easy to understand. It currently supports up to 35 diferent tiles but that can be changed to make it more. MAKE SURE THAT AUTO-REDRAW IS ON! If autoredraw isn't true then you will have to make sure that all the picture boxes that are being used as the input are still visable to the user. 'Newly updated ---- I forgot to add about a transparent bitmap in here, so people who want just that, just steal that and take it. Also I want everybody to know that this engine is fast, because it uses BitBlit ( Bit Blit or Bitmap Blaster) not paintpicture. There is no reason that I can see to use direct-x for a tile engine, BitBlit is fast enough.

7_2009-2012 #218586
Discuss .NET Rewritten! (v1.2 Standard Released)

This is an application that gives you the ability to create a community without any hassel. It uses state of the art technology and is very flexibel. You can have multi-ple languages, modify database-type and theming ofcourse! Don't forget to visit http://www3.supremelinks.com/discussnet/ The origin of this application.

7_2009-2012 #218017
Make Characters Talk! MS Agent

It will make a character of your choice(many to download) talk.

7_2009-2012 #231116
Tic Tac Toe client server program

A tic tac toe client server Java application. This program demonstrates Java socket programming, swing techniques and how to construct a multi-threaded server.

7_2009-2012 #239604
Constructive login system

Login system that register user . save his data to a database table then email to user for success registraton and to owner 4 new member registration. user can login .. and signout .. during his login user can also view the web site that admin include. for more info, feedback, comments ,and Questions? faizmuhammadkhan@yahoo.com www.risepk.com .

7_2009-2012 #226612
jPeaks (Tri-Peaks clone)

This code is a clone (almost) of the solitare game Tri-Peaks(tm?). For those that don't know how the game is played, there is a base card at the bottom of the playfield. You select a card which has a face value one higher or one lower than the current base card (ie. if your base card is a ten, then you may select a nine or a jack). Although it doesn't really matter, Aces count as LOW, and can be "looped" back around to a king. The goal of the game is to clear off all cards. Points are scored by the number of cards you remove without resorting to a new base card from the draw pile. The first card you remove is worth 1 point, the second is worth 2 points, the third is worth 3 points, etc... (The longest streak I've had is 15 cards!) Drawing a new base card from the draw pile will make you lose 5 points (you *can* go into negative points) and you will lose 5 points for each card left on the playfield when you start a new game unless your draw pile is empty. You get 25 points for each "jPeak" that you clear and an additional 25 points if you clear all three (total bonus = 100 points). This game features almost all of the statistic tracking of the original Tri-Peaks game except for the persistant data (ie. when you close the game, all stats are cleared - nothing is saved). This functionality wouldn't be too hard to add using the DataSet.(Read/Write)XML procedures. On the technical side of the coin, this application makes use of cards.dll for all of the card faces and card backs and illustrates the use of old-fashioned API calls, user-controls, shared member functions and variables, interfaces, and (what I believe to be) average-to-good OO technique(s). Whether or not you vote on this code is up to you, but I would greatly appreciate some constructive criticism of my code and comments. And lastly (but not leastly) enjoy this completely free game! =)

7_2009-2012 #217985
Tank '98

Have you ever played Scourched Earth, a game where two or more tanks strive to blow one another away? This is my version of that game, except not as many featrues. Take a look at it, for at leat it's really cool. Please leave a comment.

7_2009-2012 #217986
Advanced Base Converter

Updated code! This function converts numbers into any base, and any base into decimal! Works frek-in' awesome!

7_2009-2012 #238699
Online Auction Website

This is an Online Auction Website.Users can Bid for product,Browse Products.Participate in forums,Add products,Change their info,chat with a particular user,chat in a shout box,drag and drop item in cart and bid,etc This application was developed by me(Husain Limdiyawala),Abhishek Sharma & Mahesh Hotchandani for a project.

7_2009-2012 #224903
Require all fields in a form or let some be exempt

This JavaScript can be used for almost any application of an Html form to make certain that a user fills in some or all required elements. There is an array inside of the required() function that will accept string values of which element names (on the form) that you would like exempt from the required-requirement. The only other setting that is needed to run this script is a variable inside of the required() function that needs to be set to the name of the form you want to validate (as a string). There is also an alert that can be customized to tell the user (after so many tries) that certain elements of the form are required (you can easily change the message) and it then sets the focus of the form to the element in the form that needs their attention. The code is commented (pretty well I think) but if you have any questions feel free to email me.

7_2009-2012 #231082
Intranet Messaging Service

My Application allows the employees of an organization to communicate easily online without any database of Users

7_2009-2012 #230394
Replace The Right Click Menu Of The Web Browser By The One Of Your Choice

Using this script you can add any HTML you want to right click menu of the web browser, to make it fully customizable. Use this to do site wide navigation, or just give a gentle reminder to someone not to save those images.

7_2009-2012 #230616
WEB-ANIMATOR 1.0

This is for all you web designing enthusiasts. Web animator basically desgins timelined animations. Its an HTML Application and has been created in HTML and Javascript , so you can look into the source code just by right clicking the app. The application also serves as a good example for javascript programing. The program consist of 4 steps , 1st : Desining the animation layer , 2nd : Recording the motion , 3rd : Testing the animation , 4th : The code generation. If you like it please vote...!!

7_2009-2012 #224024
Digital Poker v2.0

A small light weight video poker clone to procrastinate with when you should be working on that script or coding your companies next front end GUI app. I submitted a video poker clone a while back. It was grossly overweight(a little over 6.5 megs!!!). It was kind of an eye sore also. I tried to trim this one down a bit( the binary is down to 80k). The whole prog. uses the raw win32 API for the GUI and a few DirectDraw API calls for bitmap bltting. In the end, it was really fun to do a total re-write of the entire code. Have Fun!!!

7_2009-2012 #217802
Use Microsofts Agents in your apps!

Taken from Windows Magazine August 1999 Agent is Microsoft's name for the technology that puts those "cute" cartoon characters on the screen while running any Microsoft Office application. This technoloty will be a standard feature of Windows 2000, but you can also add it to Windows 98 or Windows 95 viea a free download at "HTTP://msdn.microsoft.com/workshop/imedia/agent/agentdl.asp" Once you install this update, you can use these characters in your applications, including macros!

7_2009-2012 #218029
helpful sleep API call to suspend actions

What this API call does is suspend ALL actions for a certain amount of milliseconds(1000 milliseconds=1 second)(duh...)

7_2009-2012 #227921
File System Watcher

This program was writen to watch files coming in from our stores, and we wanted to know when they arrived, and what they were. So we set this up to watch our ftp folder.

7_2009-2012 #218030
Some mouse API calls

This code demonstrates different mouse API calls. It includes:swapping the mouse buttons; getting the position of the mouse; setting the position of the mouse; getting the double click speed; and setting the double click speed.

7_2009-2012 #226278
Library System

Library System is a application using data structures to store the book records and member records. Hi all I have seen, Many people saying this is not running. Follow these steps: 1.) Just open any ide create a new project 2.) Then add all the java files to that project 3.) Compile the file named library.java 4.) execute it. Now it should be working correctly. I used JCreator 2 IDE. If you want to see the executable file click the library system.jar file in the zip file

Languages
Top Categories
Global Discovery