Prikazi cijelu temu 17.08.2012 18:44
Gjoreski Van mreze
Administrator
Registrovan od:02.02.2009
Lokacija:Ohrid Makedonija


Predmet:Re: Bar kod čitac i SetFocus
eve probaj so ova
PreuzmiIzvorni kôd (Visual Basic):
  1.  Select Case Screen.ActiveControl.Name
  2.                  Case "Text2"
  3.                        MsgBox "Ovde prva funkcija"
  4.                  Case "Text3"
  5.                        MsgBox "Ovde vtora funkcija"
  6.                  Case "Text4"
  7.                        MsgBox "Ovde treta funkcija"
  8.                  Case Else
  9.                        MsgBox "Ovde nema funkcija"
  10.            End Select
  11.