Results for "Volume: 7_2009-2012"
This is a demonstration of using dynamic content and event handling in Internet Explorer to input data from the user (as with a textbox, only without a textbox) and update the web page accordingly. The same method of keypress trappings and DHTML dynamic content can be applied in a far more graphical way, but the concept would be the same. In this particular demonstration, JavaScript commands are merely displayed in plain text. However, one could utilize graphics-based text in a graphics-intensive UI if he chose to. Requires Internet Explorer 5.0+. (Implemented in v6.0 though.)
Determine if a directory exists. It is a variation of the Planet-Source-Code function I borrowed called 'FileExists that always works'.
If you're looking for a very thorough validation routine, look no further.
Tetris... need I say more? Uses a manifest file for getting XP style buttons. Different levels of drop speed.
This is a ordinary login program, kind of like aol. It makes sure the person enters a username and a password more than 1 letter. It's pretty cool, I think. I would use something like this on all my projects.
This is basicly some notes i made for Classes, Abstract Data Types, Multiple Inheritance, and things like that
Show weather (clouds, temperature, wind) in status bar and/or in a window. Details can be show on another window. This is a multiple languages/units software (to add more languages just put an xml file in the language directory) This is a C# translation of phpweather.
This document provides information about the Windows security system and what restrictions can be used to limit its functionality
A small app that demonstrates the use of accelerators. (Win32 api code, no MFC or VCL)
Simple java game explaining how to handle multi-threading and simulate computer intelligence.
This program Downloads the archive page from ' http://www.unitedmedia.com/comics/dilbert ' extracts the file name of the picture. Download it. Convert it to bitmap. ' Changes the desktop wallpaper to the new dilbert strip.
Multiple Select combo with form validation for minimum and maximum selections
This is a simple tab menu system designed to work in Internet Explorer, Mozilla and Netscape 6.0
See how CSS and JavaScript can be used to change the opacity of images.
Scrolls message at bottom left of screen. Please vote for me thanks.
ISAP is an Product developed to Web enable some the SAP Material Management Modules like Purchasing - Purchase Requisition , Purchase Order , Purchase Requisition Release,Purchase Requisition Reset Release operation over the Web. This product is to the leading application development tool for web-enabling SAP R/3. designed strictly for Internet technologies, right now ISAP leverages only fior Apache Tomcat Web Server only and allows developers to build e-Business applications that support real-time connectivity to SAP R/3 via Java, Macromedia ColdFusion, Microsoft Active Server Pages, and XML with a click of a button. With ISAP, companies can optimize the value of SAP R/3, and can do so with significantly reduced development time and cost. Available today from Me(dotcomramesh@rediffmail.com) ISAP is a must see for any company looking to incorporate SAP R/3 into their e-Business strategy. I used following BAPI for my development and i developed the Middleware Bean interfaces for the Respective BAPIS. BAPI_REQUISITION_CREATE BAPI_REQUISITION_CHANGE BAPI_REQUISITION_DELETE BAPI_REQUISITION_GETDETAIL BAPI_REQUISITION_GETITEMS BAPI_REQUISITION_GETITEMSREL BAPI_REQUISITION_GETRELINFO BAPI_REQUISITION_RELEASE_GEN BAPI_REQUISITION_RESETRELEASE_GEN BAPI_PO_CREATE BAPI_PO_CHANGE BAPI_PO_DELETE BAPI_INFORECORD_GETLIST BAPI_MATERIAL_GETLIST BAPI_VENDOR_GETLIST BAPI_VENDOR_GETLIST BAPI_SOURCEDETERMIN_GETSOS
Memory leakage is probably one of the most difficult programming problems to solve. This article tell you why, and how to do it.
An article explaining why #include <iostream.h> is wrong in the C++ Standard.
this is a remake of the popular arcade game point and click action with bombs (b) SPACEBAR to regenerate, if you use this code please vote. thanks
This code will enum all groups and users currently available on your local machine the pure .NET way. There is no need of declaring some APIs.