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
MEHA SHANMUGASUNDARA
NA
49
106.6k
how to edit resource value thru coding
Sep 21 2009 7:57 AM
Hi,
I want to replace the existing resource value to current value
I was Creating a String is KeyVal & Value is 1.
and execute my application.
I wanna to change the KeyVal Value is 2.
I'll use
--- GET VALUE
string s= Properties.Resources.KeyVal;
-- REPLACE VALUE
Properties.Resources.KeyVal.Replace(1,2);
Its Not Working?
Please help me? how can I change the Value in Runtime thru Coding
Thanx & Regards,
MsHema
Reply
Answers (
1
)
INSTALL APPLICATION CREATE A FILE & EDIT RESOURCE VALUE IN PROPERTIES
datagridviewcheckboxcolumn