CodeGuru Home VC++ / MFC / C++ .NET / C# Visual Basic VB Forums Developer.com
Results 1 to 2 of 2
  1. #1
    Join Date
    Jun 2013
    Posts
    14

    Call Sub From mdiForm in Form1

    I have MdiForm and Form1 as a child
    Form1 has a menu 'mnuClear' Sub mnuClear_Click
    MdiForm a button Clear

    Can you click on the button from MdiForm call sub mnuClear_Click in Form1
    Sub mnuClear uses local variables and can not be moved to the module ...

  2. #2
    VictorN's Avatar
    VictorN is offline Super Moderator Power Poster
    Join Date
    Jan 2003
    Location
    Hanover Germany
    Posts
    20,395

    Re: Call Sub From mdiForm in Form1

    What language do you use? VC++ or VB? Or some other?
    Victor Nijegorodov

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  





Click Here to Expand Forum to Full Width

Featured