Advertisement

Results for "Volume: ASP_Volume3"

ASP_Volume3 #50613
Type Libraries Tutorial - Make Your Life Easier

Type Libraries will make your life easyer, for example, ever wanted to use the windows API without declaring it everytime and wasting memory and space? this tutorial includes everything you need to make your own type library, and instruct you how to insert API calls into type libraries aswell as constants and enums. If this tutorial will be any usefull I will make another one, I hope it will! :-)

ASP_Volume3 #45790
GfxFx

A few animated graphics effects. Heat Blur (3 levels), Walk (2 levels), and UnderWater. Effects are made by cutting the image into small squares and offsetting them.

ASP_Volume3 #66260
Game Project 1 - Goodies

To help out studying students

ASP_Volume3 #66261
Game Project 2 - Carbine

To help out student and programmers..

ASP_Volume3 #66262
Game Project 3 - 10000 Pati

To help students and programmers around...

ASP_Volume3 #49673
Everything Beginner

This code does everything I could think of that a beginner would want to know. This code is very useful and helpful. Please vote if it helps. EVERY ONE OF THESE HAS COMMENTS IN THE CODE (except the really easy ones) Shows you how to (with commects): 1) Let the user pick a RGB color and display it. 2) Show the value of a scroll bar in a label. 3) Put the selected item from a listbox in a label. 4) change a progress bar with a scrollbar and slider. 5) push a button to show the Time. 6) push a button to show the Date. 7) push a button to show the Time and Date. 8) Make a clock that updates every second. 9) Use a Checkbox to Make the text in a label bold. 10) Use a Checkbox to Make the text in a label Italic. 11) Use a Checkbox to Make the text in a label StrikeThru. 12) Use a Checkbox to Make the text in a label Underlined. 13) Change the form background to Red with a button. 14) Change the form background to a RGB color from scrollbars. 15) Change the form background to the color the user picks. 16) Enter text in a textbox and add it to a listbox. 17) Enter text in a textbox and add it to a combobox. 18) Enter text in a textbox and add it to a label. 19) Enter text in a textbox and add it to a textbox. 20) Push a button to show the common dialog Open. 21) Push a button to show the common dialog Save. 22) Push a button to show the common dialog Color. 23) Push a button to show the common dialog Font. 24) Has Comments to show you how to use common dialog filter. 25) Mouse over a label and change the mousepointer. 26) Mouse Over a label and change the forecolor. 27) Mouse over a button and change the caption. 28) Click a button to show a message box. 29) Click a button to open notepad. 29) Click a button to open wordpad. 29) Click a button to open solitaire. 30) Open the default web browser. 31) Open the default e-mail program. 40) Use a Yes and No button MsgBox

ASP_Volume3 #50056
SqUaSh Comm - advanced multi user chat room

Simply the most advanced chat program made in vb yet that I've seen on PSS. TONS of options, private messages, user modes, unlimited users, etc. Tell me what you think.

ASP_Volume3 #49873
COM+ Objects in Vb

Explains Some of the features of the new .net Featured Vb

ASP_Volume3 #46063
Win Run Manager for win98

How view, edit, add, delete a task on windows startup ?? WinRun Manager tell you how! Please vote for me is you like my code ... --- it's a great code and will help you ----

ASP_Volume3 #46722
Flash Player

plays all flash files *.swf havn't tried any others lots of options easy to test insted of using html

ASP_Volume3 #50606
A Wicked Stopwatch!

This is a wicked little stopwatch with Start, Stop and Reset buttons with a background. PLEASE GIVE A COMMENT ON THIS PROGRAM SO I CAN IMPROVE IT.

ASP_Volume3 #48682
Write to the Quake 3 Console using API

Allows you to write strings to the Quake 3 console using the Windows API and the Q3 Console command "echo". The is how programs like QIRC show their output in-game with no Q3 code modification. I'm still trying to figure out how to read input from the console. Any help on this would be much appreciated.

ASP_Volume3 #50818
Slurp's Calculator

