Results for "Volume: 2_2002-2004"
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, [email protected], 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 small asp script is mainly coded for those webmasters having trouble to choose colors to be used in their web site. Giving some parameters will be result in variying color cubes. ***Please do VOTE if you like this code.
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"
[updated 2004/05/05] Included are 2 easy to use methods of accessing Excel workbooks: OLE and ADO: ExcelADO is a VBScript class which allows you to open an Excel file via ADO. The class object includes several easy to use methods to read and write data into an excel file. For more advanced features, the class allows you to manipulate the Recordset directly. Excel or Excel ODBC drivers are required on the server. ExcelOLE is a VBScript class which allows you to open an Excel file via OLE Automation. The class object includes several easy to use methods to read and write data into an excel file. For more advanced features, the class allows you to manipulate the Excel Workbook directly. Excel is required on the server. Includes full doucmentation and examples.
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, [email protected]
This application is mainly coded for those webmaster having and managing their own web server. Briefly, application add A record and MX record to DNS, then based on the given parameters, creates the folder tree where the web site root folder will be located, then creates necessary records in IIS. By using this applcation, you can combine 3 step in 1 step. And no need to conenct to web server with terminal client or etc. Just upload necessary files and do the required settings once, thats all for rest. ***PLEASE DO VOTE OR COMMENT IF YOU LIKE THIS APPLICATION
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.
This app just gets the handles to the currently open windows and adds these with titles to a treeview control, will show all windows currently open on your system with the ability to close them down
This application generates printable web reports with headings. The included access reports.mdb has a report builder form to define the report header and query information and report field parameters. This is a preliminary version with list capabilities. I will be adding subtotals and count information in later versions.
This code moves the desktop into a PictureBox on a form. This code can be applied to other things as well, such as hiding the "pay-to-surf" bars or free internet ads. Enjoy!
This isnt the best example for using a tabstrip... but i felt i needed to submit something... i hope it helps someone out... email me with comments... and as always... VOTE!!!
This is a cool game that i loved to play when i was a bit younger... It's the popular 4 in a row game. I wrote this code because i'm new in vb and need as much expierience as possible! This is a to player game over the internet (uses mswinsock). the code is very very well commented so please give me feedback and credit if you use my code that's all i ask!! Thanx
This code will dial a touch tone phone if the phone is held close to the computer's speaker. A good example of embedding several wave's in a resource file. Enjoy. Sorry, forgot RES file, now included.
Moving selections in list boxes between each other via Button or DoubleClick.
ASP Online Exam, this is a quizzing website pulling question from question bank database [Access]. it also has a very useful set of administrator tools where in the admin can create new new Exams, monitor students performance generate reports and update question bank database. code is quite neat and fully commented, will be helpful for ASP Database beginners.