Advertisement

Results for "Volume: ASP_Volume3"

ASP_Volume3 #46050
Type-N-Sign (A virtual interface for learning Sign Language)

This is a BETA version 0.2. I have uploaded the latest copy. It sports a virtual point and click keyboard. By ether hitting a key or typing directly into the console, Type-n-sign will then show the appropriate hand sign. Has play back, continuous play, and Speed control features. Even supports the ability to switch out hand modules (Have a Web or Digital Cam? Customize/personalize Type-N-sign to your needs...) Current module was created using poser. [I take no responsibility for friends helping friends cheat on spelling test using this knowledge....] Technical Notes:: Type-n-sign uses a transparent form based on the background picture (Pure API). The latest version loads its' data from a file (Program loads in under a second now. Thanks Doug) and if the data file isn't found it will create a new one. Since it is a transparent form, I relied on Popup menus and a graphical interface based on the picture itself. Also moved code from module to a class. Reads and writes to ini file as needed. (Checks to see if program is running for the first time, if so, sets a default file and brings up Options window.) Please read the README.txt for further information

ASP_Volume3 #53166
Really Really Fast Port Scanner!

This Code Will Scan All The Ports From 1 to Whatever Port You Choose, or you can set it to scan on the more common ports like pop3, telnet, http, SubSeven, NetBus and more.. Please download this and vote high for me!

ASP_Volume3 #53170
Artificial Intelligence control

This is a piece of code that I wrote a long time ago for a program that I am currently writing. Essentially, this is a basic artificial intelligence unit compacted into an ocx. It takes a given input, compares it to an internal list of statements to respond to, and then generates a contextually correct output. It goes even further in that it corrects many forms of web maulspeak, and thus is able to work with language that is very complex. The system is completely customizable in that you can edit what it responds to, as well as how it responds. Download it today, and if you like it vote for me!

ASP_Volume3 #53175
Anti-Piracy Control

This simple program shows how you can prevent anyone from using an illegal registration code that was generated AFTER your shareware program has been released. The user must have an active Internet connection when he starts your program. However, you can put checks in other parts of your program also. You must have web space to place a text file of the illegal names/codes. Sample program is included.

ASP_Volume3 #48649
Create Cylone/Tornado's *Cool Effect*

To create Cyclones/Tornado's in real time, can go super fast, super slow, change height, change width, and if you go into the code change amount of swirl dots, uses setpixel api along with Sine and Cosine functions, if you like it please vote, thanks!

ASP_Volume3 #48017
Slashdot News Reader

This is a small utility that connects to Slashdot.org and retrieves the most current articles. The GUI allows you to scroll throw the articles and if you want to read one you just click on the url. This example uses Microsoft's XML Parser v2.0

ASP_Volume3 #47964
Using ActiveX DLL from VB, VC and ASP

A short tutorial on how to create an ActiveX DLL in VB and then call it from VB, VC and ASP.

ASP_Volume3 #47339
SQLScripter

This little application uses SQLDMO to script out objects in SQL Server 7.0 databases (tables, stored procedures, views, defaults, UDTs, full text indexes, etc.), as well as SQL Agent Jobs, Server logins, Operators, Alerts and Backup Devices. It even lets you save DTS packages as Structured storage file. Can be run in GUI mode or unattended/scheduled from the command-line. The code is a nice example of the use of SQLDMO objects, but even if the code doesn't interest you the application should be useful for SQL Server developers/DBAs who want to generate scripts of their DB objects in a more automated way then SQL Server EM lets you. ------------------------------------------------------------ A short text-file describing use is included. ------------------------------------------------------------ This is not drool-proof paper! Use at your own risk. Don't use on production servers unless your local DBA god has given you explicit permission. Dependencies are described in the included text file. ------------------------------------------------------------ A short (third-party) review of this tool and an executable-only download can be found at http://www.myitforum.com/articles/18/view.asp?id=3117 ------------------------------------------------------------ (Update 20020517 (v2.0.1): Added options to the /DB command-line switch to script out only the user or system databases) ------------------------------------------------------------ (Update 20020701 (v2.1): Server names, login names and authentication modes are now remembered between GUI sessions)

