Advertisement

Results for "Volume: ASP_Volume3"

ASP_Volume3 #48351
Distance Between Two Zip Codes. VERY LITTLE CODE!

This code allows you to input two zip codes, and find out the Distance (In Miles, Kilometers, and Nautical Miles). The Access Database was aqcuired on this site some time ago.. so thank you to whoever it was that posted it. :) Feedback is appreciated.. and Vote if you like it.

ASP_Volume3 #49466
Knob-Thumb-wheels & Skins

Knob-Thumb-wheels & Skins Demo by Robert Rayment. An earlier version has been deleted. Three programs. The first develops and tests bmp strips from a starting image where, for knob wheels the central rotating part's radius and incremental angle can be set as well as, for thumb wheels, number of repeated images. The second program makes compressed True Color 2D arrays of images and masks using zlib.dll (version 1.1.4.0 from www.winimage.com/zlibdll/). For most efficient inflating zlib needs the original uncompressed size. For pictures the original width and height are needed and this is stored at the beginning of the compressed picture array, from which the uncompressed size can also be calculated. The third program uses zlib.dll to inflate the images from a resource file. This is a headerless form, skin, controls & fonts resizing demo using some standard methods (plus some WAV sounds also in the resource file) - a test bed for trying out things. There are 2 full skins but the demo also stores some bitmaps in image boxes, which then serve as buttons and source for tiled skinning. When compiled all the images are then contained within the exe. See Notes.txt. (exe tested on WinXP Home) Win98 Zip 76 KB.

ASP_Volume3 #47451
GeoGrapher **NEW**

It's Back - GeoGrapher, with many improvements. You can now locate an IP Address Geographically on a world map, you can also locate a zip code and some world cities on the world map (I see that Sparq used and uploaded the zip code database that I uploaded for the old version of GeoGrapher). OH! did I mention that the world map is new, for those of you that downloaded the old GeoGrapher, the new map is in color and you can now zoom in and out and also navigate around the map, map tracking is also included in this version. When you supply your starting zip code (Lat/Lon) it will draw a line to the destination Point on the map also (alot still needs to be done with the graphical part of this app and I could use help! anyone??). Some of the functions are not working yet and I will be finishing those up this weekend but all in all the application is functional and nice, atleast I think so, so tell me what you think. PS - Please read the READ ME txt file - and if anyone is interested in help with further development of this project please email me and let me know, I will tell what areas I am having trouble with. anyway enjoy it and have fun.

ASP_Volume3 #60639
[ A Simple] code execution speed test

Paste this into your VB code to test how long a portion of your code takes to execute. The number of milliseconds is appended to C:\TimeTest.txt

ASP_Volume3 #45439
Simple Slider

