Results for "Volume: 2002C"
THis program is a addon for AOL Instant Messenger Chatrooms. You can also access great options with the type of a few keys to make chatting more fun.
This is an exampe of a simple "color spy" that gets the RGB values and HTML color code of the pixel under the mouse cursor. It also adds a small zoom window with a crosshair so you can easily choose the color you want. Example uses various API's for getting the pixel color, mouse position, and drawing the zoomed view of the screen. Code is based on examples by Plastik (http://www.dosfx.com/~plastik/vb.htm) and Rocky Clark
Read and write textfiles with VBScript.
Gets the following information from any file: CompanyName FileDescription LegalCopyright ProductName FileVersion ProductVersion InternalName OriginalFilename Basically it's the same information you glean from a file's properties. Uses no API whatsoever. UPDATE 10/26/00 ------------------- Fixes the problem of reading smaller files that don't have the StringFileInfo section padded with null characters. UPDATE 10/30/00 ------------------- OK, now it's perfect. Before it wouldn't find certain characters because some files are ignorant and in turn screwed up the return value but now it's all fine. Use it.
Explains how to create your own custom variable packages that store various data types in one variable and display the elements in the IDE drop-down list while coding. This is a seldom used but very powerful data type in Visual Basic.
This is a 3D demo that is writen in much simpler language than anything I have found. I this that it will be alot easier for someone learning 3D to figure this out than some of the stuff on the net. I'd Like 2 Thanx Shaid Benaris - Da VB6 - onwards professional gangsta - Thuglife
A checkers board game simulation with working 2 player (2 humans) and 1 player (1 human vs PC) modes. The code is not complete but most of the functions are finished and it should be workable. It uses a minimax depth first search procedure runs (to a search depth of 5-6) to decide what move to do (AI only) the rules are adjustable but some are not yet completely implemented. Expect updates quite regularly - if you can make any changes please email them to me.
This code is for converting a string with HTML tags and encodings into a text-only string. It rids multiple spaces and supports ALL encoded characters like ",  , Ä and so on.
This is an enhancement of Gradient Title Bar module that recreates in Win95 the look of Win98. The original module was downloaded from: http://members.tripod.com/cuinl/Tips/gradienttitle.htm. I've added the choice to use System colours by including the respective API constants. I also have simplified the usage by adding the SetBarColours routine, before in the form, now in the module.
This program will Play Video (mpeg) without any control just with API CALLS in any place like you want show the video in a start menu or in your desktop or under the icon or when you rename any file or in notepad or in window msdos or anywhere you want.. and you can get classes name by another program (with this program named hWnds.exe).. with this code a part of song Britney Spears (This is an Example Video)..remember when run the program in the first time it will run mpeg (a part from song Oops I did it again) in your desktop........Enjoyyyyyyyyy.
Here is an example of how to search the net with which ever engine you select. I only listed 3 engines on this sample but you can add as much as you want.
Hi Folks, If you are a Visual Basic programmer, I am almost sure that you are fond of icons. If you are tired of using those old icons, this application (with complete source code) is for you. It is a complete Icon Search application, which allows you to extract icons from executables and Icon libraries. The story behind this application is interesting. One of the icon designers in my project team (I am presently working as the software manager of Time Technologies,Kerala,India) told me that it will be very helpfull if she can get an application for extracting already existing icons. She can then simply modify it or reuse it, instead of creating all icons from scratch. That is why I took few hours for writing this application. Hey, one last thing to remember you. Kindly vote for me if this application can satisfy your ever increasing thirst for icons. Also, I am looking for established US companies to invest in the technologies I developed, including the latest Streaming Audio Technology. If you are a US based developer, kindly visit http://www.geocities.com/streamingaudio if u have enough time, and let me know more about the investors and venture capitalists in US. Regards; Anoop, anoopj12@angelfire.com, http://www.geocities.com/streamingaudio
Botz is an addictive 2D-Robot creation utility. With it, you can design your own Robots that walk, crawl, roll, or bounce. If you can get the hang of it, its very addictive! Special thanks to MaskingTape for help with the fullscreen code! The Botz homepage is now up, at: http://members.theglobe.com/SilverBolt01/index.html
This is a ZipCode ASCII text file exported from SQL 7. First row has column names. Ready to be imported into your database of choice. Over 43,000 entries. Example: "Zip_Code","City","State","Area_Code","County"-- "00210","Portsmouth","NH","603","Rockingham" "00211","Portsmouth","NH","603","Rockingham" "00212","Portsmouth","NH","603","Rockingham" "00213","Portsmouth","NH","603","Rockingham" "00214","Portsmouth","NH","603","Rockingham" "00215","Portsmouth","NH","603","Rockingham" "00401","Pleasantville","NY","914","Westchester"
Performs compression/decompression on a byte array using run length encoding (RLE). This is an EXTREMELY FAST algorithm, implemented in a very efficient way. Many people have been emailing me about this so here it is.
This code just causes those neat little errors Windows sends us every so often. I don't think there's a use for this, but here it is anyway. Just a note, it also closes the VB IDE when called so watch out!
ANT AND TEACUP: Hi Folks, Ever thought about placing a TEA CUP in Windows DESKTOP? Here is the a real TEA CUP for you to place on your 'Desktop'. BUT BEWARE: There is an ANT that will always try to turn the Tea Cup down. If it falls down, Tea will flow out and clutter your screen. Very interesting and cool code, great idea and good graphics. It will teach you 1) How to create a transparent form 2) How to implement desktop animation and 3) How to play a trick on your friends. A LAST WORD, PLEASE VOTE FOR ME if you love cool ideas. Sindabad Planet-Source-Code, Sindabad Visual Basic (*Sindabad means win for ever). Regards - Anoop M, anoopj12@angelfire.com
This is a chat program like no other. It only works over LAN's and no server is needed. You can also have private messaging, private chat and user creatable rooms. Hope you like it. Stephen Dawkins
Show how you can create your own console, and give it some purpose
Render 3D Objects using a inputted list of vertices and polygonal planes on a X, Y, Z environment. Originally an Object loader for a scrapped chess game. Render in wireframe or vector shading. It's not very well remarked, but I'm sure most of you will understand it. I hope you like it.