ASP_Volume3 #53176
SQL Info

This code connects to a given SQL server and database and returns field info from a specified table. Handy if you need a quick printout of a table definition and you don't have time or patience to wait until EM has launched and connected to the server.

ASP_Volume3 #48790
ActiveX File Transfer

Transfer files over a network. Set the packet size, cancel, shows rate of transfer. Problems threading it, if you can help on the multi-thread/transfer please do, and vote if you like =) Rename the two included files, one is an exe, one is the ocx.

ASP_Volume3 #53201
Cut, Copy, Past & Flip Pictures

Demonstrates how to select an area within a picture, copy or cut the area to the clipboard, then paste the clipboard contents into the existing picture. Flip the entire picture, or just the selected area.

ASP_Volume3 #47517
A Basic Multi-User Chat Program 2

This is a follow up from "A Basic Multi User Chat Program" which now allows you to connect with people over the net.

ASP_Volume3 #51703
Playing MP3s - the quick and easy way

Play, stop, and pause MP3's with these simple functions!

ASP_Volume3 #53167
Awesome Logger

This logger has the same functions as most other keyloggers that u get off planetsourcecode but it has a few more useful functions like : · Take A Screenshot Every so many minutes · Log anything the victim does in Hotmail and MSN into its own window (ie. Passwords, or MSN Instant Messages) · This Logger runs in the background and is un-noticeable to the victim. · You can set the logger to pop up a message box every so many minutes · It is disguised as mirc (ie. mIRC password box pops up on startup. If you type runmirc, mirc will run. If you type runlogger, the logger will run) There is probably more stuff, i just don't remember right now.

ASP_Volume3 #50835
Crystal Report Example

To show the ease of adding any Crystal Report to your VB application

ASP_Volume3 #53069
Adding a Horizontal ScrollBar to a ListBox

Just a simple code snippet that teaches users how to add that illusive Horizontal ScrollBar to a Listbox Control or any other control, for that matter.

ASP_Volume3 #52982
Drag and Drop Example

This is a basic drag and drop demo. It is written to recognize what type of file is being dropped and only excepts exe's but you could modify it to excpet any file extension. I think I commented the demo well enough for everyone. I hope it's ueful. Saturday, March 31, 2001 I added a few more lines of code for the ".EXE" statement because there are 2 kinds of exe's! Upper case and Lower case! It sounds funny but i have both kinds of exe's on my machine so i thought i better fix this little bug! I Also added a Progress Bar! Peace, jim byrnes

ASP_Volume3 #52983
Loading an Icon To The Systray

Here are 2 small demos of loading an icon to the systray (system tray) the first is Systray Basic, which is by the book and includes the Public Declare Function, "SetForegroundWindow Lib "user32" _ (ByVal hwnd As Long) As Long". This declare basically means if you click the icon in the systray to open the popup menu and then the click on something else besides the popup menu, this will close the popup menu. The second is a modified basic systray demo that I made that minimizes the form at startup and when it is maximized it is visible in the taskbar too. Both are commented. I have 2 other demos about icons in the systray as soon as I comment them i will share them. jim byrnes

ASP_Volume3 #53210
Space Quest v1.0

The following code demonstrates bitblt and colission detection concepts into a game.

ASP_Volume3 #50488
Matrix Type 3

For those of you that have checked out my other attempt at Matrix style text, this is the new version 3. The code has been optimized, while still not using any API calls or advanced functions. I'm trying to push the speed of the algorithm as much as I can using only "core" VB code. If anyone has any suggestions on how to make it any faster, please leave a comment! And don't forget to vote if you like what you see!

Languages
Top Categories
Global Discovery