Main Customization File path

Main Customization File path

Anonymous
Not applicable
417 Views
4 Replies
Message 1 of 5

Main Customization File path

Anonymous
Not applicable
I am looking for a way to set the Main Customization File path using vba.
Any ideas on how to do this. I saw a system var that may be my answer but
it is set to read only. The var name was menuname.

any help would be appreciated.

Nate
0 Likes
418 Views
4 Replies
Replies (4)
Message 2 of 5

Anonymous
Not applicable
Hi Nate,

The value is stored in the registry. You could change it there.

--


Laurie Comerford
CADApps
www.cadapps.com.au

"Nate Hunter" wrote in message
news:[email protected]...
I am looking for a way to set the Main Customization File path using vba.
Any ideas on how to do this. I saw a system var that may be my answer but
it is set to read only. The var name was menuname.

any help would be appreciated.

Nate
0 Likes
Message 3 of 5

Anonymous
Not applicable
I haven't got 2006 installed but in 2005 the menu could be set with the following property.
ThisDrawing.Application.Preferences.Files.MenuFile
I would assume it is similar for the CUI in 2006.
Regards - Nathan
0 Likes
Message 4 of 5

Anonymous
Not applicable
How would I go about doing that? I have never changed anything in the
registry before


"Laurie Comerford" wrote in message
news:[email protected]...
Hi Nate,

The value is stored in the registry. You could change it there.

--


Laurie Comerford
CADApps
www.cadapps.com.au

"Nate Hunter" wrote in message
news:[email protected]...
I am looking for a way to set the Main Customization File path using vba.
Any ideas on how to do this. I saw a system var that may be my answer but
it is set to read only. The var name was menuname.

any help would be appreciated.

Nate
0 Likes
Message 5 of 5

Anonymous
Not applicable
Hi,

I use RegObj - one of numerous available methods.

Search for "Regobj", download it and the help files with it tell you all you
need to know inclusive of sample code for both reading and writing to the
registry.

--


Laurie Comerford
CADApps
www.cadapps.com.au


"Nate Hunter" wrote in message
news:[email protected]...
How would I go about doing that? I have never changed anything in the
registry before


"Laurie Comerford" wrote in message
news:[email protected]...
Hi Nate,

The value is stored in the registry. You could change it there.

--


Laurie Comerford
CADApps
www.cadapps.com.au

"Nate Hunter" wrote in message
news:[email protected]...
I am looking for a way to set the Main Customization File path using vba.
Any ideas on how to do this. I saw a system var that may be my answer but
it is set to read only. The var name was menuname.

any help would be appreciated.

Nate
0 Likes