I have an MDI interface and on one MDI-child I have a popup-menu and don't want that one to be visible in the parent menu. Right now when the MDI-child got focus the parent-menu switches to the popup-menu I have in the MDI-child.
I also wonder if it is possible to have a menu on an MDI-child...
I have a problem with adding a record defined by the type statement to a collection. I have tried to define the collection and the record both public and private and in a module.
eg:
Private Type groupRecord
name As String
no As Integer
Index() As Integer
End Type
private group as...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.