Click here to Skip to main content
15,888,984 members
Home / Discussions / C#
   

C#

 
AnswerRe: Sample N Tier Windows Forms Application - C#.NET Pin
dan!sh 22-Nov-09 19:30
professional dan!sh 22-Nov-09 19:30 
AnswerRe: Sample N Tier Windows Forms Application - C#.NET Pin
Abhijit Jana22-Nov-09 19:30
professionalAbhijit Jana22-Nov-09 19:30 
QuestionListBox Items Pin
Illegal Operation22-Nov-09 18:22
Illegal Operation22-Nov-09 18:22 
AnswerRe: ListBox Items Pin
Abhijit Jana22-Nov-09 18:35
professionalAbhijit Jana22-Nov-09 18:35 
Questionmail retrieval using c# Pin
nirmalsat22-Nov-09 17:27
nirmalsat22-Nov-09 17:27 
AnswerRe: mail retrieval using c# Pin
Dave Kreskowiak22-Nov-09 18:33
mveDave Kreskowiak22-Nov-09 18:33 
QuestionDatagridview userdefined unbound column properties [modified] Pin
TheCardinal22-Nov-09 17:09
TheCardinal22-Nov-09 17:09 
AnswerRe: Datagridview userdefined unbound column properties Pin
dojohansen23-Nov-09 1:25
dojohansen23-Nov-09 1:25 
I don't think that's possible; you are essentially asking to modify framework types.

That's generally not possible. But in most cases we can derive new types from them (when they are not sealed). In this case you could perhaps derive a custom grid type from DataGridView, a column type from DataGridViewColumn, and have your custom grid use your custom column for unbound columns. That way you can add whatever properties you like and associate your own designer class and type editors with it if you wish.
GeneralRe: Datagridview userdefined unbound column properties Pin
TheCardinal23-Nov-09 16:00
TheCardinal23-Nov-09 16:00 
QuestionHow can i open existing excel sheet using C# Pin
mohant$.net22-Nov-09 17:04
mohant$.net22-Nov-09 17:04 
AnswerRe: How can i open existing excel sheet using C# Pin
Abhijit Jana22-Nov-09 18:13
professionalAbhijit Jana22-Nov-09 18:13 
GeneralRe: How can i open existing excel sheet using C# Pin
mohant$.net22-Nov-09 18:34
mohant$.net22-Nov-09 18:34 
GeneralRe: How can i open existing excel sheet using C# Pin
Abhijit Jana22-Nov-09 18:36
professionalAbhijit Jana22-Nov-09 18:36 
GeneralRe: How can i open existing excel sheet using C# Pin
mohant$.net22-Nov-09 18:48
mohant$.net22-Nov-09 18:48 
GeneralRe: How can i open existing excel sheet using C# Pin
Abhijit Jana22-Nov-09 18:51
professionalAbhijit Jana22-Nov-09 18:51 
GeneralRe: How can i open existing excel sheet using C# Pin
mohant$.net22-Nov-09 18:54
mohant$.net22-Nov-09 18:54 
GeneralRe: How can i open existing excel sheet using C# Pin
Abhijit Jana22-Nov-09 19:14
professionalAbhijit Jana22-Nov-09 19:14 
GeneralRe: How can i open existing excel sheet using C# Pin
mohant$.net22-Nov-09 19:37
mohant$.net22-Nov-09 19:37 
GeneralRe: How can i open existing excel sheet using C# Pin
Abhijit Jana22-Nov-09 19:49
professionalAbhijit Jana22-Nov-09 19:49 
GeneralRe: How can i open existing excel sheet using C# Pin
dojohansen23-Nov-09 7:56
dojohansen23-Nov-09 7:56 
Questionfile viewer Pin
User 663428922-Nov-09 13:52
User 663428922-Nov-09 13:52 
AnswerRe: file viewer Pin
User 663428922-Nov-09 19:41
User 663428922-Nov-09 19:41 
GeneralRe: file viewer Pin
Ashfield22-Nov-09 21:36
Ashfield22-Nov-09 21:36 
GeneralRe: file viewer Pin
User 663428923-Nov-09 1:15
User 663428923-Nov-09 1:15 
GeneralRe: file viewer Pin
Ashfield23-Nov-09 1:22
Ashfield23-Nov-09 1:22 

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.