Código:
- If Not TypeOf El_Control Is Label And _
- Not TypeOf El_Control Is Shape And _
- Not TypeOf El_Control Is Line Then _
- 'Dibuja la sombra: Indicar el color y el grosor
- Call Generar_Sombra(Contenedor, El_Control, ANCHO_SOMBRA, COLOR_SOMBRA)
- End If
-
en esta parte modificas el código de esta manera
- If TypeOf El_Control Is Textbox Then
- 'Dibuja la sombra: Indicar el color y el grosor
- Call Generar_Sombra(Contenedor, El_Control, ANCHO_SOMBRA, COLOR_SOMBRA)
- End If
revisá el código puesto lo modifique a "mano alazada"
nos vemos..