Advertisement

Results for "Volume: ASP_Volume3"

ASP_Volume3 #65464
Upload images to ImageShack with Inet and Winsock

With this module you can easily create the Header and Body to upload an image to ImageShack.us and extract the returned 'Thumbnail' and 'Hotlink' links. This example only shows you how to upload one image at a time with Inet and Winsock. If you want to upload multiple images at once, then you'll have to create a Winsock array yourself.

ASP_Volume3 #53248
Web Text Grabber - another way that works with latest Internet Explorer

Grabs selected text off Internet Explorer web page and passes it to your VB EXE. This app is very similar to an earlier posting in 2002 but this one works with even the latest version of Internet Explorer. The VB portion is as teeny weeny as that yellow polka dot swim-wear... But the point is to be able to show you all how you can get that WEB TEXT to your VB App. with the RIGHT MOUSE BUTTON. Enjoy, Kevin Ritch V8Software.com

ASP_Volume3 #65780
Getiing the Time difference between two time strings

this is a simple programe to get the time diffence between two time strings. can be using for a payroll system

ASP_Volume3 #66435
College Management

This is a full college management system using which you can manage all the information about a student. Please read the Readme file carefully

ASP_Volume3 #65193
App ProFile V3.5

OCX-independent project, covering Media, Imaging, Text editing, Web browsing, etc. You can do all of that at once without opening other programs. This project also demonstrates usage of custom tabs, playlist parsing, DOM structures and more.

ASP_Volume3 #62444
Four Array Sorting Functions

This program provides you with four popular sorting functions. The Bubble Sort, the Shaker Sort (Also know as cocktail Sort), the Shell Sort and finially the Quick Sort. The program also allows you to test all four functions agenst each other, to show what ones are the fastest. Each sort function is placed in its own module so you can simply throw it right into whatever programs you may need it for. Obviously I have not created any of these functions, all have been written in VB6 with help from various C++ code and various pseudocode. More information on each function can be found on sites such as Wikipedi, which has example code for some functions. P.S. There is actually a program contained with this example called "Generate List". This will allow you to generate a list of any size in no time. Such as the 30,000 item list i used in my screenshot.

ASP_Volume3 #65762
chat semplice update 3 restyling

i am italian and i not speak english very well,....this is a smoll chat program , it is for beghinner....this chat is not big but complit...chat , private chat, private message , multi chat rooms , file transfer , smile ( smoll and big ) , transparence with picture effect....nudge, send animation gif, animation flash , database immage , registration client server, instant messenger ( im ) , transparent text with picture effect , try icon , animated try , created your pprofile , interact with over users, link i the richtextbox, list friends , banner user , chat moerator, server full contol the client, a smoll sistem credit , an antispam registration , server bloccked spam attack becouse can block not the chat but the pc of the client.....ecc...... it is idea for beghinner, if you llike my smoll code vote and thenkyou..... encript conversatin with aes 128, block words , autocomplit words ( like T9 cell ), remember words, change color , fonts , change nick , password protect acess program , possibility to recovery password, webcam chat , avatars simple ,animated avatar , custom message box , search users , crypt file , decrypt file, register events , link in the richtextbox , speed reponse , autoanswaring , list banned words , player audio , system create password , popup allert , users profile , possibility to block activity extra chat , verify internet connection , test ports , ecc...... this software is protected by gnu pubblic license, the gnu license the gnu software fundator.....

ASP_Volume3 #58536
Sms Sender

Send sms to a cellular phone

ASP_Volume3 #62838
Solo Yahtzee

Updated Version 3.0.0.83: Solo Yahtzee is a single player graphically based Yahtzee game designed to be played on any Windows machine. It’s extremely easy to play and very addictive. The code is not commented (not much anyway) – my apologies. This is the FINAL-FINAL updated version. Newly added features include: Sounds, Advanced High Score keeping, Intelligent auto-play assistant, and more. I've added an interesting session graphing function to monitor your game play. Enjoy!

ASP_Volume3 #54596
FYI: GDI+ Path Warps (17 Jan 08)

Example using GDI+ to warp string paths. GDI+ has two warping options but one is buggy. The attached code is basically a revised c++ post found on codeguru and combined with other ideas. Limited to simple paths only, the class can be modified by you to include other things like shapes, images, etc. Must have GDI+ to run project. 17Jan08: Added more path functions, added another Warp mode (common skew), a few more examples, and minor stuff.

ASP_Volume3 #62443
List Class

This class is an alternative for the ListBox control. The class allows you to have all the functions of a ListBox without the GUI overhead. This is perfect if you are jsut wishing to manage data in the list and not actully show it to the user. The class also contains a modified Quick Sort function allowing you to sort the list without messing up what item data goes with each item.

ASP_Volume3 #66040
School Library System

A simple software can help you to manage School Library system.I think this software help beginners to understand the world of professional coding,Vote me if u like....

ASP_Volume3 #66425
Withevents Control Array Workaround

One limiting thing about VB is the inability to use the withevents keyword with a control array or any array. This is probably the simplest way to get around that. It involves using two classes. The backend class acts as the skeleton which declares "Public withevents object as object type" The front end class (the class with which you will interface) gets around array withevents by creating an array of the backend class thus creating a withevents array of objects. Difficult to explain but easy to understand once you download it now. Dont forget to vote............for Ron Paul :)

ASP_Volume3 #66429
Desktop Buddy

It displays the time, battery info and more! Im only 12!!!

ASP_Volume3 #49488
Linear Transforms 2 (Update 25 Jan 08)

Linear Transforms by Robert Rayment... Shows mapping a rectangular image onto a quadrilateral, circle, cylinder, cone and a sphere... This is re-worked from an old program of mine to speed it up and make more re-useable... Note that for the cylinder, cone and the sphere the image is only partly wrapped around... Five images are included... Only tested on Win XP... (Update 23 Jan 08)... Some redundant maths lines removed...(Update 25 Jan 08)... Simplified CommonDialog info and indicated where color bytes could be manipulated...Zip 185 KB.

ASP_Volume3 #62498
Analysis and Modelling of Electrical Circuit

Analysis and Modelling of Electrical Circuit ----------------------------------------------- -- Simple Circuit -- Series Cicruit -- Parallel Circuit -- AC Circuit - R, L, C in Series -- AC Circuit - two loop Circuit -- AC Circuit - three loop Circuit ------------------------------------------------ With the use of Mesh and Nodal Analysis Method

ASP_Volume3 #58776
Snippit Vault

Use it to store code.You can add notes,do word or title searchs and send to clipboard.Does not use a database, to keep it simple.Hope you find it useful.

ASP_Volume3 #66443
Call of Ducks

Cool game I made for class that cross's Call of Duty and Duck hunt. Have fun Please vote!

ASP_Volume3 #63390
How to save a picture from image component to JPEG file

Get picture from image component into picturebox component then you can save as a jpeg file. You can resize picture on image component before save it. Thank to Ed Wilk for the module.

ASP_Volume3 #48061
Greg's 3D Pool Billard (Version 2.6.50)

This is a new version of Greg's 3D Pool (or whatever you may call it) with a few minor qirks removed and generally overhauled and extended; see various .txt files for further info; also see PSC CodeId 37583. Download is 388 kB.

Languages
Top Categories
Global Discovery