Advertisement

Results for "Volume: ASP_Volume2"

ASP_Volume2 #38795
UDP Ping

This util will UDP Ping 254 IP's in under 3 seconds. Unlike TCP Pings which can take a minute or more. This util will scan a whole IP range quickly telling you which machines on the LAN or internet are alive. umm, since ocx's aren't allowed to be u/l i have had to delete the ocx fromt he zip. In the code just delete any reference to the ocx. The ocx is only a gif animation thing so isn't needed for this util to function. If you would like the full version then d/l at http://www.iamalive.0catch.com/VBstuff/vb.htm

ASP_Volume2 #38796
A start menu customiser

complete securuty for windows9x systems and workx well on 2k and other one's, disable folderoptions,printers,filesharing etc etc....

ASP_Volume2 #38797
XML based Configuration file

This application has a class which handles all the code related to reading frmo and writing into an XML file. This XML file has a common structure. I developed this so that my applications are not dependent on window's registry or INI files to store configuration information. For example, an application often requires to login into a database. For this it requires either DSN or Driver name, database server name, database name etc. Instead of hard coding this in the application, it is often read from either Window's registry or INI. But XML file is the perfect place to keep this information. Code also shows how to use it to store configuration file as encrypted. XML File is very easy to understand. Has only three elements (Configuration, Section and Item). So it is very easy for end-users to modify as well.

ASP_Volume2 #38798
Listview Address Book

reads a file line by line and parses data using a delimiter fron each line into relevent collums in a listview. oops sorry forgot a delete but you guys can do that as im doing something else at the moment.

ASP_Volume2 #38799
Matrix Operations Library

Matrix Operations Library About a year ago, I was working on a project. The project required many matrix operations, that time I really wished that I would find a class or a library with ready functions for matrix manipulations (like addition, inverse, multiplication, etc…) to use in Visual Basic. Unfortunately I could not find such a class, so I decided to write my own class, I called it "cMathLib" . This class gives the user the flexibility to work with matrices and do operations on them. The dimensions of the matrices are neither pre-specified nor limited. The code is highly optimized for fast operation. The code attached contains the class file called with a demonstration on how to use it. Opperations included in the class are : Add, Subtract, Determinant, Inverse, Transpose, Multiply, atan2, arc cos, arc sin, PI, Print, MultiplyVectors,Magnitude of a Vector, scalar multiply, and scalar divide. I really hope this class would be of any help to any of you who needs to work with matrix operations.

ASP_Volume2 #38800
A Simple Side Platform Engine

This tutorial and example will go through the basics of how to create a 2d side platform game engine. It covers bitblt, collision detection, keyboard input and a simple physics engine. It can easily be modified to suit many different side scroller variations. This is my first submission and first tutorial any feedback would be greatly appreciated. Please forgive any spelling or grammatical errors. Thank You.

ASP_Volume2 #38801
HDSN - Hard Disk Serial Number - Get physical info from IDE Hard Disk

The library get physical information (Model Number, Serial Number and Firmware Revision) of the IDE Hard disk (unit from 0 to 3) SMART compliant

ASP_Volume2 #38802
_A Great VB to C++ Tutorial! FINALLY!!

Ok, yes we all love vb. But didn't / don't you want to learn and harness the power of c++? THIS TUTORIAL INCLUES EVERYTHING for starting out from vb to c++. This is a great, authoritive, comprehensive tutorial that shows you C++ side by side using vb code. Six part tutorial that covers everything from syntax to the IDE to 2 types of Win32 window creation. Callback functions, and over 25 screenshots with the side by side code and tutorials. You should have a pretty good handle on vb, yet it is EXTREMELY EASY to FOLLOW! Comes with source and example code, duplicate programs written in vb and then in c++, shows how to use c++ (WITHOUT CHEEZY MFC) and the REAL Win32 way. Make your own windows with your own classnames, use DialogBox(); Declaring Variables, CALLBACK functions, Fully commented. You may say that you don't need c++, but how do you think the API Dlls are made? Not with VB's ActiveX Dll. You can integrate c++ with VB by writing complex dlls and simply calling them in VB! I Promise you success! ohhh it is so sweet.This will teach you a lot. PLEASE download and vote! Check it out! KEYWORDS: C++ TUTORIAL VBTOC++ WIN32 Win32 RegisterClass CreateWindow FindWindow CALLBACK Switching Jaime Muscatelli

ASP_Volume2 #38803
Fairly Simple FTP Upload/Download Control (ocx) using WinInet dll

Very basic ftp download & upload functions dropped into a vb control for ease of use. Note: has framework for a much more complex control however only basic uploading + downloading implimented. Quite handy for adding quick ftp intergration into any smallish app, wouldn't use it to download large files though.

