Click here to Skip to main content
15,881,882 members
Articles / Programming Languages / Visual Basic

JumpTo RegEdit

Rate me:
Please Sign up or sign in to vote.
2.83/5 (4 votes)
9 Jul 2012CPOL1 min read 15.1K   217   10  
This is an alternative for "JumpTo RegEdit"

Microsoft Visual Studio Solution File, Format Version 10.00
# Visual Studio 2008
Project("{F184B08F-C81C-45F6-A57F-5ABD9991F28F}") = "RegistryLocatorVBdotNet", "RegistryLocatorVBdotNet\RegistryLocatorVBdotNet.vbproj", "{8C2E9151-0458-4E4D-87EA-12AFB5AC3140}"
EndProject
Global
	GlobalSection(SolutionConfigurationPlatforms) = preSolution
		Debug|Any CPU = Debug|Any CPU
		Release|Any CPU = Release|Any CPU
	EndGlobalSection
	GlobalSection(ProjectConfigurationPlatforms) = postSolution
		{8C2E9151-0458-4E4D-87EA-12AFB5AC3140}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
		{8C2E9151-0458-4E4D-87EA-12AFB5AC3140}.Debug|Any CPU.Build.0 = Debug|Any CPU
		{8C2E9151-0458-4E4D-87EA-12AFB5AC3140}.Release|Any CPU.ActiveCfg = Release|Any CPU
		{8C2E9151-0458-4E4D-87EA-12AFB5AC3140}.Release|Any CPU.Build.0 = Release|Any CPU
	EndGlobalSection
	GlobalSection(SolutionProperties) = preSolution
		HideSolutionNode = FALSE
	EndGlobalSection
EndGlobal

By viewing downloads associated with this article you agree to the Terms of Service and the article's licence.

If a file you wish to view isn't highlighted, and is a text file (not binary), please let us know and we'll add colourisation support for it.

License

This article, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)


Written By
CEO PC's Xcetra
United States United States
My first experience with computers was when my mom gave a Timex Sinclair 1000 to me for Christmas some time in the late 70's (I still have it)There I learned to copy code from magazines to save to cassette tapes for playing games.

Since then I have dabbled in:
Basic,Qbasic,ruby,python,Java Script, HTML, CSS, C#, C++, Perl, and a few other I can't think of off hand.
Now I Mainly work with VB Script and VB.Net
I Prefer to build programs that make use of the GUI so I don't have to remember all of the syntax for console apps. I realy don't care much for HTML because of the way you build and then run to see if it looks right. Also the new WPF is to much like HTML so I steer clear of it for now.
Most of what I build is for getting information from a system to use in system repair.I make heavy use of the WMI classes. Why reinvent something.

Comments and Discussions