Ver Mensaje Individual
  #6 (permalink)  
Antiguo 08/06/2004, 11:04
Avatar de jamwsoft
jamwsoft
 
Fecha de Ingreso: septiembre-2003
Ubicación: Trujillo
Mensajes: 23
Antigüedad: 20 años, 8 meses
Puntos: 0
no encuentro tu mail así que te dejo el código del frm del mdi

VERSION 5.00
Begin VB.MDIForm mdiMenu
BackColor = &H8000000C&
Caption = "MDIForm1"
ClientHeight = 4050
ClientLeft = 60
ClientTop = 345
ClientWidth = 6480
LinkTopic = "MDIForm1"
StartUpPosition = 3 'Windows Default
Begin VB.PictureBox Picture1
Align = 1 'Align Top
Appearance = 0 'Flat
BackColor = &H00BA7B27&
ForeColor = &H80000008&
Height = 975
Left = 0
ScaleHeight = 945
ScaleWidth = 6450
TabIndex = 0
Top = 0
Width = 6480
Begin VB.ComboBox Combo1
Height = 315
Left = 915
TabIndex = 3
Text = "Combo1"
Top = 465
Width = 2085
End
Begin VB.TextBox Text1
Height = 285
Left = 930
TabIndex = 2
Text = "Text1"
Top = 105
Width = 1155
End
Begin VB.Label Label1
BackStyle = 0 'Transparent
Caption = "Label1"
Height = 270
Left = 180
TabIndex = 1
Top = 180
Width = 600
End
End
End
Attribute VB_Name = "mdiMenu"
Attribute VB_GlobalNameSpace = False
Attribute VB_Creatable = False
Attribute VB_PredeclaredId = True
Attribute VB_Exposed = False
Option Explicit