Ver Mensaje Individual
  #2 (permalink)  
Antiguo 29/09/2006, 19:07
luciano
 
Fecha de Ingreso: abril-2004
Mensajes: 192
Antigüedad: 21 años, 1 mes
Puntos: 0
Hola, te paso una idea:

pone un Msflexgrid1 y un text1

Código:
Private Declare Function SetParent Lib "user32" (ByVal hWndChild As Long, ByVal hWndNewParent As Long) As Long

Private Sub Form_Load()
SetParent Text1.hWnd, MSFlexGrid1.hWnd

With Text1

.Top = 0
.Left = 0
.Width = MSFlexGrid1.Width
.Height = 50

End With

End Sub
__________________
Recursos visual basic