Results for "Volume: C_Volume2"
This code allows you to read an excel spreadsheet into an array. Once its in an array, you can search, sort, and manipulate data, and save it back to the worksheet, a different worksheet, to a database, or output via JSP. Please note this sample only shows you how to get the sheet into an array -- I leave the rest for future contributions or to your imagination.
There is a lot you can do with this class! See the code to see the exact methods and how they work. You can delete files, copy files, insert a line into a file (alphabetically or append at end), search for a line, retrieve the nth line as a String, count the number of lines in the files, and more!
This app paints a chart on a JPanel - data for the chart is provided in a JTable which is passed in on construction. Little user input is required to make a visually appealing chart.
This is a beginner's tutorial to learn how to use loops in C++. Every line is EXTENSIVELY commented why it is there and what it does. Please vote for me!
Ever wanted to use .config files but hesitated because you were not able to write to them? This class allows you to easily write and read from .config Files. The class works (thanks to reflection) both in debug and release mode without any changes. Because the default .config Provider will not reload any configuration without reloading the application this feature is also implemented via a filesystemwatcher that looks for changes on the app.config file. The original implementation can be found on www.angrycoder.com developed by Joel Martinez in C#. Visit www.visualsoft-net.de to download this code and much more vb.net, vb6 and c# samples
Here is a script that checks for the validity of email, avoiding invalid characters, position of @ and . dot and domian name is checked for the well known domains such as .com, .net or else and restricts the user to enter the valid domain name . Enjoy the code and please rate me.
Learn to have fun with caption, eg: make it glow..... please visit my homepage 4 more app at http://www.cyberway.com.sg/~dyrws
This is a very simple java script embeded in html file that display the month, date, year, day, time in hour:minutes:seconds with AM/PM in the status bar of your browser. This is a good stuff for beginers. Enjoy it and rate me please.
In the code is an AsyncSockets class that makes the more advanced System.Net.Sockets (Asynchronous Sockets) functions alot easier. This is almost the same as my last submission, this time I have included a full working example of a multiuser server/client chat app. All events are placed in the code for ease of use. I looked everywhere for this code for use in my custom MUD engine framework, I didn't find it so I peiced it together with help from MSDN Library. If you like this code please vote, I worked for almost 3 weeks on getting this right.
reads a string from the command line. Should be easy but it wasnt explained well so I wrote this.
A rotating banner as used by no. of websites . You can also do it . Just dounload and see how easy it is ? Enjoy the code and do rate me please.
Replaces all occurances of a given substring with another substring in a String object. I looked for a good string replacer and all of them broke (replaced things multiple times, infinitely looped, etc), so I made one. Please let me know if this doesn't work, because if it doesn't work for you then it doesn't work for me! Thanks.
A VB control that, when placed on a form, causes it to act like the Taskbar (minus the Start Menu).
Makes a cool color sheet for using on the making of webpages
These set of javascript functions allows you to integrate a drop-down menu structure. The trick used is that I encoded the menu level into the DIV id property allowing to manipulate individual menu blocks as required.
For ADO database application: To show (1) How to use ADO schema to obtain a list of tables of a database. (2) How to provide a re-usable single form for any MDB file name, and with another form to display as many tables as there are in that database at the same time. Otherwise, you will have to repeatedly create/refer to an instance of connection and you may need 10 forms if there are 10 tables in a database (see "3"). (3) The possible techniques to enable opening several tables on the screen in the same session, yet without conflict (otherwise if you create 10 instances of the same form, some common event handlers will mix up Table B as Table A, e.g. when calling yet another form. But with appropriate techniques, this conflict is avoided). (4) How to display various properties/attributes/status in descriptive text(pneumonic), rather than the VB's original numeric codes. Note: MS TreeView itself limits the node count to 32767 only. (For a comparative study of DAO, refer my DBofDAO)
LED and SWITCH user control for technical applications. Just add led.ctl to your project as user control. Read readme.txt for properties.
This is a basic SMTP mailer that uses a dialog box with edit boxes for input and can send emails with ease. You can download the compiled version at www.geocities.com/thefuturetoday/simpsend.zip Enjoy!! (Please rate this code.)
RPG using only ascii drawings, uses text files, its very basic, but works
This page will query Outlook for any new emails, appointments or Tasks. Once you click on the items you want it will open Outlook for you to see them. I took part of the code from a previous posting from Yasser. Rate this code and you will be rewarding the effort of two contributors!!