Advertisement

Results for "Volume: C_Volume2"

C_Volume2 #80824
Read an Excel Worksheet Into An Array

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.

C_Volume2 #80825
Universal File Handler

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!

C_Volume2 #80826
ChartGen

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.

C_Volume2 #81850
A Beginner's Guide to Loops

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!

C_Volume2 #85135
AppConfig Writer class

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

C_Volume2 #80827
aa-good email validation

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.

C_Volume2 #72948
Caption Fun

Learn to have fun with caption, eg: make it glow..... please visit my homepage 4 more app at http://www.cyberway.com.sg/~dyrws

C_Volume2 #80828
AA nice calander in statusbar of your browser

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.

C_Volume2 #84750
Complete Async Sockets Demo Server/Client

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.

C_Volume2 #80829
Read a string from the command line

reads a string from the command line. Should be easy but it wasnt explained well so I wrote this.

C_Volume2 #80830
A rotating banner script as used by no. of websites

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.

C_Volume2 #80831
_String Replace (for real)

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.

C_Volume2 #72949
Form_TaskBar

A VB control that, when placed on a form, causes it to act like the Taskbar (minus the Start Menu).

C_Volume2 #80832
Awsome Color Sheet!

Makes a cool color sheet for using on the making of webpages

C_Volume2 #80833
MenuDemo

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.

C_Volume2 #72345
DBofADO

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)

C_Volume2 #72346
Light Emitting Diode (LED) ActiveX control

LED and SWITCH user control for technical applications. Just add led.ctl to your project as user control. Read readme.txt for properties.

C_Volume2 #81851
GUI SMTP Mailer! (no MFC)

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.)

C_Volume2 #81852
asciiRPG

RPG using only ascii drawings, uses text files, its very basic, but works

C_Volume2 #80834
Outlook Summary Demo

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!!

Languages
Top Categories
Global Discovery