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
M B
NA
61
12.1k
How to Write System Registry Keys using C#
May 4 2016 6:38 AM
Code :-
Microsoft.Win32.RegistryKey mykey;
mykey = Microsoft.Win32.Registry.CurrentUser.CreateSubKey(@"SOFTWARE\Microsoft\Office\15.0\Outlook\Preferences");
mykey.SetValue("MaximumAttachmentSize","51200");
mykey.Close();
how can Setvalue something like this :-
mykey.SetValue("MaximumAttachmentSize","REG_DWORD","51200");
mykey.SetValue(Name,Type,Data)
Reply
Answers (
1
)
how to stop page intialize
image show in grid using MVC and Angular js Code