Results for "Volume: ASP_Volume2"
I improved graphics and add Hi score table. RATE IT !!!
cool word proccessor that can read what u have wrote ,font size font color bold....
From the creator of Cabral IRC comes a new and exciting IRC Client with more features, greater speed. From DCC Chat, File Transfers, Foreground and Background Text using a Rich TextBox, multiple windows in a MDI, Taskbars, and much much more. This is a complete and working IRC CLient. Check out the screenshot. Temporarily on HOLD!
This code is merely a sample of using winsock and Desktop API. This application is not harmful as it may seem.You can ofcource use it for constructive work..... Authors : Reetesh Singh And Shyam Bhand
It's a multiplayer game over internet as well as intranet. Designed By Reetesh singh and Shyam bhand
This program creates lots of 'ants'. These creatures follow certain rules, when eating, multiplying and dying. They also get eaten by 'ant eaters'. Ant statistics are shown on screen. The ants are the white dots and the eaters are the purple dots. The green dots is food for the ants. I have updated this program on the 6/11/2001 mainly from input by a programmer called Pei Pei. This update could not have been possible without her. There is some new and updated behavour for the ants and ant eaters and the code has been debugged and some setions re-commented for better understanding of the code. Let me know what you think and don't be afraid to email me, Eric
This program scans a given url for all links on that page - these links can then be scanned for further links. check it out + please vote for it!!!
This COM app was developed as a drop-in module to access databases across the corporate network in a variety of applications. I'm posting it here to get feedback - am i doing the right thing, could i change it in any way? make it better? all comments (constructive!!) appreciated!
Start and kill a timer using API calls only! Useful when you need timers that can't be placed on a form.
virtual screen
The purpose of the code is show how to move the columns around when using a MSFlexGrid control.
I got bored so I wrote this clock.
This is the source code to a custom control that will give you more power to work with VB forms. Extra properties, functions, and events including FormMoved, SysTray Icon, Form Shape etc. This is a useful tool even if I do say so myself, I use it and you will notice that if you down load my next Upload called System Mage (Wait and see!) WARNING: Terry has pointed out a glaring error in my code that has baffled me. Somewhere along the line I have coded an error into the property page that causes an error and I haven't located it yet. I'm going to warn everyone about it until I fix it but leave it on here so you can still use the example of the functions in the control. If you see my mistake then pls let me know! Cheers.
Asynchronous Database Processing via Active EXE - When processing thousands of requests for a multi-user real-time application, you cannot afford to wait for the relatively slow database processing to occur. Here's the scenario: You have 1000 people already online and playing your multi-user game, and 10 people in the process of logging on right now. What do you do? You could process the logons right now, searching through thousands of user records, to load up their information - but then the game would appear to 'hang' for everyone already playing, waaaay bogus. You could process only 1 person at a time, in the main processing loop - that's better, but will add unnecessary slowdown to your program. What if you could log on the person in a BACKGROUND process, which wouldn't slow down the existing users? Ooh yeah. Or better yet, hand the request off to a machine across the network, dedicated to database processing? NOW we're talking! :-) You can do this easily, using Visual Basic ActiveX EXE's. Have fun with it!
I Add music and High score :-) RATE IT
TreeView and ListView controls are not exactly well documented and few good examples are currently available to learn from. What I hope I have achieved in this small demo, is to bind these controls in such a way that the VB application mimics MS Explorer.
Netbus Serverini kendi bilgisayarinizda veya karsi bilgisayarda taratabilirsiniz.
This is a tutorial/article on encryption basics. I cover very basic and easy to understand encryption up to the hard stuff like 128 bit encryption. I garauntee this will be the easiest 128-bit encryption you have ever seen. I also have added a zip file. This zip file contains the article in HTML form so you can view it offline and it also includes a working example.
Just a simple alarm clock. It will either display a message box (silent alarm) or play a music file at a pre-defined time
Gradient Button with nice color sets the color sets are placed in the OCX and can be modified from the code (*Please vote for this code*), New XP Appearance, also you can add icon to the button ,and all the min property the color part is like i have seen in pscode msgbox somewhere so thanks to stephan swertvaegher that did that part.....VIEW SCREEN SHOT Update : Added Custom Colors And Borders Added Events MouseIn, MouseOut, KeyDown, KeyPress, KeyUp, MouseDown, MouseUp ,MouseMove. MouseIn, MouseOut is giving solution for hover(as requested) Thanks To Thomas Braad Hannibal for creating This Part. New Gradient fill horizontal and vertical. GradientFill for faster and non flickering problem.(new fast as light speed)