Property Page Running in different thread??

Add-in Express™ Support Service
That's what is more important than anything else

Property Page Running in different thread??
 
Michael


Guest


Do the AddinExpress.MSO.ADXOlPropertyPage's run in a different thread to my main add-in?

I'm storing my settings in a class, with all the variables, and subs being shared.

But when I access my settings variables from my add-in they have one value, when I access them from my property page they have another value...?

I don't want to keep loading my settings from registry everytime I need them. Hence why I store them in shared variables.

If they're in the same threads any idea whats going on? If they aren't then what would be a good way of getting round this?? (As property pages are mainly used for settings... guess theres a method that works?)

Michael
Posted 16 Jun, 2005 11:51:19 Top
Sergey Grischenko


Add-in Express team


Posts: 7233
Joined: 2004-07-05
Michael, do you use the shim for your add-in?
Posted 16 Jun, 2005 12:57:35 Top
Michael


Guest


Yes am using the c++ shim
Posted 16 Jun, 2005 15:20:29 Top
Sergey Grischenko


Add-in Express team


Posts: 7233
Joined: 2004-07-05
Hi Michael.

I will send you an example illustrating how to solve this issue by email.
Posted 17 Jun, 2005 10:26:26 Top