Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations TouchToneTommy on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Search results for query: *

  • Users: yamamoto
  • Content: Threads
  • Order by date
  1. yamamoto

    Menus and MDI

    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...
  2. yamamoto

    Collections and userdefined types

    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...

Part and Inventory Search

Back
Top