Advertisement

Results for "Volume: ASP_Volume3"

ASP_Volume3 #56889
AI Chat! Chat with your computer using MS Agent!

This is to find out information about your computer and ask it questions. It also saves settings like your name in the registry! You can ask it its name, its favorite kind of music, and even if its gay! It uses the merlin MS Agent so you can actualy hear what it says. If you dont say any thing for 30 seconds it will says something. Most responses have about 5 randomized thins to say. Enough explainig! Just get it! Email me at [email protected]

ASP_Volume3 #56536
LightWorks

Illustrates use of classes and collection classes in VB Showing nice Lights effect. Each little particle(Which Leaves the light Ray behind) is an independent object.The code is almost the same as OO FireWorks I Submitted the other day. Any comments/suggestion on how to improve speed/memory Usage are welcome. please vote for the code even if its negative but please do leave a comment to let me know the reason.

ASP_Volume3 #53596
GFX_Fire - A fire demo

This code will draw on a form an animated flame, using a simple algorithm. I don't use any API declaration, so I use only standard VB functions. The code is full commented (sorry my english) and there are 61 line of code only; If you like it please vote (^_^)! Or leave a useful comment (better thing)!

ASP_Volume3 #50206
Animated Gif in vb games

A simple example how to handle animated gif file to create vb games.

ASP_Volume3 #54412
alarm & clock in systray...

a simple alarm clock, but it shows a message into the systray.

ASP_Volume3 #54379
Creating a resource-only dll (Revised)

In response to a many VB programmers wanting a better alternative to using resource files to store their bmps,wavs, etc. This code presents a simple way to store those resources in a resource-only ActiveX dll that can be loaded from their VB application.

ASP_Volume3 #54535
How to connect using Winsock 4 beginners wanting 2 learn Winsock

This code is for beginners wanting to learn winsock **Fully Commented** Only today i have learned Winsock and this is thanks to someone called carrot in vbchat (irc.vb-chat.com #vbchat) which is also known on PSCODE as "Andrewm1986" I am at the moment increasing my skills in winsock i have made a chat client and server which later on today will be able to kick & Ban the user which i will upload when i have finished well have fun and people who want to learn Winsock this is your chance!!!

ASP_Volume3 #46062
GurhanButton - Major Updates

Major Updates...Now, Picture shadow on OfficeXP buttons, easier button setup...etc.

ASP_Volume3 #49711
Directory Protector

This is a nice tiny utility program for a beginner of Visual Basic…! With this program one can lock his folder with password! Mainly this program changes a folder to a system folder like Control Panel or Recycle bin or Printer. It can also make a folder to HTML Document. Try it, It's simple, easy and I wrote it for beginners so, there is no Hard code! If any beginner of VB has any problem to understand it, just email me. Don't Forget To SEE SCREEN SHOT! Thank you. Mahatab-ur-Rashid

ASP_Volume3 #56405
A D O - Access 2000 VB Code Generator

I catalogue this program like an utilitiy this utility generate a function that you can use inside your apps to create an Access 2000 Database With ADO Reviewed Version 1.1.0! Vote Please! Just copy and paste the code generated to new VB project and two references Microsoft ActiveX Data Objects 2.5 Library Microsoft ADO Ext. 2.5 for DDL an Security

ASP_Volume3 #52726
Getting the status of the selected printer from Visual Basic

Shows how you can use the Windows API to return additional information about the printer above and beyond that which is available through the Visual Basic Printer object.

ASP_Volume3 #53970
Smooth Scrolling DataGrid

This code allows you to have the smooth-scrolling effect seen in better applications on your datagrids(could also apply to other scroll bars in VB) When you grab the trackbar and move it, VB doesn't do anything until you let go. Or if you click on the trackbar itself, the grid just jumps. This code shows you how to change these effects so that the grid(or text) will scroll smoothly as you drag or click.

ASP_Volume3 #53232
Code Statistics v2.0

This will get various statistics of your code. it can scan projects, forms, modules, classes and controls. The informations retreived.. well, just look at the picture. The code is a definate improvement on the last version which only scanned projects, forms and modules. This version can scan classes and controls, plus gets the amount of declared variables, properties and api decalrations. The code itself has also been slightly re-structured for ease in inserting any other files you wish to scan for. Let me know if you have any suggestions, as these improvements were suggested in the feedback from the last version. Any votes are also appreciated :) Thank you.

