How do I programmatically get the MM .NET install directory?
You can programmatically determine the MM .NET installation directory by calling the static mmFramework.GetInstallDir() method.
In C#:
mmFramework.GetInstallDir();In VB .NET:
mmFramework.GetInstallDir()
© (c) 2026 Oak Leaf Enterprises, Inc., 1996-2026 • Updated: 07/05/04
Comment or report problem with topic
