Exemplo n.º 1
0
 private void tenbd_TextChanged(object sender, System.EventArgs e)
 {
     if (this.ActiveControl == tenbd)
     {
         Filter_dmbd(tenbd.Text);
         listDMBD.BrowseToDmbd(tenbd, mabd, soluong, mabd.Location.X, mabd.Location.Y + mabd.Height - 2, mabd.Width + lTen.Width + tenbd.Width + lTenhc.Width + tenhc.Width - 32, mabd.Height + 5);
     }
 }
Exemplo n.º 2
0
 private void mabd_TextChanged(object sender, System.EventArgs e)
 {
     if (this.ActiveControl == mabd)
     {
         Filter_mabd(mabd.Text);
         listDMBD.BrowseToDmbd(mabd, tenbd, tenbd, mabd.Location.X, mabd.Location.Y + mabd.Height - 2, mabd.Width + tenbd.Width + tenhc.Width + dang.Width + 5, mabd.Height + 5);
     }
 }