Ver Mensaje Individual
  #2 (permalink)  
Antiguo 08/09/2008, 06:45
Avatar de moradazo
moradazo
 
Fecha de Ingreso: julio-2008
Ubicación: [email protected]
Mensajes: 355
Antigüedad: 15 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