Click here to Skip to main content
15,906,816 members
Home / Discussions / C#
   

C#

 
GeneralRe: Control Box Close Button Event Pin
Luc Pattyn23-Jul-07 4:59
sitebuilderLuc Pattyn23-Jul-07 4:59 
QuestionFile Download Pin
AB777122-Jul-07 20:33
AB777122-Jul-07 20:33 
AnswerRe: File Download Pin
Christian Graus22-Jul-07 20:54
protectorChristian Graus22-Jul-07 20:54 
GeneralRe: File Download Pin
AB777122-Jul-07 20:59
AB777122-Jul-07 20:59 
Questionglossary Pin
vimala soujanya22-Jul-07 20:29
vimala soujanya22-Jul-07 20:29 
AnswerRe: glossary Pin
Christian Graus22-Jul-07 20:52
protectorChristian Graus22-Jul-07 20:52 
Questiondropdown list problem Pin
srinivassam22-Jul-07 20:26
srinivassam22-Jul-07 20:26 
AnswerRe: dropdown list problem Pin
Christian Graus22-Jul-07 20:37
protectorChristian Graus22-Jul-07 20:37 
QuestionHow to disable right click menu/ context menu of datagrid Pin
Software_Guy_12322-Jul-07 20:03
Software_Guy_12322-Jul-07 20:03 
AnswerRe: How to disable right click menu/ context menu of datagrid Pin
Martin#22-Jul-07 20:16
Martin#22-Jul-07 20:16 
GeneralRe: How to disable right click menu/ context menu of datagrid Pin
Software_Guy_12322-Jul-07 20:45
Software_Guy_12322-Jul-07 20:45 
AnswerRe: How to disable right click menu/ context menu of datagrid Pin
Software_Guy_12330-Jul-07 19:54
Software_Guy_12330-Jul-07 19:54 
QuestionMutlithreading:-Playing Mutiple Video files CPU 100% Pin
leoiser22-Jul-07 19:51
leoiser22-Jul-07 19:51 
AnswerRe: Mutlithreading:-Playing Mutiple Video files CPU 100% Pin
Luc Pattyn23-Jul-07 2:25
sitebuilderLuc Pattyn23-Jul-07 2:25 
GeneralRe: Mutlithreading:-Playing Mutiple Video files CPU 100% Pin
leoiser23-Jul-07 2:55
leoiser23-Jul-07 2:55 
GeneralRe: Mutlithreading:-Playing Mutiple Video files CPU 100% Pin
Luc Pattyn23-Jul-07 3:10
sitebuilderLuc Pattyn23-Jul-07 3:10 
QuestionHow to start C# application along with windows. Pin
Janu_M22-Jul-07 19:22
Janu_M22-Jul-07 19:22 
AnswerRe: How to start C# application along with windows. Pin
leoiser22-Jul-07 19:56
leoiser22-Jul-07 19:56 
GeneralRe: How to start C# application along with windows. Pin
Janu_M22-Jul-07 21:56
Janu_M22-Jul-07 21:56 
AnswerRe: How to start C# application along with windows. Pin
Ravi Bhavnani22-Jul-07 20:56
professionalRavi Bhavnani22-Jul-07 20:56 
GeneralRe: How to start C# application along with windows. Pin
Janu_M22-Jul-07 21:56
Janu_M22-Jul-07 21:56 
QuestionQuick Listbox Question Pin
Michael Fritzius22-Jul-07 18:55
professionalMichael Fritzius22-Jul-07 18:55 
Hi everybody,

I have a quick question about listboxes. I have a project where I want to take a string, and see if a Listbox full of substrings has any matches in it. So if the big string is "abcdefg" and the listbox has "arq", "bcd" and "qrs", then the answer is YES. For example:


//listbox is populated with "chunks" of data
string xyz;

foreach(string in the listbox)
{
//does this listbox string exist somewhere in the big string xyz?
if(true)
{
//do something
}
}

I have no idea how to do this. It seems simple enough but there doesn't seem to be the right method out there.

Thanks for your time,
Michael Fritzius
AnswerRe: Quick Listbox Question Pin
Christian Graus22-Jul-07 18:58
protectorChristian Graus22-Jul-07 18:58 
AnswerRe: Quick Listbox Question Pin
Paul Conrad22-Jul-07 19:28
professionalPaul Conrad22-Jul-07 19:28 
AnswerRe: Quick Listbox Question Pin
Luc Pattyn23-Jul-07 2:30
sitebuilderLuc Pattyn23-Jul-07 2:30 

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.