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
richard smith
1.4k
285
160.1k
C# System.Drawing.Color
Jan 16 2013 8:33 AM
I want to pass an error color from one class to another. I want to use this:
public class Try
{
public static system.drawing.color defaultColor = system.drawing.color.blue;
public static string Defaults{ get { return defaultColor; } }
}
But this brings up an error of Cannot implicitly convert type 'System.Drawing.COlor' to 'string'
Reply
Answers (
2
)
i want to obtain a the table data from my sql database
exactly send focus on row and immediately show it to me