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

C#

 
QuestionDuration of Media in C# Pin
ytubis8-Oct-06 10:13
ytubis8-Oct-06 10:13 
AnswerRe: Duration of Media in C# Pin
Christian Graus8-Oct-06 11:50
protectorChristian Graus8-Oct-06 11:50 
AnswerRe: Duration of Media in C# Pin
Niiiissssshhhhhuuuuu8-Oct-06 17:47
Niiiissssshhhhhuuuuu8-Oct-06 17:47 
QuestionPrinting Problem ...... Pin
galigal158-Oct-06 7:42
galigal158-Oct-06 7:42 
Questionstring array property Pin
Tuwing.Sabado8-Oct-06 6:37
Tuwing.Sabado8-Oct-06 6:37 
AnswerRe: string array property Pin
Nader Elshehabi8-Oct-06 6:40
Nader Elshehabi8-Oct-06 6:40 
GeneralRe: string array property Pin
Tuwing.Sabado8-Oct-06 7:05
Tuwing.Sabado8-Oct-06 7:05 
AnswerRe: string array property Pin
Martin#8-Oct-06 20:38
Martin#8-Oct-06 20:38 
Hello,


Maybe 'System.Collections.Specialized.StringCollection' can help you somehow, to make your code more dynamic.

private System.Collections.Specialized.StringCollection _mystringcollection = new System.Collections.Specialized.StringCollection;

public System.Collections.Specialized.StringCollection MyStringCollection
{
    get
    {
        return _mystringcollection;
    }
    set
    {
        _mystringcollection = value;
    }
}


All the best,

Martin
QuestionHow to connect to an sql database that requires a password Pin
Anthony Mushrow8-Oct-06 5:59
professionalAnthony Mushrow8-Oct-06 5:59 
AnswerRe: How to connect to an sql database that requires a password Pin
mav.northwind8-Oct-06 6:24
mav.northwind8-Oct-06 6:24 
GeneralRe: How to connect to an sql database that requires a password Pin
Anthony Mushrow8-Oct-06 6:31
professionalAnthony Mushrow8-Oct-06 6:31 
QuestionHow to install a document in the Users My Documents folder Pin
Tad McClellan8-Oct-06 3:53
professionalTad McClellan8-Oct-06 3:53 
AnswerRe: How to install a document in the Users My Documents folder Pin
Anthony Mushrow8-Oct-06 6:03
professionalAnthony Mushrow8-Oct-06 6:03 
GeneralRe: How to install a document in the Users My Documents folder Pin
Tad McClellan8-Oct-06 6:11
professionalTad McClellan8-Oct-06 6:11 
AnswerRe: How to install a document in the Users My Documents folder Pin
Nader Elshehabi8-Oct-06 6:38
Nader Elshehabi8-Oct-06 6:38 
GeneralRe: How to install a document in the Users My Documents folder Pin
Tad McClellan8-Oct-06 6:42
professionalTad McClellan8-Oct-06 6:42 
GeneralRe: How to install a document in the Users My Documents folder Pin
Nader Elshehabi8-Oct-06 6:52
Nader Elshehabi8-Oct-06 6:52 
GeneralRe: How to install a document in the Users My Documents folder Pin
Tad McClellan8-Oct-06 7:00
professionalTad McClellan8-Oct-06 7:00 
QuestionGetting user name and user password of user logged in windows. Pin
dhriaj8-Oct-06 2:34
dhriaj8-Oct-06 2:34 
AnswerRe: Getting user name and user password of user logged in windows. Pin
Tad McClellan8-Oct-06 3:37
professionalTad McClellan8-Oct-06 3:37 
GeneralRe: Getting user name and user password of user logged in windows. Pin
Anthony Mushrow8-Oct-06 12:00
professionalAnthony Mushrow8-Oct-06 12:00 
Questionhow to kill a thread gracfully Pin
Parshant Verma8-Oct-06 1:37
Parshant Verma8-Oct-06 1:37 
AnswerRe: how to kill a thread gracfully [modified] Pin
Guffa8-Oct-06 2:13
Guffa8-Oct-06 2:13 
AnswerRe: how to kill a thread gracfully Pin
User 66588-Oct-06 2:18
User 66588-Oct-06 2:18 
QuestionCombobox problems Pin
Glen Harvy8-Oct-06 0:08
Glen Harvy8-Oct-06 0:08 

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.