Results for "Volume: ASP_Volume3"
This is a program used to upload and download ftp files.
I just put a bunch of controls on a form to play around with it and thought others might be interested in looking at it. Basically it allows you to conect to a mySQL database and ADD, EDIT, and DELETE records. You will need to create a table in mySQL called feedback with the following Fields. Field username Type varchar Size 50 Field emailaddress Type varchar size 50 Field subject Type varchar Size 50 Field message Type Text Requirements: This program requires that you have mySQL loaded somewhere you can connect to it. You must also have myODBC loaded on your machine. This program uses Windows ODBC 0to connect to your mySQL database. Written in VB6
This neat little program will, after entering your birthday, calculate how old you are in total years, months, weeks, days, hours, minutes, and even seconds. Demonstrates some simple equations and even a bit of string and form manipulation. Nice interface too! Hope you enjoy! (O:
Its an othello game can play player vs comp, player vs player, and player vs player net game very fun check it out is really pretty cool. Sorry if you downloaded this before I found some more bugs and fixed it.
Shows how ADO technology connects globaly. Also shows how to integrate ADO Data Control and the Data Grid. This project uses the phonebook concept to show these concepts.
Class object that can be compiled or copied and pasted into your application that will dynamically create MS Access ODBC DSN's for you.
Mass change the database reference for all crystal reports in a folder.
Here are two functions that will allow you to read and write a Large Binary Object (BLOB) to and from a database. This could be used to store and retrieve images, documents, etc inside the database it self. This is great for those of use that have a lot of Binary files around that we want to keep in a central place that can be backed up and protected with the same security that a database offers. This code will work with *ANY* database that ADO can connect to.
Small app sits in SysTray and lets user maximize or minimize all running instances of Internet Explorer, handy when you've been popping links open in separate windows all over the place. Uses API calls so it's quick.
Submission 2 for the RGCC contest Uses a neural network to provide a "universal" logical operator replacement function. This wonderful function will do all the work that Xor, Or, And, Imp, Eqv, and Not would do - IN ONE SIMPLE FUNCTION!!! God I love this contest.
This code will demonstrate the windows API for communicating with a smartcard. This source/program was specifically designed to read the non-volatile information on DSS digital TV access cards of the older P2 H series type. Note that this program does NOTHING illegal, its only a tool for educating yourself in the field of smartcard technology. This program does nothing to a card other than read information thats on it. It "can" be made to write to a smartcard rather easily :-)
This program uses a popular method to skin a form with an alternative I developed that is over twice as fast. It also highlights the 'button' the mouse is over. Thanks to Sergey Belous at http://www.softshape.com for use of the images.
A FinalFantasy and Chrono Trigger BattleEngine! Are you tired of RPG battles with only words describing the shi* outta your mind? Well, the battle engine you've been searching for has arrived! Battle animations like the type FinalFantasy and Chrono Trigger make this one of the most decent RPG battles in PSC and on da net! However, this engine will be used in my future RPGs and I made this from scratch, so if you're planning to use some of this, mostly graphics, e-mail me. And don't forget to vote! It'll be GREATLY appreciated! Enjoy! And also see my other submissions! I promise it'll be worth it! SearchKeyWords: "Art, graphic, animations, game, rpg, rpg game, map, maker, 3d, x, cool, forms, mouse, icon, animation."
This app uses ICQ API calls schedule functions to be done by ICQ in the future, without supervision. the current Beta version allowes you to schedule your UIN status change (online, away, offline , dnd, free for chat...) and also allows you to schedule the sending of messages to other ICQ users, by your ICQ client. future versions will include the possibility to schedule file sending as well. this is a good example of how to use some of the ICQ API calls I understand the ICQ API DLL file ICQMAPI.DLL maybe removed during the submit process, if it is you can probably find it in your ICQ folder or at web.icq.com/api
Steganography is the act of hiding data in an image. This is a *VERY* simplistic example. I say this because true steganography you can not tell the data is there. In this program you can tell the data is there, but you cant retrieve it without the pattern. I wrote this shearly as a way for someone to learn from and modify to become TRUE steganography. The idea for this pattern of hiding (that i use here, to my knowledge anyway) came from my friend Philip who attempted this very thing but was unable to get it to work correctly, so I took it upon myself and made it work! *Uses fredrik qvarfort's compression routine.* ** I KNOW ITS SIMPLE, I KNOW ITS EASY TO CRACK, BUT I WAS BORED **
Create 3D models with the following features: Load, Save, Reverse, Scale, Name, Save, Compile Expand, Group, Play, Copy, Rotate, Bend, Create Customize, Render, Animate, Import, Zoom, Flip Help and examples included.
how to use SQL to extract desired information from a database
This code demonstrates how to search a string using a web search engine style query. With this code you can analyze text files looking for specific patterns. For example: (Microsoft and AOL) or "instant messenger" This query will analyze any string for the occurrence of the words Microsoft and AOL or "instant messenger". I use this code (in conjunction with other code) to scan the users hard drive for occurrences of text files that meet the user defined search parameters. This is an enhanced version of the search for files containing text feature in windows.
Choose your Temporary Internet Files\index.dat File and this code will extract all the ftp and http URLs. and you can click on one of them and choose : GoTo, CopyShortCut, SavelistToFile It's COOL! Try it or see the ScreenShot
In large images, conversion to 2 colors with programs such as ACDSee can result in lossy data (mainly values). My code dithers the image's colors based on 11 patterns of black and white.