Click here to Skip to main content
15,896,444 members
Home / Discussions / C#
   

C#

 
GeneralRe: Is there a setting in visual studio for the Convert.ToDateTime? Pin
Pete O'Hanlon9-Nov-06 4:14
mvePete O'Hanlon9-Nov-06 4:14 
GeneralRe: Is there a setting in visual studio for the Convert.ToDateTime? Pin
Support1239-Nov-06 5:27
Support1239-Nov-06 5:27 
GeneralRe: Is there a setting in visual studio for the Convert.ToDateTime? Pin
Pete O'Hanlon9-Nov-06 9:11
mvePete O'Hanlon9-Nov-06 9:11 
QuestionTo make possible to manage position and size of controls by mouse Pin
wasek20018-Nov-06 23:59
wasek20018-Nov-06 23:59 
AnswerRe: To make possible to manage position and size of controls by mouse Pin
mark_w_9-Nov-06 0:27
mark_w_9-Nov-06 0:27 
QuestionRe: To make possible to manage position and size of controls by mouse Pin
wasek20019-Nov-06 4:31
wasek20019-Nov-06 4:31 
QuestionAbstract collection in property grid Pin
mark_w_8-Nov-06 23:56
mark_w_8-Nov-06 23:56 
AnswerRe: Abstract collection in property grid Pin
Robert Rohde9-Nov-06 0:52
Robert Rohde9-Nov-06 0:52 
Hi,

first create a class inheriting from CollectionEditor and override CreateNewItemTypes. The result should be an array of types which should be choosable.
Then add this attribute to your collection class:
[Editor(typeof(CriteriaCollectionEditor), typeof(System.Drawing.Design.UITypeEditor))]
public class CriteriaCollection : CollectionBase {
   //...
}

If you are lucky that's all you need to do Smile | :) .

Robert
AnswerRe: Abstract collection in property grid Pin
mark_w_9-Nov-06 1:27
mark_w_9-Nov-06 1:27 
QuestionWrapping or creating custom XML elements Pin
TUX2K8-Nov-06 23:39
TUX2K8-Nov-06 23:39 
QuestionLike "VS Watch" control Pin
El'Cachubrey8-Nov-06 23:38
El'Cachubrey8-Nov-06 23:38 
Questionhow to select data from the datagrid Pin
Saira Tanwir8-Nov-06 23:22
Saira Tanwir8-Nov-06 23:22 
AnswerRe: how to select data from the datagrid Pin
rah_sin8-Nov-06 23:45
professionalrah_sin8-Nov-06 23:45 
GeneralRe: how to select data from the datagrid Pin
Saira Tanwir9-Nov-06 0:00
Saira Tanwir9-Nov-06 0:00 
GeneralRe: how to select data from the datagrid Pin
rah_sin9-Nov-06 0:15
professionalrah_sin9-Nov-06 0:15 
AnswerRe: how to select data from the datagrid Pin
Saira Tanwir9-Nov-06 0:21
Saira Tanwir9-Nov-06 0:21 
QuestionChange Default Web Site's name of IIS Pin
lambro8-Nov-06 22:48
lambro8-Nov-06 22:48 
AnswerRe: Change Default Web Site's name of IIS Pin
TUX2K8-Nov-06 23:51
TUX2K8-Nov-06 23:51 
QuestionCreating an TWAIN ActiveX and calling it from Web Browser Pin
IndoDev8-Nov-06 22:26
IndoDev8-Nov-06 22:26 
QuestionP2P File transfers Pin
Sri harini8-Nov-06 22:23
Sri harini8-Nov-06 22:23 
AnswerRe: P2P File transfers Pin
SeMartens9-Nov-06 5:26
SeMartens9-Nov-06 5:26 
GeneralRe: P2P File transfers Pin
Sri harini9-Nov-06 16:28
Sri harini9-Nov-06 16:28 
QuestionA/V stream Pin
Mustafa Ismail Mustafa8-Nov-06 22:11
Mustafa Ismail Mustafa8-Nov-06 22:11 
QuestionHow to set Screen Resolution. Pin
Jay Khanpara8-Nov-06 22:04
Jay Khanpara8-Nov-06 22:04 
AnswerRe: How to set Screen Resolution. Pin
rah_sin8-Nov-06 22:41
professionalrah_sin8-Nov-06 22:41 

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.