ASP_Volume3 #53401
Multiplayer Card Game Called Tic

(I have put this description in the zip, so if you want nicley formated description, download the project.) Happy new year! I have been working on this project for a long time, about 4/5 months or so. This program is of a card game called Tic. The game is similar to rummy, but is still quite different. Full rules of the game are included in the program. Also, this is a multiplayer program that uses Winsock. In the zip, there are 2 projects, the server and the game board. Includeds: -Transparent Textboxes -Transparent Listboxes -Really nice graphics (See screenshot) -Lots of good code -Nice pictures of all the cards. I have also written a help file for the program. You can read the help file for instructions on how to set it up, and get a game going. The server can support upto 5 players. The game usually uses 2 52 card decks to play, but i have added an option to change that amount from anywhere between 2 and 5. Once players are connected, and the person who is controlling the server chooses to start the game, the server shuffles up all the cards, and sends out hands to the players. The server keeps track of the round, cards in the deck, cards that have been played, the discard pile, and the points the players have earned. To run this program, you must have a minimum of 800x600 resolution, and must have Internet Explorer (5?) (not sure what version you need) because the program uses the webbrowser control to view the help file. To do the transparent controls i used subclassing (and i got a bit messy with it, but it works). The after effect of all that is a nice looking program. On the Game Board project, i decieded to make my own menu, so i used a combonation of picture boxes and labels, and it cam out really nice. One more thing... As in a real game of cards, players sometimes cheat. Well, i have added in a secret command(well not so secret anymore) that allows players to cheat if they really really want to. The cheating goes undetected by other players. All the code is commented where it needs to be commented. This has gone through about 1 and a half months of beta testings, so it should be pretty bug free. If you find any bugs with it, leave a comment here, or email be at [email protected]. Please leave comments here on what you think about this, or email me your thoughts at [email protected]. Thanks. If you like this code, place a vote on it. Visit the offical site at: http://www.geocities.com/thrice_twice/index.html Thanks for looking!

ASP_Volume3 #48844
Windows XP clone command buttons, option buttons, and check boxes.-- MAJOR UPDATE!!! (finally)

I'm finally updating this submission! I have completely redone all three controls. The command button is more richer, has more of the "feel" of the acutal Windows XP command button. I noticed previously it flickered, not anymore! I'm completely drawing these buttons to the user control, so there is no flicker. I was also using a timer to detect when a mouse entered and exited the control, which was a bad idea. I'm now using a different method. On these controls you can set the ForeColor, BackColor, and Font properties. Responds just like actual Windows XP buttons. This is a major improvement from my last submission. Well anyway, hope you enjoy these, now everybody can take advantage of the appealing Windows XP look. NOTE: In the screenshot, the controls on the left are the cloned ones :-) Can't really tell a difference, can ya?

ASP_Volume3 #56267
Create your own Windows XP Shell Theme(7 of the 5 globe ratings)

Tired of Just the Default(Blue), Silver, and Olive Green themes? Do you want to find a way past what MicroSoft claims to say that you cannot create your own Visual Style? This Article Explains it all.

ASP_Volume3 #54092
FlexPrinter2 with Pictures

Prints the contents of MSHFlexGrid control. This one prints pictures in all alignments. Have a look.

ASP_Volume3 #54802
Deal with NULL in access

By default Access string fields contain NULL values unless a string value (including a blank string like "") has been assigned. When you read these fields using recordsets into VB string variables, you get a runtime type-mismatch error. here is a nice code to get rid of that

ASP_Volume3 #56758
__Simple Winsock Tutorial__

This tutorial will teach you the basics of winsock (the winsock OCX control). How to connect to computers, how to be a server, sending and getting data. If you like this, Please vote for me ;)

ASP_Volume3 #44855
EMailSuit

7.528 Lines of Code + 2721 Lines of Comments=10.249 Lines of Code Complete E-MAil Suit Features: -Send E-Mail with multi attachments, HTML formated ... -Receive E-Mails with multi attachments and DECODE them -All E-Mails are stored in an Access Database (including the Attachments) -No OCX for decoding, encoding Mime compatible mails -No Winsock.ocx uses pure API Calls! -Complete Adressbook for all your adresses -Multi language (English, German) -Clear and structured code -Speed optimised

Languages
Top Categories
Global Discovery