On CBSNews.com: Can 365 Nights Of Sex Fix A Marriage?
1 Resources for

registrykey class

  • Subscribe to this listing via:
  • RSS
  • Email

TechRepublic Resources

Manipulate the Windows registry with .NET
The Windows registry can be used to store application data for any custom applications you may develop. Learn more about interacting with the registry via .NET in Tony Patton's column. The registry is an integral part of every Windows installation. It contains a wealth of information regarding operating...
Tags: Microsoft .NET, Microsoft Windows, Tony Patton, .NET, Middleware, registry, Windows Registry, .NET Newsletter, Microsoft .NET Framework, User, Registry Key, Registry Class, RegistryKey Class, RegistryKeyrootKey, ToString, MessageBox.Show, Operating Systems, Software
Technical articles 2006-09-12

Additional Resources

Storing database connection settings in .NET
One of the best aspects of the .NET Frameworkis ADO.NET and data providers that negate the need for ODBCconnections. Data providers offer a liaison between your code andthe database. They also provide better performance, as well aseasier setup no one misses the process of installing andconfiguring an ODBC driver. ...
Tags: database, Dim sConn, Microsoft .NET, sConn, SqlConnection, Tony Patton
Technical articles 2005-07-13
Storing database connection settings in .NET
.NET database providers make it necessary to specify database connection information, but it's the developer's discretion to decide where to store this information. Tony Patton explores the various factors that may influence your decision. One of the best aspects of the .NET...
Tags: Microsoft .NET, XML, Storage, Databases, Tony Patton, .NET, Programming languages, sConn, SqlConnection, database, .NET Newsletter, Registry, TechRepublic Inc., Problem, Server, Microsoft.Win32, regKey, ToString, Hardware, Enterprise Software, Software, Data Management
Technical articles 2005-07-13
denied acess to other software
hiour projects did a task of hiding a volume(eg D: , E: , F:) in our mycomputer. by using registrykey, we hide the drives .But if any software(eg back up software, full format software) is installed in my system that installed software detect that hidden volumeour project hidden volume and...
Tags: vinothsiva@..., software
Discussion threads 2007-03-17
Changing Proxy Settings of Web Browser
I have developed a windows application ..on which there are three web browser controls...all navigate to same web URL.... But for each web browser...proxy settings should be different... currently i am setting proxy in registery...with following codeprivate void Change_IE_Settings(String strProxy, bool action){RegistryKey RegKey = Registry.CurrentUser.OpenSubKey("Software\Microsoft\Windows\CurrentVersion\Internet Settings", true);if (action == true){RegKey.SetValue("ProxyServer",...
Tags: Web browsers, rupinder@..., Web browser, Proxy Settings
Discussion threads 2007-05-07
Master the basics of Windows registry access with .NET
Although .NET makes it easier to access the registry, it's still daunting for the uninitiated. Lamont Adams takes away some of the mystery.The “old-timers” among us remember the days before the Windows registry, when applications stored configuration information between executions in text-based INI files. A few years ago, things changed...
Tags: Microsoft Windows, Lamont Adams, registry, hive, Microsoft .NET
Technical articles 2002-10-16
Kaplan Networking Class, Anyone Taken it?
First, I am a bit leary of this class. I've taken my fair share of computers apart and put them back together. All the supplies I needed were avaliable in the University Lab. Now I have to take apart the computer I use for my class. Which I can't do....
Tags: computer
Discussion threads 2006-08-22
Demystifying Class Loading Problems, Part 1: An Introduction to Class Loading and Debugging Tools
The class loading component is fundamental to the Java virtual machine. Though developers generally have a good grasp of the basics of class loading, when a problem occurs, they may have a hard time diagnosing and determining a solution. This paper describes in detail how Java class loading works and...
Tags: Class, Tool, Java, Productivity, Programming Languages, Software Development, Software/Web Development
White papers 2005-11-29
EasyCl Sample (exe)
EasyCl Sample discusses the development of a C++ class library for encapsulating OpenGL code. The C++ class presented is for demonstration and educational purposes only. I will expand the class library for future OpenGL articles. The class library is not currently part of the Microsoft Foundation Class Library MFC, and...
Tags: OpenGL, Microsoft Corp., C++, EasyCl Sample, Class Library, C/C++, Programming Languages, Software Development, Software/Web Development
Software downloads 2007-09-14
CyberMatrix Class Scheduler (exe)
CyberMatrix Class Scheduler is an easy to use single or multi-user application for scheduling student's classes. The software is ideal for schools and other institutions that must create class schedules. Class Scheduler can be used by a single teacher or by a group of students to schedule classes. The idea...
Tags: Software, Class, CyberMatrix Class Scheduler, Tools & Techniques, Management
Software downloads 2005-12-23
Change ip range from class C to Class B
HiHope somebody can throw some light to the scenario described below.Currently our single LAN network with a class C ip addressing schemeWindows DHCP. Unfortunately the the maximum available ip addresses exhausted and we would like to updrade the IP range from the Class C to Class B. what could be...
Tags: DHCP, jeromemathew@..., Class B, DNS, windows, it management, hardware, networking, subnetting, C, IP
Discussion threads 2007-02-08
PayPal IPN Class (zip)
This Class can be used with C#, VB, J# or any .NET languages. This Class was written for ASP.NET 2.0 and for PayPal's IPN 2.4 dated (October 29th, 2007 current) Although PayPal's IPN is currently 2.4 this Class should continue to be up to date b/c PayPal strives to insure...
Tags: PayPal, .Net, C#, Microsoft Development Tools, Programming Languages, Java Development Tools, Web Site Development, Middleware, Software Development, Software/Web Development, Development Tools, Internet, Enterprise Software, Software
Software downloads 2007-12-04
Set NIC Priority
I currently have a computer that is attatched to 2 private networks. One is 10.x.x.x and one is 192.168.127.x. The Class C network is setup in our Machine shop so that the instructor here can send CNC files to the individual CNC machines. The Class A network...
Tags: Class-A, hardware, jthibodeau, network, network interface card, networking, windows
Discussion threads 2007-01-18
java
will you tell me y object class is parent class for all classesWell something had to be :DHaving another ultimate parent with the same methods would have violated the tenets of object orientation.Every object has a class, that's what makes it a class. What place other than the ultimate parent...
Tags: OOA/OOD/OOP, Java, sree.srinu38@...
Discussion threads 2007-06-21
Geek Trivia: Glimpsing the sub(marine)text
SSN-571....Jay, the U.S.S. Nautilus was the ONLY ship of it's class ever launched; no other "Nautilus" class ship was ever built, as the Navy was actively experimenting during that time with the concept of nuclear propulsion. Further, while sub classes are named for there lead ship, in recent years...
Tags: Bill Ward
Discussion threads 2007-07-31
Evolutionary Layout of UML Class Diagrams
An evolutionary algorithm that layouts UML class diagrams is developed and described. It evolves the layout by mutating the positions of class symbols, inheritance relations, and associations. The process is controlled by a fitness function that is computed from several well-known and some new layout metrics. A neat and aesthetic...
Tags: Wurzburg University, Layout, UML, Programming Languages, Ooa/Ood/Oop, Software Development, Software/Web Development
White papers 2006-06-29
WebSphere Application Server V6.1: Classloader Problem Determination
Troubleshooting class loader issues with applications running on WebSphere Application Server version 6.1 requires a basic understanding of how class loaders work within WebSphere. This paper begins with an introduction on understanding class loaders and class loaders within WebSphere Application Server. This includes an explanation of configuration options for the...
Tags: IBM WebSphere, IBM WebSphere Application Server, Class Loader, Application Servers, Middleware, Enterprise Software, Software
White papers 2007-07-18
UML Basics Part III: The Class Diagram
Modeling the static structure of classes, the class diagram shows each class's internal structure along with the relationship that the class has to other classes. This paper focuses on the class diagram. Although almost every UML-knowledgeable person claims to understand this diagram, very few actually know the diagram's proper notation...
Tags: Class, UML, Programming Languages, Research & Development, Ooa/Ood/Oop, Software Development, Software/Web Development, Business Operations
White papers 2003-11-01
Basic UNIX commands
Refer to this abbreviated list whenever you find yourself in a Unix shell and can't remember if you need to use ls or dir to view directories.Directory commandscdChange the working directoryfindFind a file by name or by other characteristicsmkdirMake a directoryrmdirRemove a directory File manipulation commandscatConcatenate and display a filechmodChange the...
Tags: Telnet, Unix
Technical articles 2003-09-29
Create Student Class Schedules (zip)
The S12-Class Scheduler can schedule 250 students to 5 days of classes per week and was developed to schedule Adult Day Care activities or classes as part of a Client Care Plan. It also has applications in scheduling students to other types of classes. You simply define the classes or...
Tags: Class
Software downloads 2006-10-19
  • << Previous
  • page 1 of 1
  • Next >>


Windows XP vs. Mac OS X
This presentation, entitled Standardizing on Windows XP Instead of MAC OS X, provides a pre-packaged option for defending Windows XP against MAC OS X. ...
Buy Now
TPG Power Checklist: Troubleshooting TCP/IP
TCP/IP, the protocol powering Internet, Intranet and Extranet communications, provides critical functionality withinmost every organization. Numerous ...
Buy Now

CIO Sessions