A simple slider control with no tickmarks, that looks attractive at small sizes (no appearance bug like exists in VB6's control). In addition, clicking on the slider bar jumps the thumb directly to that point - there's no need to 'page up' and 'page down' continuously to get there.

ASP_Volume3 #59571
SSL Class With Events

Here is My SSL Class, it is Built On "SSL Client" By Jason K. Resch. You can use it just like as if it was a normal winsock socket. It has events for close, connect, datasending, dataarrival. I find its much easier to use than anything here on pscode. Enjoy! Please Vote! :D

ASP_Volume3 #61011
Disable Windows Key

Disable Left Windows Key, Right Windows Key, App Popup Key, Caps Lock Key, ALT-TAB, ALT-SPACE, CTRL-ESC. Perfect for playing any version of Tomb Raider. Work only in Windows 2000/XP

ASP_Volume3 #50066
MSFlexGrid Highlight

Shows how to highlight a row in the MSFlexGrid based on a Column name and Value given any color.

ASP_Volume3 #53012
ucToolbar 2.1

Lightweight toolbar. Now, three button types supported: Normal, Check and Option. // 20Kb zip.

ASP_Volume3 #62754
CDS PowerCrypt (High Power Encryption)

The encryption methods used in this program are probably some of the best available for Visual Basic. There are about 7 different methods of encryption featured in this program. For example, Skipjack, CryptAPI, Blowfish, and more. I adapted the main design of the program from another program. So you may see similarities in code and looks. But hey, thats what PSC is. Just a way to share code and adapt that code for your own personal use. I threw on a login feature to make it more secure so people cant go around encrypting and decrypting stuff on your PC. It's a simple, yet smart login feature than anyone could use in their programs. Please vote, leave comments, and enjoy the code! If you like this, please email me and tell me and I might make more versions of it. Thanks!!

ASP_Volume3 #51139
Joystick Gamepad Test v3.0

*UPDATE* This project will detect all your joysticks/gamepads, and shows how many buttons it has, it also shows when you press and release a button, or move the stick/thumb button.

ASP_Volume3 #62755
Pure Winsock API examples

This is just a small app that shows you some pure winsock api examples. Some people would say it's easier to just put the winsock control on your form, and it is. But, I think everyone should know a little hardcore winsock api. Enjoy!

ASP_Volume3 #62756
System Information Examples

This is just a bunch of pure API code relating towards systems information. Some of it is useless and some of it is cool. I just threw it all together in one big example. See the screenshot to see what this program can do. Enjoy!

ASP_Volume3 #63081
Crash Prank (Updated)

When a user starts the program, it will pop up saying that they will be installing a virus and will have two options. To install it or to cancel the setup wizard. There are two different paths that they will find, either by installing or cancel but they both end up saying they are deleting system files and crashing the computer making the screen go black for a few seconds. After that there will be another screen saying that it is in fact a prank. Updated: This adds a more realistic feel to it and fixed some minor problems. There are still many things that can be improved such as hiding it from alt-ctrl-del and hiding the mouse cursor when the screen goes black. However this will be the final version of Crash Prank and any future development will be made by other authors who were inspired by it.

ASP_Volume3 #53264
SMTP/POP Mail 1.2 *UPDATED*

This is a class module that contains all (or at least..most) routines that needed to send emails using Simple Mail Transfer Protocol (SMTP). Also has the support to add/encode/decode multiple attachments using either UUencode, or Base64. Base64 implementations conform to MIME standard, and MIME header is generated along with the file. For now, the class doesn't has any POP capability as yet, but it will be added soon.. And also adding support for pipelining, binary transfer through chunking, proxy support, etc (Which all are needed in my current project ). (*UPDATED* Now attachments can be send using a very easy to implement file queue system. As well as fixed the wrong path extractor routine.) I am trying to make the class so that the code required in the main project is minimal. Please give me your comments, and enjoy!

ASP_Volume3 #62930
Memory Monitor (Monitor and recover lost memory!)

Every time when you start an application, the application 'borrows' the memory. When you exit the application, it will sometimes 'forget' to 'return' the memory to the system. Thus, the free memory available on your system will be less until you reboot your system. To over come this problem, you need a program to optimize and recover the 'lost' memory. This code act like a program to optimize and recover lost memory. To create a program to optimize and recover lost memory, you only need 2 API. That is 'GlobalMemoryStatus' to get memory status and 'SetWindowPos' to set the window always on top. Comments are welcomed. Please vote for this code.

ASP_Volume3 #58746
Change Font Properties Form

This is a total remake of my earlier submission. It lets you change your font properties within your app. Hope someone finds a use for it. Real simple code.

ASP_Volume3 #45711
View/Change TCP Stack WITHOUT calling "netstat -o"

A few of the firewalls written here on PSC shell to netstat.exe to map ports with processes. This article explains how to do the same thing using a couple undocumented Windows XP API calls.

ASP_Volume3 #58374
True P2P Instant Messenger Example

When I first started this project, I had a few problems. One of them was, "How in the heck do I, as a client that knows nobody on the network, find someone that is on the network?" I was dumbfounded, I wondered how KaZaA did it, as well as Gnutella and Overnet. I did a little research and found that they were very smart about it, it is not as complicated as one would think. Your KaZaA or whatever you download comes with a list of people already on the network! You load that file up and it tells you a few people to connect to, then you work you way from there, getting IP's from everyone you can possibly get. Every time you meet a new connection on the network, they tell you everyone they know, and you do likewise. My software is a very small implementation of this idea, however it can be expanded fairly eaily. So, let's get on to geting started with this application, so you can see how it really works. I have commented as best I can, and provided as much information as I could possibly provide off the top of my head to make this a learning experience and not some frustrating endeavor.

ASP_Volume3 #62827
AA Winsock Chat ( Client & Server )

this is a p2p chat application that uses winsock, this is a good example of how client server aplications work. every line of code is explained to give you the best explination of how it works.

Languages
Top Categories
Global Discovery