Main > Free Download Search >

Free microsoft windows registry keys script

microsoft windows registry keys

Sponsored Links
Sponsored Links
Secleted [ 0 ] software to compare
Results 1 - 15 of about 484
Microsoft .NET Overview 1.0.0

Microsoft .NET Overview 1.0.0


The Microsoft .NET Framework is a software technology that provides a new programming interface to Windows services and APIs, and an amazing convergence of many technologies. The Microsoft .NET Framework is a set of languages, including C#, J#, and more>> The Microsoft .NET Framework is a software technology that provides a new programming interface to Windows services and APIs, and an amazing convergence of many technologies. The Microsoft .NET Framework is a set of languages, including C#, J#, and VB.NET; a set of development tools, including Visual Studio .NET; a comprehensive class library for building web services and web and Windows applications; as well as the Common Language Runtime (CLR).It also includes the Base Class Libraries (BCL), offering ways to utilize Collections, I/O, networking, among others. A complex stack of libraries is built on top of the BCL, including technologies like ADO.NET for database access, XML APIs to manipulate XML data, and Windows Forms to display rich user interfaces (UIs). These components collectively form the largest part of the Microsoft .NET Framework.<<less
Added: 2008-07-09 License: Freeware Price: $0.00USD
14 downloads
Treat the Win32 Registry like a Python dict 1.0

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
Microsoft .NET Framework Feature 1.0.0

Microsoft .NET Framework Feature 1.0.0


The Microsoft .NET Framework is enrich lots of features that makes it a milestone in the world of software technology. And the main Microsoft .NET Framework includs: * Support for Components * Language Integration * Language Independency more>> The Microsoft .NET Framework is enrich lots of features that makes it a milestone in the world of software technology. And the main Microsoft .NET Framework includs: * Support for Components * Language Integration * Language Independency * Common Runtime Engine * Base Class Library * Application Interoperation across the Web * Simplified Development and Deployment * Improved Reliability * Portability * Greater Security. Here we see all feature of Microsoft .NET Framework<<less
Added: 2008-07-09 License: Freeware Price: $0.00USD
13 downloads
Move the Object using the arrow keys

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
Introduction to Microsofts .NET Platform by Nakul Goyal

Introduction to Microsofts .NET Platform by Nakul Goyal


This article briefly describes Microsoft.NET, ASP.NET, C#, VS.NET, VB.NET, ADO.NET, XML Web Services, VISUAL J#. more>> This article briefly describes Microsoft.NET, ASP.NET, C#, VS.NET, VB.NET, ADO.NET, XML Web Services, VISUAL J#.<<less
Added: 2002-09-10 License: Freeware Price: Free
2602 downloads
What is the Microsoft .NET Framework 3.0? 1.0.0

What is the Microsoft .NET Framework 3.0? 1.0.0


What is the Microsoft .NET Framework 3.0? The Microsoft .NET Framework 3.0 (formerly known WinFX), is the new managed code programming model for Windows. .NET Framework 3.0 is combines the power of the .NET Framework 2.0 with four new technologies more>> What is the Microsoft .NET Framework 3.0? The Microsoft .NET Framework 3.0 (formerly known WinFX), is the new managed code programming model for Windows. .NET Framework 3.0 is combines the power of the .NET Framework 2.0 with four new technologies<<less
Added: 2007-05-31 License: Freeware Price: $0.00USD
11 downloads
 
Other version of What is the Microsoft .NET Framework
What is the Microsoft .NET Framework 3.0?The Microsoft .NET Framework 3.0 (formerly known WinFX), is the new managed code programming ... Windows. .NET Framework 3.0 is combines the power of th. What is the Microsoft .NET Framework 3.0
License:Freeware
Download
908 downloads
Added: 2007-05-31
ASP Tutorials - Microsoft Scripting Runtime DLL

ASP Tutorials - Microsoft Scripting Runtime DLL


This tutorial helps you to understand: scrrun.dll Dictionary Class FileSystemObject Class Drive Class Folder Class File Class TextStream Class more>> This tutorial helps you to understand: "scrrun.dll" "Dictionary" Class "FileSystemObject" Class "Drive" Class "Folder" Class "File" Class "TextStream" Class<<less
Added: 2006-08-27 License: Free for non-commercial use Price: Free
1171 downloads
Introduction to Microsoft's .NET Platform by Nakul Goyal 1.0

Introduction to Microsoft's .NET Platform by Nakul Goyal 1.0


