Results for "Volume: 7_2009-2012"
It has a large number of functions which can be used in your project
Just for let you know that I posted a Java IDE application in Visual Basic section. Maybe this will help those of you who prefer doing everything at ms-dos prompt. Any feedback will be greatly apreciated.
Usually we see static Captcha, now we will make an animated Captcha. Now this is cool. What does the captcha look like? It just like the ordinary Captcha, the difference is the letters are moving and animated. You can set your Captcha setting quickly such as random letter color, random background color, font size, etc. But do not wory, even this Captcha is animated, it won't blink too much so that visitor still can read the text easily. My code also support build-in method to check user's input. Captcha is easy, and interesting with animated Captcha. For more information, please read the readme file. I include the example file in my ZIP.
This one is to show how to DECODE Base64. Base64 is used to encode Mime Attachements. This not a complet Mime Decoder, this routine should just show how to build one! By the way the hole programm, which is able to decode Mime will follow...
The code creates a file with a custom serial number hidden in thousands of other serial numbers just like it. Then, after you created it, you can scan the file with the serial number scanner.
Basic winsock connection (TCP/IP) with cool and easy-to-use interface
A good easy HTML editor
starts an exe from within your application
Always wanted to hide your program in Ctrl-Alt-Delete Dialog box, So people dont close it from there when you dont want them to....Well use this code and your problems will be solved...They cannot close your program unless you let them through yours...MUST HAVE!!!!
Only one line of code, and it works!
Allows visitors to search within your site. Including Database-Editor, Auto-Indexer, HTML-Extractor, Source-Formatter and Code-Protector. Free Download. A Demo of what Javascript can do !
Windows Form app that generates a CHM(Compiled HTML File) using the Database Schema. ************************************************* Currently works with Sql Server 2000 Databases. This program requires Microsoft's HTML Help Workshop to be installed to produce CHM files. If it is not installed HTML Pages will still be generated, but there will be an error on the CHM Compile step. Instructions: Just enter in your database connection string info, select a destination folder and click Build Project. ************************************************** 5/31 Update added ability to save and load projects, added Installer program, fixed CHM Tables of Contents, added MSDN Style HTML Treeview pages, and a number of other small changes and bug fixes. ************************************************* 8/4 Added MS Access 2000/2003 support and MySql 4.0....Access support has a couple issues: datatypes are not 100% correct. For MySql a datatype conversion method has not been written, datatypes are presented as integers. I haven't been able to complete a lot on this lately, but I have done enough so someone could write their own schema providers and add them to the code fairly easily. I need to write up a guide for this. In the mean time, you need to create two classes, one that inherits from the SchemaProvider class(this provides the queries to return the proper schema information from the database) and one that inherits from the ConnectionStringBuilder class (provides properties necessary to create a connection string and a function to return the built connection string). If you are interested in creating your schema providers email me with any questions you have. If there is a lot of interest it will probably spur along on producing some better documentation on how to create them as well as make some other improvements to the program.
This programs asks the user if his/her video card supports 800x600x16 resolution, and if they choose yes, sets the video mode to 800x600x16 and displays a bitmap fullscreen.
This is a tabstrip project. By using an array, you can decide which tab container should be shown. Whatever you want to show when that tab is clicked goes into a container. I searched for months trying to learn about tabstrips and I hope this code helps someone else out.
Create a text box that only allows Numbers in it, no letters great for Numeric Applications!
Get the logged on username from Windows 95/98 and NT
This is just a quick demonstation on how you can use the windows API to print colored text in your basic console application.
Boulderdash is a fun Java game where you solve levels by grabbing diamonds and avoiding falling rocks. Watch out for the scary creatures as well! This Java version allows you to create your own levels and images.
Finds the default client (default program which Internet Explorer uses) for mail, news, contacts, calender, internet call.
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.