Ver Mensaje Individual
  #4  
Antiguo 10-01-2004
__cadetill __cadetill is offline
Miembro
 
Registrado: may 2003
Posts: 3.387
Reputación: 25
__cadetill Va por buen camino
Hola wallesis

Pues lo acabo de probar en Delphi 6 en un W2k Prof. y me ha funcionado bien, sin el detalle este que mencionas

Te pongo la definición de los objetos del Form Padre para que veas como ha quedado a ver....

Código:
object Form1: TForm1
  Left = 221
  Top = 103
  Width = 696
  Height = 480
  Caption = 'Form1'
  Color = clBtnFace
  Font.Charset = DEFAULT_CHARSET
  Font.Color = clWindowText
  Font.Height = -11
  Font.Name = 'MS Sans Serif'
  Font.Style = []
  FormStyle = fsMDIForm
  Menu = MainMenu1
  OldCreateOrder = False
  WindowMenu = Ventanas1
  PixelsPerInch = 96
  TextHeight = 13
  object ToolBar1: TToolBar
    Left = 0
    Top = 0
    Width = 688
    Height = 29
    Caption = 'ToolBar1'
    TabOrder = 0
    object ToolButton1: TToolButton
      Left = 0
      Top = 2
      Caption = 'ToolButton1'
      ImageIndex = 0
      OnClick = ToolButton1Click
    end
  end
  object MainMenu1: TMainMenu
    Left = 80
    Top = 88
    object Ventanas1: TMenuItem
      Caption = 'Ventanas'
      object Crar1: TMenuItem
        Caption = 'Crear'
      end
    end
  end
end
En negrita señalo lo más relevante del tema (creo )

Última edición por __cadetill fecha: 10-01-2004 a las 15:58:35.
Responder Con Cita