Click here to Skip to main content
15,909,953 members
Home / Discussions / Visual Basic
   

Visual Basic

 
AnswerRe: Printing with precision Pin
Christian Graus7-May-08 12:05
protectorChristian Graus7-May-08 12:05 
GeneralRe: Printing with precision Pin
Vikas Sethi Ji7-May-08 15:47
Vikas Sethi Ji7-May-08 15:47 
GeneralRe: Printing with precision Pin
Christian Graus7-May-08 16:37
protectorChristian Graus7-May-08 16:37 
GeneralRe: Printing with precision Pin
Vikas Sethi Ji7-May-08 18:13
Vikas Sethi Ji7-May-08 18:13 
QuestionHow can I clear the cells of DataGridView that is not bind ? Pin
masoodp6667-May-08 7:45
masoodp6667-May-08 7:45 
AnswerRe: How can I clear the cells of DataGridView that is not bind ? Pin
helelark12311-May-08 4:01
helelark12311-May-08 4:01 
QuestionDataGridView column with multplie types of controls Pin
Kschuler7-May-08 6:44
Kschuler7-May-08 6:44 
AnswerRe: DataGridView column with multplie types of controls Pin
Dave Kreskowiak7-May-08 7:21
mveDave Kreskowiak7-May-08 7:21 
This would require you making a couple of controls. One would be a composite UserControl that would show either a CheckBox or a Link control, then second would be a custom DataGridViewColumn implementation that uses the first control and supplies all the checks required.

This is a large undertaking. Creating a custom DGVColumn is not something you're going to get described in a couple of forum posts. It's really quite alot of work to get it working. Here[^] is an example of hosting a datetimepicker control in the DGV, but there is very little explanation of the code.

Normally, you wouldn't have two seperate controls representing values in a table. Either the column in the table is a boolean column, or it's not. What you're describing is pretty unusual.


A guide to posting questions on CodeProject[^]



Dave Kreskowiak
Microsoft MVP
Visual Developer - Visual Basic
     2006, 2007, 2008




GeneralRe: DataGridView column with multplie types of controls Pin
Kschuler8-May-08 6:50
Kschuler8-May-08 6:50 
Questionhow can i use DataGridView [modified] Pin
asha_s7-May-08 4:07
asha_s7-May-08 4:07 
AnswerRe: how can i use DataGridView Pin
Ashfield7-May-08 4:47
Ashfield7-May-08 4:47 
QuestionRe: how can i use DataGridView Pin
asha_s7-May-08 5:00
asha_s7-May-08 5:00 
AnswerRe: how can i use DataGridView Pin
Ashfield7-May-08 5:08
Ashfield7-May-08 5:08 
AnswerLazy? Pin
leckey7-May-08 8:03
leckey7-May-08 8:03 
AnswerRe: how can i use DataGridView Pin
Christian Graus7-May-08 12:05
protectorChristian Graus7-May-08 12:05 
GeneralRe: how can i use DataGridView Pin
asha_s7-May-08 22:34
asha_s7-May-08 22:34 
AnswerRe: how can i use DataGridView Pin
darkelv7-May-08 17:55
darkelv7-May-08 17:55 
QuestionIME Pin
Jamal Abdul Nasir7-May-08 3:22
Jamal Abdul Nasir7-May-08 3:22 
AnswerRe: IME Pin
Dave Kreskowiak7-May-08 3:35
mveDave Kreskowiak7-May-08 3:35 
QuestionRe: IME Pin
Jamal Abdul Nasir7-May-08 3:47
Jamal Abdul Nasir7-May-08 3:47 
AnswerRe: IME Pin
Dave Kreskowiak7-May-08 4:01
mveDave Kreskowiak7-May-08 4:01 
QuestionTracking a file Pin
Zaegra7-May-08 2:09
Zaegra7-May-08 2:09 
AnswerRe: Tracking a file Pin
Dave Kreskowiak7-May-08 3:31
mveDave Kreskowiak7-May-08 3:31 
GeneralRe: Tracking a file Pin
Zaegra7-May-08 4:37
Zaegra7-May-08 4:37 
QuestionFolder/File locking Pin
scorpion king7-May-08 0:53
scorpion king7-May-08 0:53 

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.