Advertisement

Results for "Volume: ASP_Volume2"

ASP_Volume2 #29449
Serial generator&program's protection

Protect yours programs with registration If the program is installed in another computner need a new licence

ASP_Volume2 #29450
RushHour Puzzle Game with Puzzle Editor included. Nice Graphics

I was in love with RushHour since I first saw it. It comes in a little box with puzzle cards and nice little plastic cars and trucks, but it took too long for me to accomodate the cars each time I wanted to play a new puzzle. I then decided to clone this game for the PC. The package comes with all standard 40 levels of the original game, has a solution saver, a puzzle editor, a score routine, supports movements with mouse and with arrow keys, a nice-looking timer (7-segment-displays)... A complete game to excercise your brains.

ASP_Volume2 #29451
Pie Graph Generator

To create a pie chart for reporting by adding a number of segments with the relevant data.

ASP_Volume2 #29452
VBRSGen

VBRSGen is a handy VB 6.0 Add-In that creates formatted ADO/DAO recordset and SQL code from Access database tables and queries. Generates variables, sets objects, etc. Also includes a simple "Where" clause creator tool and a results preview grid. Code is ready to paste from the Clipboard or Notepad. Some SQL statements aren't parsed properly, but these can be easily edited; this still saves a lot of time in repetitive ADO/DAO database coding. I'm making this available elsewhere as shareware for $20, but because the PSC community has provided so much invaluable support and helpful code, feel free to download the open source code here for your own personal use at no charge! This was originally posted in early April 2002 and received amazing feedback and dozens of "5-Globe" votes, until the PSC database had some problems. So please vote and leave feedback to let me know what you think!

ASP_Volume2 #29453
A++ PASSWORD GENERATOR WITH MASKS(Like in Auto Play Menu Studio) (UPDATED)

(BY REQUEST IT NOW PRODUCES ONLY UNIQUE PASSWORDS. ENJOY IT!!) This will create passwords any number of passwords you want with any mask. You can also create custom masks! Very simple and little code. Easily customizable. MUST SEE! If you like it please vote and leave feedback.

ASP_Volume2 #29454
Change background/foreground color of Progressbar

Change background/foreground color of Progressbar. using SENDMESSAGE/win32API

ASP_Volume2 #29455
Mileage Counter and Speedometer OCX Control

A new type of progress indicator (mileage counter and speedometer), similar to the one you have in your car. Check it out, download is only 17 kB.

ASP_Volume2 #29456
VirtualDigimonz1.75 -The VirtualPet That U Adopt And Fight....(Best Game Ever In PSC#1!! REALLY!!!

(Just advertise again!! lol.. I need vote)Sorry For The 1.85 that I realease EXE file in PSC. The code have been deleted by me. But I just only need yours comments only. Never mine, I just release my 1.75 source code first, ok? This is my Best Game Project since I learn VB 4 years ago. I'm 16. This project are already over 1 year(January 2001 until now) of making . I never since before adopt pet games in computer that greatest than this! Just like Digimon that you play, u can fight with your friends digimon. In this game, it through TCP/IP to connect and fight or you can fight with computer! There are many many many many game ideas that I think out, like: Online Ranking(You will get scores in the battle), Professional hire(Hire a Professional(Robber, Theif, ...) and throught TCP/IP to steal information from your friend digimon or steal his money), Online Transfer Money(Like Cheque), Games like... Lottery, Casino(to earn credit[credit is use for gainning ur pets defences, health, attack....]), Online Tournament And many many many more....!!! It also contain many VB-BESTsource like Half-Transparent(WINNT) form, internal sound(midi), Form skin(from VBAccelator), Check for UPDATE(Online) and many more.... It's really many many many function!!!!!!!!!(Just download and see!). All online function is really works cause we found a ASP server(like online score will store at there). I lost my 1.85 source code because I formmated the d:\ while the source code I haven't backup. Anyway, I got backup my lastest Version(1.75) and the compiled .exe file in my other computer but I will try to rewrite the source code back until 1.85. I will try my best to release the 1.85 source code as fast as I can(I'm working on it every day! but sometimes rellly can't remember where I edited, so I need some times). Leave some comments to me and if you like it, VOTE for me(cause I need to know how you all feel about this game[p.s. : My friends(Game tester) rating me 90%]) : The code is at http://www.planetsourcecode.com/vb/scripts/showcode.asp?txtCodeId=33496&lngWId=1

ASP_Volume2 #29457
Any region date validation with maskedit - Handles Nulls

Checks any date regardless of regional settings. Uses the mask edit control handles null dates!

ASP_Volume2 #29458
FreeMem

This program uses Api calls to get the current free physical memory, then both prints and shows you graphically the data. The project uses a borderless form so you can move it around with a simple mouse click.

ASP_Volume2 #29459
Count.

This is a small game I created for some people that wre asking for it.. It is for kids age 6 and up... Kinda slow on old computers cause its using my own, easy bitblit function :) Nice engine... For a start .. Could be extended... First project commented :) Rate this please ...

