Click here to Skip to main content
15,890,438 members
Home / Discussions / C#
   

C#

 
GeneralOffice automation from C# Pin
Member 18788066-May-05 21:06
Member 18788066-May-05 21:06 
GeneralRe: Office automation from C# Pin
EEmad4-Jun-05 19:17
sussEEmad4-Jun-05 19:17 
Questionbones in meshes and directx? Pin
taha mohamed6-May-05 19:18
taha mohamed6-May-05 19:18 
GeneralCustomizing .NET Collection Editor Pin
heavenamour6-May-05 18:50
heavenamour6-May-05 18:50 
GeneralRe: Customizing .NET Collection Editor Pin
spif20016-May-05 21:04
spif20016-May-05 21:04 
GeneralRe: Customizing .NET Collection Editor Pin
heavenamour7-May-05 0:08
heavenamour7-May-05 0:08 
GeneralRe: Customizing .NET Collection Editor Pin
StealthyMark7-May-05 12:15
StealthyMark7-May-05 12:15 
GeneralCustomizing .NET Collection Editor Pin
heavenamour6-May-05 18:49
heavenamour6-May-05 18:49 
Confused | :confused: Hi every body
I Wrote a calendar class that have a collection of holidays as an ArrayList. This

collection is a property of my custom control that I want Add some objects of

Holiday class to it at design time.I want to customize the .NET collection editor

to add my Holiday class instances instead of object type.Please help me.
My holiday class is very simple as follow :

public class Holiday
{
private int month;
private int day;
private string reason;

public Holiday(int month,int day,int reason)
{...}
//Properties
public int Month
{...}

public int Day
{...}

public string Reason
{...}

}

I read some articles is code project but they were very complicated.Please give

me one simple tutorial link if you can.

Xironix
Generaldisplaying and zooming in and out of a pdf Pin
brian556-May-05 11:58
brian556-May-05 11:58 
GeneralRe: displaying and zooming in and out of a pdf Pin
Yulianto.6-May-05 16:23
Yulianto.6-May-05 16:23 
GeneralRe: displaying and zooming in and out of a pdf Pin
brian556-May-05 16:56
brian556-May-05 16:56 
GeneralRe: displaying and zooming in and out of a pdf Pin
Yulianto.6-May-05 17:07
Yulianto.6-May-05 17:07 
GeneralRe: displaying and zooming in and out of a pdf Pin
Uwe Keim7-May-05 5:23
sitebuilderUwe Keim7-May-05 5:23 
GeneralProblem with redrawing text in a windows form Pin
Darktaz6-May-05 10:44
Darktaz6-May-05 10:44 
GeneralRe: Problem with redrawing text in a windows form Pin
MoustafaS6-May-05 13:09
MoustafaS6-May-05 13:09 
GeneralRe: Problem with redrawing text in a windows form Pin
Darktaz6-May-05 13:34
Darktaz6-May-05 13:34 
GeneralRe: Problem with redrawing text in a windows form Pin
MoustafaS6-May-05 14:15
MoustafaS6-May-05 14:15 
GeneralForm.Hide(), or Form.Close() not working Pin
Jeea6-May-05 10:01
Jeea6-May-05 10:01 
GeneralRe: Form.Hide(), or Form.Close() not working Pin
Dave Kreskowiak6-May-05 12:08
mveDave Kreskowiak6-May-05 12:08 
GeneralNewly created file stays locked Pin
dratcha6-May-05 9:46
dratcha6-May-05 9:46 
GeneralRe: Newly created file stays locked Pin
Colin Angus Mackay6-May-05 10:52
Colin Angus Mackay6-May-05 10:52 
GeneralRe: Newly created file stays locked Pin
dratcha6-May-05 11:18
dratcha6-May-05 11:18 
GeneralForm Show() method hangs, does not display controls Pin
methodincharge6-May-05 7:26
methodincharge6-May-05 7:26 
GeneralRe: Form Show() method hangs, does not display controls Pin
S. Senthil Kumar6-May-05 7:59
S. Senthil Kumar6-May-05 7:59 
GeneralRe: Form Show() method hangs, does not display controls Pin
methodincharge6-May-05 8:46
methodincharge6-May-05 8:46 

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.