Sy sudah coba pake event clik, tetap ga bs, hrs cek di mn lagi yah?
----- Original Message ---- From: "[EMAIL PROTECTED]" <[EMAIL PROTECTED]> To: [email protected] Sent: Thursday, July 24, 2008 2:44:21 PM Subject: Re: [Programmer-VB] setfocus koding tersebut untuk event keypress, ketika tekan enter fokus di txt1. Kalau ingin setelah memilih tanggal baru txt1 fokus, gunakan event click. Best Regards Arlenda Fitranto iwan gunawan <[EMAIL PROTECTED] com> Sent by: Programmer-VB@ yahoogroups. com 24/07/2008 14:01 Please respond to Programmer-VB@ yahoogroups. com To indoprog-vb@ yahoogroups. com cc programmer-VB@ yahoogroups. com Subject [Programmer- VB] setfocus Private Sub dtpicker1_KeyPress( KeyAscii As Integer) If KeyAscii = 13 Then txt1.SetFocus End If End Sub koding diatas salah dimana yah, gw pengen pas dtpicker di klik/enter, pilih tgl trus setfocus ada di txt1, thanks yah b4. __._,_._
