
08/09/2008, 06:45
|
 | | | Fecha de Ingreso: julio-2008
Mensajes: 355
Antigüedad: 16 años, 10 meses Puntos: 2 | |
Respuesta: Textbox con formato fecha Entonces ocupas 6 textbox para cada tiempo, es decir, uno para dia, otro para mes, otro para año, etc de tal manera que cuando vas a digitar sobre un textbox se agregue en un setimo textbox el formato. Ese setimo textbox lo puedes hacer asi:
Text7.txt = (Textdia.txt, "/" , Textmes.txt, "/" , Textanno.txt, " " , Texthora.txt, ":" , Textminutos.txt, ":" , Textsegundos.txt)
Espero te sirva |