Results for "Volume: 7_2009-2012"
Kill any application or process running if you know the .exe name. (Only Windows 95/98)
'This program will run a number of SQL Server stored procedures, run a number of Crystal Reports and export them to Excel, HTML, or PDF, and finally send the exported files via outlook email. 'This program will accomplish the following processes (planet source code keyword phrases) '01. display the Datalinks window and return a Database connection string (SQL Server only) '02. display a list of Stored Procedures in the selected database and table '03. display the parameters needed for each selected Stored Procedures '04. run each selected Stored Procedure in order '05. get and set setting to the registry (getsettings and savesettings commands only) '06. create an array of textboxes on the fly and in a groupbox instead of the form(easy enough to swtich to most controls) '07. add and delete file names to and from a list box (crystal tab) '08. use the OpenFileDialog and FolderBrowserDialog controls (crystal tab) '09. connect to outlook and open up the address book so recipients can be selected '10. connect to outlook, create an instance of an email, add the recipients, add the attachments, and send the email '11. all processes run on a schedule I created this with sql server 2000, crystal v8, office xp, and outlook 2002. If you do not have these versions then minor changes may needed to be made to compensate for the other version.
A tutorial on how to get started with JavaServer pages using Sun's Tomcat web server (a Jakarta variant) and connecting to a MySQL database to retrieve data. Provided as a jumpstart for practicing with real-world applications. Tutorial is intended for users who may have had previous web/database experience but would like to get their feet wet in JSP. (Updated October 04, 2002)
This is an inspiration from various websites to prevent our site from bots. This program displays an image of an animal/person/things and the user should choose the correct choice from the drop-down below. If the user is right, he can proceed. Else he can be forbidden. This is just a simple implementation. Let me know your thoughts.
File indexer - useful for servers with Indexes turned off. I haven't seen anything similar and working in every aspect. Based on this one: http://www.planet-source-code.com/vb/scripts/ShowCode.asp?txtCodeId=1440&lngWid=8 . Looks like Apache 1.3 index except no newline at top and different picture for "Parrent directory" entry. With sorting and escaping characters in links. Does not show hidden files (with dot as the 1st character). Hope it will be useful for somebody.
C# - Autocomplete Combo Box
It already given.
Check out this most popular game in C/C++. now u ca ncreate urself or modify this game as u like. If u like it then submit vote to this code
J Swing Pad is a simple Text Editor developed using 100 % pure Java aimed at performing simple tasks as performed by a normal Text Editor such as Windows Notepad. It has many advanced features offered by similar professional text editing packages like - Menu Bars for easy navigation - MS Word like floatable, draggable graphical toolbars - Offers Cut/Copy/Paste/Delete popup menus on the right click of mouse and on the Menu bar and toolbar as well. - Facility to open/modify and save all files (in text mode) - Chooses 3 different background colors - Fully commented and easily understandable code - An "About" Splash screen Please feel free to use, modify, distribute this application and its' code in any way you like, and if you find this useful, then Please VOTE for me in the PLANET SOURCE CODE contest.
Random call to find your Fortune. Like an 8 Ball. Contains a litte Easter Egg too, just for fun. This would look much nicer if you put an 8 Ball Graphic in which I didn't do, sorry
THIS CLOCK TELLS TIME!!!!! This code is good to get beginnners introduced to Java. There is a console version and an applet version, both of which show the system time of the user's computer.
Make nested subfolders in a single method.
This article shows a simple ways of accessing spread sheets (such as microsoft excel) in java
to view table data from the database
This article illustrates a very easy way of getting started with the print formatting objects using FOP. By the end of the article you should be able to generate pdf's on the fly using an xml and xsl document.
This article along with the code snippet illustrates how to force download an attachment from the server to clients using JSP.
The Expandable Table of Contents is a script, which allows the creation of dynamic navigation systems. The user clicks on a root item, which then expands to reveal several new subtopics. This script is very simple to implement; requiring only a basic understanding of JavaScript and CSS.
Bomberman! 2-4 players supported. I made this game in less than a week (as a bonus game for my OAV Computer Science project) so there could be some bugs. But as far as I know, there aren't any. :p Please comment on this game and vote for it if you like it :) Though some pictures used in the game are ripped from other bomberman games, the complete source and it's logics are by me :)
This is a way to have a mobile Java development kit. It is self contained on one cd and will run even if you have no rights on the computer you are logging on to.
This code illustrates the use of the combo box control with no MFC.