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
udaya kumar
NA
12
0
datagridviewcheckboxcolumn in windows xp media center edition.
Apr 14 2007 3:19 AM
hi.
In .net 2005,
In a windows application,
i have added a checbox column to the datagridview using the following code,
DatagridviewCheckboxColumn dcCheckbox = new DatagridviewCheckboxColumn();
datagrid.columns.add(dcCheckbox);
The above code works fine in windows xp, 2000.
but in client's system he the checkbox column is not visible. he is using windows xp media center edition..
if any one knows, please help me.....
thank you!
Reply
Answers (
0
)
How can I set a property associated with a Control onClick when the subroutine is used by multiple Controls?
How to use ClickOnce to Update my application Manually