how to access windows registry keys
Sponsored Links
Sponsored Links
Secleted [ 0 ] software to compare
Results 1 - 15 of about 1606
Treat the Win32 Registry like a Python dict 1.0
Treat the Win32 Registry like a Python dict class wraps most of the win32api functions for accessing a registry. more>> Treat the Win32 Registry like a Python dict 1.0 brings you a wonderful tool which can treat the Win32 Registry like a Python dict class wraps most of the win32api functions for accessing a registry. It will read and write all win32 registry types, and will de/serialize python objects to registry keys when a string or integer representation is not possible.
<<less
Added: 2007-06-07 License: Other Free / Open Source License - Python License Price: OtherFreeOpenSourceLicensePythonLicense
12 downloads
How to bridge PHP and Java on Windows with Apache Tomcat
Want to run PHP and access Java? Heres how to do it on Windows XP using Apache and Apache Tomcat. This turorial show how to set up the java/php bridge on Windows XP with Tomcat as the servlet engine. more>> Want to run PHP and access Java? Heres how to do it on Windows XP using Apache and Apache Tomcat. This turorial show how to set up the java/php bridge on Windows XP with Tomcat as the servlet engine.<<less
Added: 2008-06-28 License: BSD Price: $0.00USD
14 downloads
Prohibit access to certain page 1.0
This simple tutorial is intented to learn you how it is possible to prohibit access to certain page. A technique is to check the referrer of the visitor : if he come from a page of your web site let him in, else display a default message ... more>> This simple tutorial is intented to learn you how it is possible to prohibit access to certain page. A technique is to check the referrer of the visitor : if he come from a page of your web site let him in, else display a default message ...<<less
Added: 2005-11-01 License: Freeware Price: $0.00USD
14 downloads
Other version of Prohibit access to certain page
License:Freeware
Migration of Access data to MySQL 1.00
In this tutorial you will learn how to migrate "Access data to MySQL". It is very important for ASP TO PHP Comers. Enjoy It! more>> In this tutorial you will learn how to migrate "Access data to MySQL". It is very important for ASP TO PHP Comers. Enjoy It!<<less
Added: 2007-02-12 License: Freeware Price: $0.00USD
12 downloads
Other version of Migration of Access data to MySQL
License:Freeware
How to restrict visitor access to your web site
Learn by example the proper ways to apply restrictions on your web site. more>> Learn by example the proper ways to apply restrictions on your web site.<<less
Added: 2007-03-22 License: Freeware Price: Free
972 downloads
Web Access Logging to MS Access 1.02c
A simple way to log access to your pages to a MS Access database. Simple place one line of code on each page you would like to log. Stores date, time, page, ip, query string, and user name (if using windows authentication). more>> A simple way to log access to your pages to a MS Access database. Simple place one line of code on each page you would like to log. Stores date, time, page, ip, query string, and user name (if using windows authentication).<<less
Added: 2004-10-19 License: GPL Price: $0.00USD
12 downloads
Other version of Web Access Logging to MS Access
License:GPL
Access Log Viewer 1.1
This free perl script allows you to view your web servers accesslog. access_logs, contain information about hits on your web site such as users IP, country, date, time and path travelled. All you need is a cgi-bin and the path to any log file on your more>> This free perl script allows you to view your web servers accesslog. access_logs, contain information about hits on your web site such as users IP, country, date, time and path travelled. All you need is a cgi-bin and the path to any log file on your server. Tested on files as large as 500 megabytes, select a group of lines, view with or without word wrap, characters decoded fro easy reading.<<less
Added: 2002-04-22 License: Freeware Price: 0.00
12 downloads
Other version of Access Log Viewer
License:Freeware
php Generic Access Control List (phpGACL)
PHP Generic Access Control List (phpGACL) is a PHP/Perl class offering Web developers a simple, yet immensely powerful drop in permission system for their current web based applications. more>> PHP Generic Access Control List (phpGACL) is a PHP/Perl class offering Web developers a simple, yet immensely powerful drop in permission system for their current web based applications.<<less
Added: 2002-08-06 License: LGPL Price: Free
2643 downloads
How to Grab A HTML Page Within an ASP
There is a very cool way to download or grab a file using ServerXMLHTTP class. Using this object you could access and download a remote file out side of your website. more>> There is a very cool way to download or grab a file using ServerXMLHTTP class. Using this object you could access and download a remote file out side of your website.<<less
Added: 2006-08-09 License: Freeware Price: Free
1191 downloads
Link Access Logger
Logs time and origin of hits to placeholder pages for outdated links so you can tell the webmasters to update the link. more>> Logs time and origin of hits to placeholder pages for outdated links so you can tell the webmasters to update the link.<<less
Added: 2005-01-14 License: GPL Price: Free
1744 downloads
New features in Data Access in ASP.NET 2.0
ASP.NET 2.0 Tutorials : New features in Data Access - In this tutorial you will learn about new features in Data Access, Data binding, The XPathBinder, XPathBinder.Eval, Connection Strings, The factor more>> ASP.NET 2.0 Tutorials : New features in Data Access - In this tutorial you will learn about new features in Data Access, Data binding, The XPathBinder, XPathBinder.Eval, Connection Strings, The factory class, Batch operations, Asynchronous Commands, SQL Bulk Copy, ColumnMappings, Enhancements to SQL Server 2005, ADO.NET Class Enhancements, DataTableReader, Serializing a DataTable, The XMLSerializer, RemotingFormat and Managing Views of Data.<<less
Added: 2005-09-23 License: Freeware Price: Free
1496 downloads
How to use the QueryString in ASP
This article tells you how to pass variables to an ASP page using the QueryString, and how to access them from that page. more>> This article tells you how to pass variables to an ASP page using the QueryString, and how to access them from that page.<<less
Added: 2005-04-20 License: Other Free / Open Source License Price: Free
1664 downloads
objSQL: Database Access Layer 2.0.0
objSQL is a database access utility comprised of PHP5 classes for performing SQL queries. Designed primarily for small to medium projects, objSQL uses an object based approach in supporting multiple database types. objSQL uses object based code which more>> objSQL is a database access utility comprised of PHP5 classes for performing SQL queries. Designed primarily for small to medium projects, objSQL uses an object based approach in supporting multiple database types. objSQL uses object based code which simplifies hooking into projects and allows for better encapsulation. Features prepared queries with parameter binding and transaction support including rollbacks and savepoints. Very small footprint with the entire library approximately 170Kb in size and requires no third party libraries. Currently supports IBM DB2, Firebird/Interbase, Ingres 2006, MaxDB, MySQL, Oracle, PostgreSQL, SQLite, SQL Server and Sybase ASE.<<less
Added: 2006-03-23 License: LGPL Price: $0.00USD
10 downloads
Other version of objSQL: Database Access Layer
License:LGPL
Connecting ASP.NET to Access and SQL Server Database 1
This tutorial talks about connecting to an Access or Sql Server database using ASP.NET. You might have noticed that the procedure to connect to a database is almost the same, but you should always take some ideas into consideration before you start more>> This tutorial talks about connecting to an Access or Sql Server database using ASP.NET. You might have noticed that the procedure to connect to a database is almost the same, but you should always take some ideas into consideration before you start implementing your projects.<<less
Added: 2008-06-12 License: Freeware Price: $0.00USD
12 downloads
Move the Object using the arrow keys
In this detailed tutorial made for Flash 8, you will see how to move any object using the arrow keys and Action Script. more>> In this detailed tutorial made for Flash 8, you will see how to move any object using the arrow keys and Action Script.<<less
Added: 2007-02-13 License: Freeware Price: Free
1010 downloads
Secleted [ 0 ] software to compare
Copyright Notice:
Software piracy is theft, Using crack, password, serial numbers, registration codes, key generators is illegal and prevent future software development. The above how to access windows registry keys search only lists software in full, demo and trial versions for free download. Download links are directly from our mirror sites or publisher sites, torrent files or links from rapidshare.com, yousendit.com or megaupload.com are not allowed