Main > Free Download Search >

Free basic functions of microsoft excel script

basic functions of microsoft excel

Sponsored Links
Sponsored Links
Secleted [ 0 ] software to compare
Results 1 - 15 of about 2054
Functions in C++

Functions in C++


In this tutorial we will be studying a bit of Functions in C++ Language. more>> Functions in C++ is a convenient application which helps you be dealing with how to define, declare, pass and return values in a C++ Function. Functions forms the most important part of computer programming. Also be dealing a bit with the Friend Function.<<less
Added: 2009-07-04 License: Freeware Price: $0.00USD
15 downloads
PHP function for Basic Image Gallery

PHP function for Basic Image Gallery


This PHP function is a very basic one, yet useful for a single page image gallery within a small website. It reads all the images from given folder and creates a simple looking gallery with given sized thumbnails. more>> This PHP function is a very basic one, yet useful for a single page image gallery within a small website. It reads all the images from given folder and creates a simple looking gallery with given sized thumbnails.<<less
Added: 2009-02-10 License: Other Price: $0.00USD
14 downloads
Basic photo animation for beginners

Basic photo animation for beginners


In this basic flash lesson, you will see how to create on a very, very simple and quickly way, a cool photo animation. more>> In this basic flash lesson, you will see how to create on a very, very simple and quickly way, a cool photo animation.<<less
Added: 2008-12-13 License: Freeware Price: $0.00USD
10 downloads
Basic Statistics 1.5

Basic Statistics 1.5


BASIC STATISTICS script will track any access to your pages where the scripts is installed. Then this script will write some informations like: ID of the page, Browser type, IP of visitor, Posted date, Visitor date INTO the database. Webmaster can more>> <<less
Added: 2003-01-13 License: GPL Price: $0.00USD
11 downloads
Basic cookies

Basic cookies


Learn how to use cookies to allow user downloading a file only once. Limit people from accessing things more than once. Simple comments and explanations. more>> Learn how to use cookies to allow user downloading a file only once. Limit people from accessing things more than once. Simple comments and explanations.<<less
Added: 2005-06-11 License: Freeware Price: Free
1596 downloads
Basic Contact Form

Basic Contact Form


Basic Contact Form is a simple and secure PHP email contact form written specifically for cPanel users but works on almost all PHP enabled web servers. Installation instructions are dummyproof, instal more>> Basic Contact Form is a simple and secure PHP email contact form written specifically for cPanel users but works on almost all PHP enabled web servers. Installation instructions are dummyproof, install support is available if needed.<<less
Added: 2006-12-03 License: PHP License Price: $4.00AdditionalInfoPurchaserscanmakeasmanycopiesofscriptasneededfortheirownusebutdonothaveresalerights.
1070 downloads
What functions an assembly performs? 1.0.0

What functions an assembly performs? 1.0.0


n assembly performs the following functions: It contains code that the common language runtime executes. Microsoft intermediate language (MSIL) code in a portable executable (PE) file will not be executed if it does not have an associated assembly more>> n assembly performs the following functions: It contains code that the common language runtime executes. Microsoft intermediate language (MSIL) code in a portable executable (PE) file will not be executed if it does not have an associated assembly manifest. Note that each assembly can have only one entry point (that is, DllMain, WinMain, or Main).<<less
Added: 2007-06-07 License: Freeware Price: $0.00USD
13 downloads
 
Other version of What functions an assembly performs
What functions an assembly performs?functions: It contains code that the common language runtime executes. Microsoft ... Microsoft intermediate language (MSIL) code in a portable executable (PE) file will not be
License:Freeware
Download
869 downloads
Added: 2007-06-07
Basic PHP Form Processing

Basic PHP Form Processing


Learn how to create an HTML form and how to program a simple PHP page to process the information of that HTML form. A basic knowledge of HTML will make this tutorial easier. more>> Learn how to create an HTML form and how to program a simple PHP page to process the information of that HTML form. A basic knowledge of HTML will make this tutorial easier.<<less
Added: 2004-09-09 License: Other Free / Open Source License Price: FreeAdditionalInfoWebsite
1900 downloads
Basic Faq Script

