Click here to Skip to main content
15,912,329 members
Home / Discussions / C#
   

C#

 
GeneralRe: playing wma mp3 wav fuiles Pin
exhaulted1-Oct-04 6:02
exhaulted1-Oct-04 6:02 
GeneralAccess specifier Pin
Pothirajan C1-Oct-04 4:19
Pothirajan C1-Oct-04 4:19 
GeneralRe: Access specifier Pin
Nnamdi Onyeyiri1-Oct-04 5:43
Nnamdi Onyeyiri1-Oct-04 5:43 
GeneralRe: Access specifier Pin
Nick Parker1-Oct-04 8:42
protectorNick Parker1-Oct-04 8:42 
Generaladding tabs to window forms Pin
Mridang Agarwalla1-Oct-04 4:00
Mridang Agarwalla1-Oct-04 4:00 
GeneralRe: adding tabs to window forms Pin
Nick Parker1-Oct-04 10:58
protectorNick Parker1-Oct-04 10:58 
GeneralRe: adding tabs to window forms Pin
Mridang Agarwalla1-Oct-04 22:47
Mridang Agarwalla1-Oct-04 22:47 
GeneralCollection property Pin
Ajmoda1-Oct-04 3:54
Ajmoda1-Oct-04 3:54 
hello guys

i have implemented a collection which is derived from CollectionBase and create a control which has a Collection property like this:- eek:
[DesignerSerializationVisibility(DesignerSerializationVisibility.Content),
EditorAttribute("typeof(CollectionEditor)","typeof(System.Drawing.Design.UITypeEditor)")]

public MyCollection ButtonList
{
get
{
return (MyCollection)myObject;
}
set
{
this.myObject= value;
}
}
eek:

but the prblem is when i add the property values using Collection Editor it sets the values for the control but when i rebuild the project it reset the control property null. how can i resolve this problem or is there any place where Collection Editor store their values please help me.

thanx:
GeneraltextBox_KeyUp Pin
exhaulted1-Oct-04 1:56
exhaulted1-Oct-04 1:56 
GeneralRe: textBox_KeyUp Pin
Nnamdi Onyeyiri1-Oct-04 2:56
Nnamdi Onyeyiri1-Oct-04 2:56 
GeneralRe: textBox_KeyUp Pin
exhaulted1-Oct-04 4:50
exhaulted1-Oct-04 4:50 
QuestionC# Express 2005 beta - Which project files shouldn't go under source control? Pin
benjymous1-Oct-04 1:05
benjymous1-Oct-04 1:05 
AnswerRe: C# Express 2005 beta - Which project files shouldn't go under source control? Pin
IronSnake1-Oct-04 3:15
IronSnake1-Oct-04 3:15 
GeneralIOleCommandTarget in a .net COM server! HELP! HELP!! Pin
SmallUmka30-Sep-04 23:49
SmallUmka30-Sep-04 23:49 
GeneralGetThumbNailImageAbort Pin
Nick Seng30-Sep-04 23:24
Nick Seng30-Sep-04 23:24 
GeneralRe: GetThumbNailImageAbort Pin
Nick Parker1-Oct-04 6:09
protectorNick Parker1-Oct-04 6:09 
GeneralRe: GetThumbNailImageAbort Pin
Nick Seng1-Oct-04 8:23
Nick Seng1-Oct-04 8:23 
GeneralCollectionForm Pin
Claudia Peschke30-Sep-04 21:48
Claudia Peschke30-Sep-04 21:48 
Generaltables Pin
pat27088130-Sep-04 21:37
pat27088130-Sep-04 21:37 
Generalmaking 'AmbientProperties' Pin
Roger Alsing30-Sep-04 20:53
Roger Alsing30-Sep-04 20:53 
Generalout-of-memory exception thrown when using Find Pin
clatten30-Sep-04 20:37
clatten30-Sep-04 20:37 
GeneralRe: out-of-memory exception thrown when using Find Pin
clatten1-Oct-04 0:10
clatten1-Oct-04 0:10 
QuestionWill this cause memory leak? Pin
mitreviper30-Sep-04 20:22
mitreviper30-Sep-04 20:22 
AnswerRe: Will this cause memory leak? Pin
Stefan Troschuetz30-Sep-04 21:31
Stefan Troschuetz30-Sep-04 21:31 
AnswerRe: Will this cause memory leak? Pin
Nnamdi Onyeyiri1-Oct-04 2:59
Nnamdi Onyeyiri1-Oct-04 2:59 

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.