ASP_Volume2 #29460
A 3d Menu using DirectX 8

This is supposed to be a menu, it works, but it doesnt do much yet... (still working on it). This would be a nice add-on for a 3d game...

ASP_Volume2 #29461
ActiveMovie PLayer

VIEW MOVIES IN YOUR APP! Uses active movie to display movies in fullscreen, textboxs, picture boxs, controls anything! also plays sounds like mp3 wavs and others. Very easy to learn. uses quartz.dll (included) Sorry screenshot didnt include actual viewing of movie (i dont know why) but it does show the app.

ASP_Volume2 #29462
GradientMaster

Don't laugh, it's my second VB program ever. It creates three-level gradients that can be saves as bitmaps. The vertical resolution is 500 pixels, so they look good even when stretched to fit the desktop.

ASP_Volume2 #39509
NT Task Manager 'Processes' clone using Windows Terminal Services APIs

This isn't a task manager clone, but it does show all the information from the Processes window (well, process id, session id, user id, process name). I didn't actually code 90% of this so please don't vote for it, I just added the username lookup routine.. This code is from microsoft's msdn collection which i stumbled on in my journies. The main benifit of this to me is to enumerate the users currently logged on to a Windows 2000/XP machine. And specificly to find the active username if you are logged on as a service.. but that's another story. (ps I don't use this to find that out but this is what I found while looking for that).. Code is not to complex, apart from a few pointers.

ASP_Volume2 #39510
Password generated webpage maker

This program will take an HTML file and encode it with a password, and save as a javascript...the new page will prompt for the password and generate the webpage using the password, so if the user enters the wrong password, theyll just get a bunch of jibberish...please comment

ASP_Volume2 #39511
Gradient with 2, 3, 4, 5 colors using API

Draw gdadient with 2, 3, 4, 5 colors using API I have see similar code here (using API) for some gradient effects, but I haven't found a project that give the users the option to select the colors to draw the gradient. 2 colors -> the classic (horizontal or vertical) 3 colors -> same as above, but with a 3rd color in the middle 4 colors -> each color in a corner 5 colors -> 4 colors in the corners and 1 in the middle (the screen shot isn't good)

ASP_Volume2 #29463
Football Manager

Pretty addictive little football manager VBA project. The code is not mine I recieved it in a mail so the Kudos(if any) go to the mystery author. Anyway enjoy it, I did.

ASP_Volume2 #29464
Locate Entry in List/Combo using API, no looping

Locate an entry in combo or listbox using API call, rather than looping through all entries.

ASP_Volume2 #29465
SQL GUID 2 String (Compression)

2 functions to convert a 38 character GUID eg. {2E1EFAD8-4AD9-48A6-B9A9-75505F2B9A51} to a compact/compressed 16 character VB String eg. @#$%

Languages
Top Categories
Global Discovery