@mustcoolin You simply have to convert all the letters to non-capitals. So if you wanted to know if String a contains String b then the if statement would be:
@snap0pans do you mean like the windows "run" dialog? thats easy, no need of a video tut. so lets say your textbox is tbxRun and you button is btnRun, so you just go into btnRun_click event and type:
System.Diagnostics.Process.Start(tbxRun.Text);
If you have any Questions, feel free to comment again! Thanks for your comment.
@snap0pans Sorry, i haven't been online for a few weeks...
Now first off, what do you mean with using string? And second, btnRun is the name of the button(btn = button) you click to start the process(if you want to trigger that with a button).tbxRun is the name of the textbox where you type the name of the process you want to run. (tbx = textbox)
Just keep on watching tutorials and try things out, then you will get better and discover new possibilities on your own.
how can i search without care it capital letter or not.
i mean. even i type in small letter, still can find the item who has capital letter.
mustcoolin 2 weeks ago
@mustcoolin You simply have to convert all the letters to non-capitals. So if you wanted to know if String a contains String b then the if statement would be:
if(a.ToLower().Contains(b.ToLower()))
in my code it would be
if(listBox1.items[i].ToString().ToLower().Contains(textBox1.Text.ToLower()))
if you still have problems, just pm or comment ;)
oo0Burnz0oo 4 days ago
Hi i'm making a program and i need a search engine that is connected to an Excel file. Pls help me how to do it:) Cheers from Sweden.
issibooi 3 weeks ago
@issibooi I'll try to figure it out ;)
oo0Burnz0oo 4 days ago
@oo0Burnz0oo Thx :)
issibooi 3 days ago
could you make a tut or explain to me how i make a normal texbox to search in run and start what ever i wrote in the textbox?
snap0pans 3 months ago
@snap0pans do you mean like the windows "run" dialog? thats easy, no need of a video tut. so lets say your textbox is tbxRun and you button is btnRun, so you just go into btnRun_click event and type:
System.Diagnostics.Process.Start(tbxRun.Text);
If you have any Questions, feel free to comment again! Thanks for your comment.
oo0Burnz0oo 3 months ago
@oo0Burnz0oo thx !
snap0pans 3 months ago
@snap0pans welcome.
oo0Burnz0oo 3 months ago
@oo0Burnz0oo oh w8! don't i have to use string? and i don't exactly know what btnRun is etc. i have only been doing with c# for 2 weeks...
snap0pans 3 months ago
@snap0pans Sorry, i haven't been online for a few weeks...
Now first off, what do you mean with using string? And second, btnRun is the name of the button(btn = button) you click to start the process(if you want to trigger that with a button).tbxRun is the name of the textbox where you type the name of the process you want to run. (tbx = textbox)
Just keep on watching tutorials and try things out, then you will get better and discover new possibilities on your own.
Thanks 4 the question
BurnZ
oo0Burnz0oo 1 month ago
listbox1.SetSelected(i, true); wird bei mir rot unterwellt weiß einer wiso ?
thuTheundertakerbest 3 months ago
Welcome.
oo0Burnz0oo 3 months ago
Thanx.
Oguzhandemiroz 3 months ago
sehr gut mein freund!!!
kaain775 7 months ago
@kaain775 thx mate
oo0Burnz0oo 7 months ago