Part of Slepp's ProjectsPastebinTURLImagebinFilebin
Feedback -- English French German Japanese
Create Upload Newest Tools Donate
Sign In | Create Account

Advertising

advertising

related pastes to tag 'listbox'

654317 - Robert: c listbox
  1. This works to search in the searchbox and display the found result in the ListBox:
  2.  
  3.         private void txtSearch_TextChanged(object sender, System.EventArgs e)
  4.         {
  5.  
  6.             // clear the results list
  7.             lstResults.Items.Clear();
  8.  
  9.  
654249 - Robert: c listbox
  1. This works to search in the searchbox and display the found result in the ListBox:
  2.  
  3.         private void txtSearch_TextChanged(object sender, System.EventArgs e)
  4.         {
  5.  
  6.             // clear the results list
  7.             lstResults.Items.Clear();
  8.  
  9.  
654247 - Robert: c listbox
  1. This works to search in the searchbox and display the found result in the ListBox:
  2.  
  3.         private void txtSearch_TextChanged(object sender, System.EventArgs e)
  4.         {
  5.  
  6.             // clear the results list
  7.             lstResults.Items.Clear();
  8.  
  9.  
fantasy-obligation