TECHNOLOGIES
FORUMS
JOBS
BOOKS
EVENTS
INTERVIEWS
Live
MORE
LEARN
Training
CAREER
MEMBERS
VIDEOS
NEWS
BLOGS
Sign Up
Login
No unread comment.
View All Comments
No unread message.
View All Messages
No unread notification.
View All Notifications
Answers
Post
An Article
A Blog
A News
A Video
An EBook
An Interview Question
Ask Question
Forums
Monthly Leaders
Forum guidelines
John
NA
2
0
Read registry?
May 3 2009 2:29 PM
I use for reading registry following:
RegistryKey rk1 = Registry.CurrentUser.CreateSubKey("Software\\"Microsoft\Notepad");
string rk_read = rk1.GetValue("IfFaceName");
Console.WriteLine("The string: {0}",rk_read);
But in console i see only
The string:
and nothing else... String IfFaceName is in the registry on the location in code.
Reply
Answers (
1
)
Desperately need help with bindingnavigator/bindingsource
Sorting GridView control