ªð¦^¦Cªí ¤W¤@¥DÃD µo©«

¤G­Ó±±¨î¶µ°ÝÃD ·Q½Ð°Ý.

¦^ÂвÄ2­Ó°ÝÃD
¨S¦³¦Û±aªº"tab order", ¦ý¥i¥H³q¹Levent¨Ó¿ï¤U¤@­Ó¥Ø¼Ð¦ì¸m.

¨Ò¦pspinbutton1 tab«á¸õ¨ì textbox1
textbox1 tab«á¸õ¦^ spinbutton1
  1. Private Sub SpinButton1_KeyDown(ByVal KeyCode As MSForms.ReturnInteger, ByVal Shift As Integer)
  2.     If KeyCode = vbKeyTab Then
  3.         TextBox1.Activate
  4.     End If
  5. End Sub
  6. Private Sub TextBox1_KeyDown(ByVal KeyCode As MSForms.ReturnInteger, ByVal Shift As Integer)
  7.     If KeyCode = vbKeyTab Then
  8.         SpinButton1.Activate
  9.     End If
  10. End Sub
½Æ»s¥N½X
°Ñ¦Ò:http://www.ozgrid.com/forum/showthread.php?t=47454
À´±oµo°Ý,µª®×´N·|¦b¨ä¤¤

¤µ¤éの¤@¬íは  ©ú¤éにない
http://kimbalko-chi.blogspot.com
http://kimbalko.blogspot.com

TOP

        ÀR«ä¦Û¦b : ¡i°±º¢¤£«e¡A²×µL©Ò±o¡j¤H³£°g©ó´M§ä©_ÂÝ¡A¦]¦Ó°±º¢¤£«e¡FÁa¨Ï®É¶¡¦A¦h¡B¸ô¦Aªø¡A¤]¤FµL¥Î³B¡A²×µL©Ò±o¡C
ªð¦^¦Cªí ¤W¤@¥DÃD