Click here to Skip to main content
15,895,709 members
Home / Discussions / C#
   

C#

 
AnswerRe: Read data from Outlook .msg items Pin
alexey N21-Apr-06 1:07
alexey N21-Apr-06 1:07 
QuestionRemoting Pin
mehrdadc4820-Apr-06 21:00
mehrdadc4820-Apr-06 21:00 
AnswerRe: Remoting Pin
g00fyman20-Apr-06 21:07
g00fyman20-Apr-06 21:07 
AnswerRe: Remoting Pin
Vasudevan Deepak Kumar20-Apr-06 22:01
Vasudevan Deepak Kumar20-Apr-06 22:01 
AnswerRe: Browser Checking Pin
J4amieC20-Apr-06 21:38
J4amieC20-Apr-06 21:38 
Questionfunction browsing in propertygrid Pin
g00fyman20-Apr-06 20:59
g00fyman20-Apr-06 20:59 
AnswerRe: function browsing in propertygrid Pin
g00fyman20-Apr-06 21:20
g00fyman20-Apr-06 21:20 
GeneralRe: function browsing in propertygrid Pin
Robert Rohde20-Apr-06 22:22
Robert Rohde20-Apr-06 22:22 
UITypeEditor is the answer. For every type you can define an editor which should be shown when it is edited in the property grid. Normally the property grid resolves one of the inbuilt ones which can edit the type but in case of a delegate it just doesn't find one. So you have to built one on your own. In general you 'just' have to inherit from UITypeEditor and mark the delegate with this class (Editor attribute)). This can become very tricky. I would recommend to use Reflector to look at one of the inbuild editors (DockStyle and DockEditor are probably a good one to start). You could also look into this[^] because it deals with this topic.

Edit: To be honest I never tried this with a delegate. I hope there are no limitations in regard to this. If yes you would have to provide a wrapper class for the delegate.
GeneralRe: function browsing in propertygrid Pin
leppie20-Apr-06 22:55
leppie20-Apr-06 22:55 
Questionget Toolbox Pin
AnhTin20-Apr-06 20:47
AnhTin20-Apr-06 20:47 
AnswerRe: get Toolbox Pin
g00fyman20-Apr-06 21:10
g00fyman20-Apr-06 21:10 
QuestionUsing .rar/.zip documents Pin
QzRz20-Apr-06 20:37
QzRz20-Apr-06 20:37 
AnswerRe: Using .rar/.zip documents Pin
Robin Panther20-Apr-06 23:57
Robin Panther20-Apr-06 23:57 
QuestionMicrosoft controls Tree View control problem Pin
smadan20-Apr-06 20:11
smadan20-Apr-06 20:11 
QuestionHow to send the e-mail? Pin
Vasya - dragon20-Apr-06 20:09
Vasya - dragon20-Apr-06 20:09 
Questionthreading and progressbar in windows form Pin
karande2320-Apr-06 19:59
karande2320-Apr-06 19:59 
AnswerRe: threading and progressbar in windows form Pin
g00fyman20-Apr-06 21:05
g00fyman20-Apr-06 21:05 
GeneralRe: threading and progressbar in windows form Pin
karande2320-Apr-06 21:46
karande2320-Apr-06 21:46 
AnswerRe: threading and progressbar in windows form Pin
Robert Rohde20-Apr-06 22:28
Robert Rohde20-Apr-06 22:28 
GeneralThanks Pin
karande2320-Apr-06 23:02
karande2320-Apr-06 23:02 
Questionreading a remote file Pin
DeepsG20-Apr-06 19:26
DeepsG20-Apr-06 19:26 
AnswerRe: reading a remote file Pin
alexey N20-Apr-06 19:37
alexey N20-Apr-06 19:37 
GeneralRe: reading a remote file Pin
DeepsG20-Apr-06 20:27
DeepsG20-Apr-06 20:27 
AnswerRe: reading a remote file Pin
Guffa20-Apr-06 20:38
Guffa20-Apr-06 20:38 
GeneralRe: reading a remote file Pin
DeepsG20-Apr-06 20:55
DeepsG20-Apr-06 20:55 

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.