Results for "Volume: 2_2002-2004"
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.
Explains Some of the features of the new .net Featured Vb
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 ----
plays all flash files *.swf havn't tried any others lots of options easy to test insted of using html
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.
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.
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.
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.
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.
'************************************************************** ' 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. '**************************************************************
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*
Great Flight simulator. Simulates a real flight, including Takeoff/landing, Thrust lever etc. Vote for me!!!
This is a new submit. With the other one the Direct3D RMControl was not included.
This program is based on a calculator game that involves you controlling a ship's movements as you speed through an ever-shrinking tunnel. You can change the color of the tunnel walls and choose any of seven ships to use. Tunnel was made without the use of any API commands.
when call Api funtion, this call return a long value, this value indicate the error code of the function. This code get description for this code error, in the windows standart error descriptions.
This Tutorial will teach you the Ins and outs of creating custom Application Servers. Get the power to make true killer VB web applications, and give more scalability to your existing applications. If you are new to the term 'Application Server', just consider that it is an application that runs between a thin front end (in this case the web browser) and back end servers: After reading this article, you can (a) Understand what is an 'Application Server'(b) Create an Application Server, with a general handler(c) Extend the Application Server with additional logic.(In this case, a 'Banner Creator', which can create Banners with respect to user requests, and writes the picture back to them) Also, kindly VOTE for me, if you find it interesting..b'coz I took 6-7 solid hours to write it Your's Anoop M Nedumkunnam
Generates "Word Search" puzzles with ease. Original code by Dr. John A. Nyhart. I added a better printing function and a few other bells and whistles. All credit should still go to him.
gets your external ("real") ip address by connecting to an IRC server, getting your external hostname, and converting it to an ip
Just a small program to show how to show a screen saver in a picture box from within VB. Also has some other usefull functions. This is just a small program I was playing with. It is not complete and I don't know if it would be usefull to anyone, but I thought I would upload it anyway.
This is a fully commented working demo of the VB GetSetting and SaveSetting registry calls. In other words hopefully an end to all the confusing code and comments that are currently available on this subject. This code lets you save your specific program/exe/user settings in the registry and retrieve them as required. Simple code, but fairly confusing for beginners. Hope this helps a few of you out there. Also covers loading a menu into a drop down combo box and shell a browser to a specific url. Please vote for me if you like the prog :)