Results for "Volume: ASP_Volume3"
This is a very good side scrolling game which has lots of nice effects and a few enemies in it. It took me a while so please vote if you like it.
Outlook Attachment Ripper: This utility will allow you to extract the mails and the attachment from the Outlook folders. This will work even if your outlook has multiple and recursive folders. This Utility can: 1. Extract Email. 2. Extract Attachment. 3. Delete Attachments. 4. Delete mails and attachments. 5. Set the target directory. 6. Specify the Source Folder (Outlook). Please VOTE, if you feel its useful to PSC.... thanks
These is an easy way to create your own ocx controls. Has a Flat Command and a Flat Combo Box you could use it to your advantage and create your own flat controls, and i'll be updating this as soon as i finish the flat scroll bar, check box, option button, and frame..
Use this class to create select, insert, update, delete sql queries. It automatically manages datatype and build data according. I generated this code in order to reduce my time in creation of queries.
Count how many mdi child forms in a MDI form.
Make any level directories, such as: MakeDir "c:\abc\1234\aaaa\1111\6666\ggggggggg\dddddddddd\ssssssss\7676\dsdsds"
Remember the old one page module to load Browse For Folder!? This code makes it in four or five lines :) Just a reference to shell32.dll class: dim SH as New Shell and that's all. In fact, shell32.dll supports many functions. I have included some of them such as tiling and cascading windows and running System Properties, getting folder details and.... Download the source code to see how and if you liked it please remember to leave comments and vote! I developed this yesterday on my XP. If you have any idea, I'll be glad to know. Update Note: I checked compatibility. This is supported in Win 98 etc.
This little ap is a powerful addition to anyone's library of code. It produces fast fades and fade effects using an unusual "masking" technique. It will also take your "single" fade in picture and produce the two required for sprite transparency! It does this by converting the background color to the two mask colors needed in sprite transparency. This assuming the background is of a solid color of course. This will save alot of time not having to edit two pictures. As for the masking technique used in the fades a tiny 20 x 20 pixel black and white mask is used. This tiny mask is expanded by the ap and passed over the sprite in a user entered X, Y scanning fashion. The sprite will bleed thru the white portions of the mask as it is being scanned, unto the main picture. And maintain sprite transparency! I have tried to make the ap as easy to use and as self explanatory as possible. To get an idea of the program's function you might try to use the default pictures and scan values for the masks. To change masks or pictures simply click on the appropiate box. Changing masks will change the default scan values for you. After you get the hang of it you may want to try making your own masks with Window's Paint. I have included 14 masks in this zip along with a few pictures. If you are into graphics, fades, etc, you will want to check this out! Have fun! PS: I tried to include a sceenshot but PSC don't seem to take it.
This next version of the MSNClient. A few minor bugs were fixed and file transfer is now included. Read the README file included with this zip as it contains some important information about this code. I wanted to wait until I hade voice and video done but I am working on other things right now and this was just laying on my hd. If you like the code, please comment or vote as feedback is always important.
The same code module behind PcmRiff and PcmRiffADSR with frequency modulation (FM) synthesis and amplitude modulation (AM) subroutines. This is a bit complex to form a suitable demo in a short amount of time, but the FM technique is the same used by Yamaha FM synthesizers (i.e., DX-7), tone modules and sound cards. Replace your original modRiff.bas with this beastie, and your capabilities are a bit more extensive. PS - this variation *should* work just fine (not directly tested), just attenuate the modulating wave or wave mix, and life should be wonderful.
This is a fairly good starfield which has a couple of features like speed, roll and amount of stars (100-10000) in it. The effects work best in the dark as the stars are all single pixels and sometimes you may even get a little motion sickness from it too. :D
This is a exciting project on cyber cafe management...it is a great example of network programming...The entire process is automatic....u can manage upto 28 clients in a n/w using this software....user's are shown the time left and other informa in their screen...they are assigned username and random password for authentification....unique gui...backup...etc..etc............just vote for me!
This is LAN chat (UPDATED), I think it's one of the best chat programs here on PSC, it uses the winsock.ocx can accept multiple connections! You can see what other people are running on theyre computers! It displays commercial messages and if you get any connection errors, you can run a portscan! If you are not chatting over a LAN, you can even request a connection over the Internet so check out the code ;)
The code makes a picture follow the mouse in a "Motion Blur"-like Motion. Set picture 2's picture to everything, what's on your drive. The code is very simple, enhance it or just leave it behind...
This will change the depth of an image in the matter of milliseconds. This is as fast as PhotoShop. It includes the Visual Basic Source Code to the .dll and a demo to show how quick it is. I didn't have time to comment this. Its for a image editor I'm working on. Please leave feedback and vote if you like it. (If PSC deletes the .dll's just compile it and put one in the demo folder to run it) -James-
Learn how to take strings and encode them to a data file in HEX format, and how to pull strings from a HEX-encoded file and convert them back into readable text! Please Vote on this Tutorial! It doesn't format quite right in PSC, so I suggest downloading the htm version and viewing it that way.
This program can execute drama scripts using ms agents. See Screen Shot.
Extracts valid email addresses (quickly) from local .txt,.rtf,.doc,.mdb,.xls files and more. Will scan entire drive recursively. Save list in different formats. Uses single regular expression and recursive dir scanner class. Please vote! If you do not like this program return it, and keep the recursive directory scanner as my gift to you.
This module can draw a gradient with four colours, one on each corner. It is not really hard to draw such a gradient, only it is slow. As the loops get larger, the processing takes more time. Even if you use DIB sections, you still have to perform large loops, slowing down the performance. But, by this method, it is possible to eliminate the larger loops, hence increasing the performance manifold. On my PII 233 MHz, drawing a gradient of 640 * 480 took 0.771 (as seen in the screenshot) seconds in the IDE and 0.44 seconds on compiling. New examples include drawing of Hue/Blackness, Hue/Whiteness and Hue/Saturation (Like VB) colour models.
The purpose of this application was to establish an application that could collect information from an ftp site on a scheduled basis. The application collects Remote and Local file information from the user by requiring a valid connection to a site before addition to the Transfer List can be completed. Items that are saved in the Transfer List are prepared to be transfered according to the schedule that is established by the Scheduling form. The application was designed to acquire files only. With a few modifications, it could be converted to place files on a server as well. As stated previously it is purely an FTP application. With a few modifications, it could be converted to HTTP and Gopher as well. The application consists of 2 applications really. One is the FTPConfig.exe, which is used to modify the .xml file that retains the file specific information onwhat has to be moved where. The other is the FTPAutoExec.exe, which is used by the Scheduler to perform the update behind the scenes. The scheduling form successfully adds a job to the Scheduled Jobs for the local PC by way of the netapi32.dll, so this application can only be used on NT 3.5 and Win 2K machines. I found, that when executing the Scheduler on my Win 2K machine that the job would not execute as expected. I actually had to enter my NT username and password into the job Properties, before it would work correctly. Any suggestions on how to perform this programatically would be appreciated.