Hi All,
I am getting access violation when I am accessing the Menu Item of the MDI Child which was created from a DLL. I am creating the MDI form like this: * First I am loading the DLL into the memory * In next step I am assigning DLL's 'Application' and 'Screen' variables with executable 'Application' and 'Screen' Values * Third Step I am creating the form as MDI Child. Up to this point the application is working fine. On activation of this MDI Child form I am assigning the MDI Child menu to one of the menu items of the Main application. When I am trying to access this menu items system is throwing access violation. Is any thing wrong in my process? Please give some pointers. Regards, Ravi _______________________________________________ Delphi mailing list -> [email protected] http://www.elists.org/mailman/listinfo/delphi

