Added: 9 months ago
From: oo0Burnz0oo
Views: 2,922
Sort by time | Sort by thread (beta)

Link to this comment:

Share to:

All Comments (16)

Sign In or Sign Up now to post a comment!
  • 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 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.ToLo­wer()))

    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 ;)

  • 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 I'll try to figure it out ;)

  • @oo0Burnz0oo Thx :)

  • 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 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.Sta­rt(tbxRun.Text);

    If you have any Questions, feel free to comment again! Thanks for your comment.

  • @oo0Burnz0oo thx !

  • @snap0pans welcome.

  • @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 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

  • listbox1.SetSelected(i, true); wird bei mir rot unterwellt weiß einer wiso ?

  • Welcome.

  • Thanx.

  • sehr gut mein freund!!!

  • @kaain775 thx mate

Loading...
Alert icon
0 / 00Unsaved Playlist Return to active list
    1. Your queue is empty. Add videos to your queue using this button:
      or sign in to load a different list.
    Loading...Loading...Saving...
    • Clear all videos from this list
    • Learn more