Basic Faq Script


This is my very first mysql and php. its very basic and only allows you to view the facts, add, and delete them. Copy right must remain at all times. let me have some credit for it :) more>> This is my very first mysql and php. its very basic and only allows you to view the facts, add, and delete them. Copy right must remain at all times. let me have some credit for it :)<<less
Added: 2006-03-22 License: GPL Price: Free
1311 downloads
RSS-functions 1.0

RSS-functions 1.0


RSS-functions v1.0 contains a couple of functions which give you the opportunity to open a RSS-feed and put the content to an array which can be used in your PHP-code more>> RSS-functions v1.0 contains a couple of functions which give you the opportunity to open a RSS-feed and put the content to an array which can be used in your PHP-code<<less
Added: 2006-08-25 License: Free Non-Commercial Price: $0.00USD
12 downloads
 
Other version of RSS-functions
RSS-functionsRSS-functions v1.0 contains a couple of functions which give you the opportunity to open a RSS ... RSS-functions v1.0 contains a couple of functions which give you the opportunity to open a RSS
License:Free for non-commercial use
Download
1168 downloads
Added: 2006-08-25
Basic Shooting game 1.0

Basic Shooting game 1.0


Learn how to use the mouse to aim, fire, and make target die when you hit them. more>> Learn how to use the mouse to aim, fire, and make target die when you hit them.<<less
Added: 2007-07-18 License: Freeware Price: $0.00USD
11 downloads
Javascript Date Function

Javascript Date Function


Both the date and time is accessed from the Javascript Date() function. Learn the basics of this functions to add simple date and time information to your website. more>> Both the date and time is accessed from the Javascript Date() function. Learn the basics of this functions to add simple date and time information to your website.<<less
Added: 2006-09-19 License: Other Price: $0.00USD
14 downloads
What is Microsoft intermediate language (MSIL)? 1.0.0

What is Microsoft intermediate language (MSIL)? 1.0.0


Common Intermediate Language (CIL) (formerly called Microsoft Intermediate Language or MSIL) is the lowest-level human-readable programming language in the Common Language Infrastructure and in the .NET Framework. Languages which target the .NET more>> Common Intermediate Language (CIL) (formerly called Microsoft Intermediate Language or MSIL) is the lowest-level human-readable programming language in the Common Language Infrastructure and in the .NET Framework. Languages which target the .NET Framework compile to CIL, which is assembled into bytecode. CIL resembles an object-oriented assembly language, and is entirely stack-based. It is executed by a virtual machine. The primary .NET languages are C#, Visual Basic .NET, C++/CLI, and J#.<<less
Added: 2007-06-07 License: Freeware Price: $0.00USD
11 downloads
 
Other version of What is Microsoft intermediate language
What is Microsoft intermediate language (MSIL)?Common Intermediate Language (CIL) (formerly called Microsoft Intermediate Language or ... NET languages are C#, Visual Basic .NET, C++/CLI, and J
License:Freeware
Download
874 downloads
Added: 2007-06-07
Basic string encoding/decoding functions

Basic string encoding/decoding functions


These are basic string encoding/decoding functions I developed for use in flat-file databases. They offer limited security to protect sensitive data from being viewed. more>> These are basic string encoding/decoding functions I developed for use in flat-file databases. They offer limited security to protect sensitive data from being viewed.<<less
Added: 2009-01-01 License: Freeware Price: $0.00USD
21 downloads
Basic I/O operations

Basic I/O operations


In this tutorial we will learn to read data from standard input device and write data on standard output devices. more>> Basic I/O operations is a useful guide which will help you learn to read data from standard input device and write data on standard output devices . The header file required by every program containing standard input/output functions is studio.<<less
Added: 2009-07-04 License: Freeware Price: $0.00USD
14 downloads
Secleted [ 0 ] software to compare
  • Page: 1 of 5
  • 1
  • 2
  • 3
  • 4
  • 5