This article briefly describes Microsoft.NET, ASP.NET, C#, VS.NET, VB.NET, ADO.NET, XML Web Services, VISUAL J#. more>> This article briefly describes Microsoft.NET, ASP.NET, C#, VS.NET, VB.NET, ADO.NET, XML Web Services, VISUAL J#.<<less
Added: 2002-09-10 License: Freeware Price: $0.00USD
13 downloads
Registry Wrapper 1.2

Registry Wrapper 1.2


Registry Wrapper script provides "Registry", a Windows registry wrapper class that makes it easy to work with the Windows registry. more>> <<less
Added: 2007-06-23 License: Other Free / Open Source License - Python License Price: OtherFreeOpenSourceLicensePythonLicense
18 downloads
Object Oriented Windows-Style Menubar 2.4

Object Oriented Windows-Style Menubar 2.4


The JScript Object Oriented menu bar attacks the divide between web programmers and web designers in a unique way. All of the complex code for the menubar creation is tucked away in a single source file. To create a menu, all you need is some set up more>> The JScript Object Oriented menu bar attacks the divide between web programmers and web designers in a unique way. All of the complex code for the menubar creation is tucked away in a single source file. To create a menu, all you need is some set up code and a simple "MenuBar.Add()" command for any options you want. Each option can call a different function! Add tool-tips with incredible ease! JSMenuBar uses advanced IE DOM techniques, so it is mainly for Microsoft-based Intranets.<<less
Added: 2003-10-24 License: Freeware Price: 0.00
12 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)?What is Microsoft intermediate language (MSIL)?What is Microsoft intermediate language ... Common Intermediate Language (CIL) (formerly called Microsoft Intermediate Language or
License:Freeware
Download
874 downloads
Added: 2007-06-07
ASP.NET 2.0 - Counting Microsoft Access Rows

ASP.NET 2.0 - Counting Microsoft Access Rows


This tutorial uses an asp:AccessDataSource and asp:FormView to perform the count, this tutorial will demonstrate in detail how this is easily accomplished. more>> This tutorial uses an asp:AccessDataSource and asp:FormView to perform the count, this tutorial will demonstrate in detail how this is easily accomplished.<<less
Added: 2008-03-07 License: Freeware Price: $0.00USD
16 downloads
What is Windows Presentation Foundation (WPF) 1.0.0

What is Windows Presentation Foundation (WPF) 1.0.0


The Microsoft Windows Presentation Foundation provides the foundation for building applications and high fidelity experiences in Windows Vista, blending together application UI, documents, and media content, while exploiting the full power of your more>> The Microsoft Windows Presentation Foundation provides the foundation for building applications and high fidelity experiences in Windows Vista, blending together application UI, documents, and media content, while exploiting the full power of your computer.<<less
Added: 2007-05-31 License: Freeware Price: $0.00USD
12 downloads
 
Other version of What is Windows Presentation Foundation
What is Windows Presentation Foundation (WPF)The Microsoft Windows Presentation Foundation provides the foundation for building ...The Microsoft Windows Presentation Foundation
License:Freeware
Download
898 downloads
Added: 2007-05-31
Implement Microsoft HTML Help Workshop in your Web application

Implement Microsoft HTML Help Workshop in your Web application


Ever wondered how Microsoft have implemented Windows XP help? Ever wondered how MSDN authors develop their articles? Ever wondered how come when you press F1 in most application you are presented with more>> Ever wondered how Microsoft have implemented Windows XP help? Ever wondered how MSDN authors develop their articles? Ever wondered how come when you press F1 in most application you are presented with something describing that part of the application? You will be amazed if we told you that all of the above cases are developed using the same tool: Microsoft Windows HTML Help Workshop. We believe now you need not us to explain more why Microsoft Windows HTML Help Workshop is an important and vital tool for most software developers and content writers / distributors.<<less
Added: 2006-04-10 License: Freeware Price: Free
1313 downloads
mIeRIc Address Book

mIeRIc Address Book


MieRic address book is wrote in PERL/CGI and holds data via a MYSQL database. Users can add multiple EMAIL, ADDRESS, PHONE, CONTACTS, IMAGE AVATAR and PGP keys as they want. The addressBook is passwor more>> MieRic address book is wrote in PERL/CGI and holds data via a MYSQL database. Users can add multiple EMAIL, ADDRESS, PHONE, CONTACTS, IMAGE AVATAR and PGP keys as they want. The addressBook is password protected using encrypted cookies using Blowfish. Easy to use setup script. Use it to replace your phonebook, address Book, or to use for an office directory. Check the demo out.<<less
Added: 2006-06-28 License: GPL Price: Free
1216 downloads
Secleted [ 0 ] software to compare
  • Page: 1 of 5
  • 1
  • 2
  • 3
  • 4
  • 5