This is a Standard calculator with the usual +,-,/,* functions. All procedures are contained within in a module which may seem a little odd to some but that should make it more educational at least. Included is coding to prevent division by zero which would otherwise cause errors. Also the last 10 answers found are displayed in a list box which might be useful for some.

ASP_Volume3 #50802
QView

Example of a Listview Control, File System Object and an Image combo working together. Sample also a nice way to use the Listview control and show plenty of capability that can be added. Includes String parser and keeps track of Current Clicked Items an current folder location.

ASP_Volume3 #46322
Active Button

This control DOES NOT use Timer and is an active button with following parameters you can set: Image when mouse is over, Image when button is up, Image when button is down, Image when button is disabled, BackStyle - transparancy according to Mask Color, MaskColor - what color on image will be transparent, Style - standard button or check button, Value - set/return either button is pressed or released, and other. It works just like toolbar button except it does not have a frame and you can specify all the images. This is a new version with bug fixed.

ASP_Volume3 #45982
Hotline Protocol Socket (Update 0.5b3)

'************************************************************** ' Hotline Socket v0.5b3 ' Please send feedback / suggestions to ' [email protected] ' ' Required Classes: ' * clshsPrivledges - the protocol's privledges for users ' * clshsPath - the protocol's path format (Unfinished) ' * clshsClientHeader - The layout of client sent tasks ' * clshsServerHeader - The layout of server send tasks ' * clshsFileEntry - The layout of the protocol's user (also ' used for file lists) ' * clshsUserEntry - The layout of the protocol's file (also ' used for user lists) ' * clsUserList - Not required but helpfull when creating a ' user list. ' Required Modules: ' * modhsConversion - Big Edian number conversion routines and ' several other conversion routines ' ' Fixes Since v0.5b2: ' * Changed the order that the TaskComplete and SrvReply* events ' get fired so that special data could be stored in a task buffer ' and be used before the task is told to be deleted. ' * Fixed various bugs and did some optimizing ' * Added support for changing nick/icon ' * Finished support for all unfilled requests ' * Added more objects ' * Added array tools to modhsConversion ' ' Fixes Since v0.5b1: ' * Fixed an error that happend when more than one transaction ' fit into a DataArrival event. ' * Fixed the UserLeave info so it sends the correct event. ' * Added support for a few more requests. ' * Added full UserList support ' * Added more comments ' ' If you find anything that should be added besides more of the ' supported transactions please feel free to e-mail me, and I ' will reply due to the lack of a life :) Happy Coding. '**************************************************************

ASP_Volume3 #48674
Andromeda!

Andromeda Remote File System is a complete Client/Server architecture application that includes both the server and client projects. Andromeda uses Winsock to communicate over a TCP/IP connection. The server supports multiple users, and encrypted passwords. Features: Download/Upload file(s) and folder(s) Move file(s) and folder(s) Rename file(s) and folder(s) Delete file(s) and folder(s) Create new folder Spawn/Terminate executables and much more... The client uses a custom class to download and upload multiple files to the server. You may also add more than one Andromeda server to connect to. Supports drag-and-drop between client and server. Server keeps complete logs of login events, file transfers, and will even log server output, if specified in options. This program is similar to CuteFTP, but does not use the File Transfer Protocol. Instead, we implemented our own 'Protocol' for the client and server to communicate. Server can accept multiple connections simultaneously. Demonstrates usage of the Microsoft Winsock ActiveX control, using synchronized data transfer, using arrays of Winsock controls for a multiple connection server, using Collections, opening files for both binary and text reading/writing, etc... YOU MUST SEE THIS! PLEASE VOTE FOR THIS CODE IF YOU LIKE IT!! *Bugs Fixed! October 24th*

ASP_Volume3 #50381
FlightSim

Great Flight simulator. Simulates a real flight, including Takeoff/landing, Thrust lever etc. Vote for me!!!

ASP_Volume3 #50382
FlightSim2

This is a new submit. With the other one the Direct3D RMControl was not included.

ASP_Volume3 #66135
Employee Leave and management system

HIghly interactive and Graphics based system To store the employee information in files and perform various operations as user selects

Languages
Top Categories
Global Discovery