ASP_Volume2 #38804
NetMan - Complete Network Controlling Application

This is code for a Complete Network Administration Program. It is designed for use by a Network Administrator to have FULL Visual control over any number of "client" machines in a network, (using ANY windows Version). You can control the mouse and keyboard as you would your own, on more than One of the client machines at once. It has many other functions such as simply observing a client machine, Freezing the client machine to prevent any user access (even using Ctrl/Alt/Del), Sending Messages to the users of Client Machines, and Shutting Down/Logging Off users of the client machines. I have spent a lot of time Ironing out as many Bugs from this code as possible, and have developed an extremely User-Friendly interface for it. To Use the application you need to Download DIJpg.dll from "www.disoft.com". It comes in C source code or Compiled. Then Place the Dll into the "Windows\System32" folder of all of the Client machines. I apologise for this inconvenience and would rather have code inside the application to convert Bitmaps to Jpeg files but do not have the experience for developing this. I would have included the source for the DLL with my code but my internet connection is too slow to upload 300kb!!! (56k) The DLL works great though! Finally, please read the readme file contained within the ZIP file as it contains a lot of information on the various functions the application can perform that are not readily visible. Thanks for looking at this and please leave a comment if you download it. It is my first completed application so I hope you like it. I welcome advice on improvements/ additions and reports of any bugs you encounter. (The AUTHORISATION PASSWORD is "BOB". - This will help you log in when you first compile and run the program!)

ASP_Volume2 #38805
an Utility to meassure your productivity

Sorry, Previously I forgot the .frx files, now included. From the Author: This is Just an Utility I made to meassure how much time I spend doing what things... So I will be able to improve my own productivity... I also added a kind of Schedule. This Utility has several codes which I downloaded from PSC, so credit to who ever made them...This is just a way to give back what has been given to me by PSC. Read the file From the Author.txt for further info.

ASP_Volume2 #38806
Malicious String Hunter - Basic Edition

A Complete Version of MSH Project Scanner has finally been developed, A NEW Feature and GUI Layout. Now this feature can search a whole Disk Drive for Projects and scan the files listed inside them automatically, only one click and all the rest is done for you. (Customize the Auto-Search Options to enable/disable settings) If you Like the last version, you'll love this one! Please VOTE for it and give some feedback about it. BTW: Hope you like the color scheme, It meant to be mean looking.

ASP_Volume2 #38807
tank

a game like the TANK in TVgame,use directdraw7.0

ASP_Volume2 #38808
Import_PSC

Import PSC text emails into an Access database. View code by type and category. Also downloads the zip files and views code that isnt zipped. If you make any improvements to this code, I would like to see it posted on PSC. Please Note - This will only work with MS Outlook, and with PSC emails that are text-only. Modify the GetInboxItems() sub in frmImport to fit your needs. A good bit of the code isnt mine, the authors names are left in the code where there were any. Vote for it if you want, but if you would rather buy me a beer, that would be fine too.

ASP_Volume2 #38809
Cookie Purge

Retrieves Cookie Directory, enumerates cookies and subsequently purges them from disk. This project was requested by hkrune, due to its simplicity it would not have been submitted otherwise. OS incompatibility resolved.

ASP_Volume2 #38810
Bandwidth Meter with graph charts (MSChart)

Reads information about your internet/network and displays send/recieved bytes and speed and puts the information in to a graph chart.

ASP_Volume2 #38811
Web Explorer

Web Explorer is one of the best internet browser on Planet Source Code. It offers a Windows XP Interface with it. Please look at the screen shot and you'll love it. Requires common controls 6.

ASP_Volume2 #38812
[_a Multi Connection Winsock Server 1.1]

This is an easily portable Winsock Server which will accept multiple connections on one single port. The code is explained in detail and shouldn't be too hard to understand. You can change server port, number of maximum connections ... If the maximum number of Clients is reached the server admin and new clients are informed about. 18.04.2003 Version 1.1 supports sending messages to all connected clients ;) thx to Jill for contacting me.

ASP_Volume2 #38813
Webcam Capture Example (Too Easy)

This Example is perfect for anyone making instant messengers, user databases, and even just for home surveilance. And the best part is, it is very easy to understand and put into your own applications. I commented on as much as possible.

ASP_Volume2 #38814
ZSoft 3D Engine

Just an update from my engine, it is supposed to be an rpg in the future. For now you can only walk around a little village. The game editor is also included. The file is 1.5 mb so psc wont let me upload it, please download it from www.tripod.com/andres_zacarias/Files/GameWOF1-7.zip . Comments, votes or anything else is welcome. Try this link if above is not working: www.geocities.com/do_you_kaposai/GameWOF1-7.zip

Languages
Top Categories
Global Discovery