// comboBox1 // this.comboBox1.DataSource = this.tblStatusBindingSource; this.comboBox1.DisplayMember = "Status"; this.comboBox1.ValueMember = "sID";
private void comboBox1_SelectedValueChanged(object sender, EventArgs e) { try { MessageBox.Show(comboBox1.SelectedValue.ToString()); } catch { } }
this.comboBox1.DataBindings.Add(new System.Windows.Forms.Binding("SelectedValue", this.tbltestBindingSource, "status", true)); this._nameTextBox.DataBindings.Add(new System.Windows.Forms.Binding("Text", this.tbltestBindingSource, "_name", true));
เพื่อความปลอดภัยของเว็บบอร์ด ไม่อนุญาติให้แทรก แท็ก [img]....[/img] โดยการอัพโหลดไฟล์รูปจากที่อื่น เช่นเว็บไซต์ ฟรีอัพโหลดต่าง ๆ อัพโหลดแทรกรูปภาพ ให้ใช้บริการอัพโหลดไฟล์ของไทยครีเอท และตัดรูปภาพให้พอดีกับสกรีน เพื่อความโหลดเร็วและไฟล์ไม่ถูกลบทิ้ง