Results for "Volume: ASP_Volume2"
just a small, triple triad game featured in final fantasy 8..ill expand it for online gaming and stuff soon, add all the rules...i just need someone to do the GFX for each card :/
Simply and efficiently rename all the files of a directory. Select a directory, Choose what type of files to rename (All, Graphic, text), Enter a starting number, Select a number of 'padding' (zero's) and thats it!. Good example of simple error handling, Loop Structures, etc. Nothing too exciting, but it works on Windows 98 - XP. Mail me if you need more functionality.
the purpose of this code is just to make a circle by using lines of different gradients
Complete Library Management Software fully commented,No dirty coding. Very useful for beginners!!!!!! Please vote
Prevent your files from copying by unauthorised person. By default any file's Attribute is Archive. You have to just remove this Attribute from it's property. When any one copy this file,at this time the file is again became Archive we can use this to identifying Unauthorised user.
A little animation. (Re-coded: 02.10.2003)
Pure VB version of Yahtzee. A version that you might actually play, rather than one you'd write and never look at again! Please vote for me.
This program allows you to type in multiple ebay auction item numbers and it will load the info about them. In a list box, it tells you the auction name, the number of bids, the price, and when it ends. When you click an auction on the list, it re-loads the auction and displays the most current info.
This code shows how to hook a progress bar up to a timer accurately. You can stop and resume from where you left off. I designed this code for a game I plan on designing. It shows the percentage and it is easy to change the max value and increments of the progress bar during run-time. Please feel free to use the code as you like. I would really appreciate it if you can leave some feedback and vote. Thanks!
This code looks up MX (Mail eXchange) records for any domain from a DNS server (For those who dont know what a MX record is, MX records contain the name of the SMTP server which receives mail for a domain). This is an improvement (I hope so :) over Jason Martin's code (http://www.planet-source-code.com/vb/scripts/ShowCode.asp?txtCodeId=11006&lngWId=1). Here are the changes I made: 1. It uses winsock and not API for the query. 2. It wont freeze if you give a non-existent domain or DNS server. 3. It gets the DNS server in use by your computer by network api instead of registry. 4. There was a bug in Jason's code due to which if the DNS response was compressed it would return only the first MX record. For example, Jason's code would return one MX record for earthlink.com while mine will return all five. I'll appreciate any feedback on this code.
Keep track of all clients registered in your company. If they have a payment comming up the program will automaticly e-mail them. Has many many fetures. Search options, properties. Also used to help from someone here for the updates form and the e-mail, and i thank you!!. Uses DAO database. Any further questions just send feedback. I will be e-mailed any feedback posted I sure hope you people le arn something from this program or like it, one or the other. Because this has taken some time to do.
This scrolls a string in the titlebar
I was sitting at my computer today in a programming quandary when my fiancé asked me to let her know when it was 1:15pm. Since she does this quite often and I needed a distraction from my current task, I decided to build this little application – EggTimer. EggTimer allows you to set a duration (i.e. - 30min), a specific time (i.e. - 1:15pm) or it can be used as an upward counting timer (like a stopwatch). Once you start EggTimer, it minimizes itself into the system tray where it can be accessed to check the time remaining, reset/change the time, or pause/resume/stop the timer. You can also see the time remaining/running time by floating over the tray icon. When the timer expires, a ‘vbSystemModal’ message box is popped above your working app to let you know the time is up. This little application is really handy if you sometimes need a reminder of the time when you’re working on the computer =) This code utilizes a simple class I created from a number of examples from around the web that encapsulates the API functions used in placing an icon in the system tray. This class is definitely something to look it if you’re interested in placing an icon in the system tray. *LATEST UPDATE* It seems that I had a little issue with the time math in certain situations (it was adding an extra minute). When I get a chance I’m going to overhaul that little but complicated portion of the code. Enjoy, if you like it please remember to vote! If you find a bug, please let me know!
I made this application only to learn how to use databases. I was looking for an easy way to add pictures to an access database but couldnt find it so this I came up with an unconventional way to store the files. The app first saves the picture to a tempfile to disk to get the pictures binary data and then opens it again and adds it to a memo field.. I did this because I wanted the option to paste pictures into my app... I'm not sure but I think there is somekind of limitations with this type of field, although I haven't noticed any problems. The search function might have it's glitches, I'm not quite sure.. You might want to add reference to the MS DAO 3.6 lib to get it to work... And finally, it would be nice with comments and votes..
There are a few examples of SMTP mail on this site - but I wanted an easy, reusable object to take care of all my e-mail requirements. MD5 & BASE64 code from various authors, see module comments. Compile the project into the DLL and it's ready to go...
Allows application of TCP\IP network communication via two seperate applications.. You can Query Current Windows Username, Execute EXE file, Toggle Hide Server, Query IP Address (for DNS resolution), Send Instant Message, Windows ShellExec and RSA Skipjack Encrypted Chat. It is very easy to implement more features into the project, just take a quick delve into the code and all will be clear! PS. Sorry about the last submission I uploaded the wrong .zip file to the PSC server, and promptly forgot my password =p. Heres the full *and updated version* PLEASE COMMENT so I can improve\rectify any problems with the code! Cheers guys!
Bang Bang updated 1.3 - now adds visual aimer - it's more easy to destroy the enemy (wind changes less) - some other fixes. Enjoy it and LEAVE FEEDBACK please!
None really.. its just an imitation Mac boot up sequence. Has some API sound playing, screen capture routine, resource file use etc etc.. ok to learn a few things from.. Some sections of the code have been obtained from various sources on PSC
Generic Library to improve the Component One True OleDb Grid 7.0 Allow Filter, Grouping, searching, Sorting,Copyng. Filter library also included. To download the ocx trial version go to www.componentone.com
This is not your average hyperlink control. This is a bumped up hyperlink control that smoothly fades to your mouseover color when your mouse is paused over it, and fades smoothly back to your idlecolor when the mouse leaves the control, WITHOUT A FLICKER! There's also a property where you can have a orange carrot to the left of your caption, and on mouseover the carrot turns into a carrot with a circle. There is also another property that puts a gray, rounded rectangle around your label on mouseover. Theres also ANOTHER property that fades the old caption out and fades the new caption in when you change the control's caption. This control is extremely cool. This can replace big ugly command buttons with a small simple hyperlink control. Vote if you like it!