private void Form1_Load(object sender, System.EventArgs e) { listBox1.Items.Add("Angelina"); listBox1.Items.Add("Isabella"); listBox1.Items.Add("Sarah"); } private void button1_Click(object sender, System.EventArgs e) { // Set the search string: string myString = "Isabella"; // Search starting from index -1: int index = listBox1.FindString(myString, -1); if (index != -1) { // Select the found item: listBox1.SetSelected(index,true); // Send a success message: MessageBox.Show("Found the item \"" + myString + "\" at index: " + index); } else MessageBox.Show("Item not found."); }
เพื่อความปลอดภัยของเว็บบอร์ด ไม่อนุญาติให้แทรก แท็ก [img]....[/img] โดยการอัพโหลดไฟล์รูปจากที่อื่น เช่นเว็บไซต์ ฟรีอัพโหลดต่าง ๆ อัพโหลดแทรกรูปภาพ ให้ใช้บริการอัพโหลดไฟล์ของไทยครีเอท และตัดรูปภาพให้พอดีกับสกรีน เพื่อความโหลดเร็วและไฟล์ไม่ถูกลบทิ้ง