|
-
Sep 30th, 2005, 01:44 PM
#1
Thread Starter
New Member
How could I set up global value for my DLL?
I am confusing about my dll which is for ArcMap.
There are 4 forms, one is Property Setting Form which will provide certain value to other forms, at present, I am using form.hide after user setup the property value, then other forms could directly get those values. But I need to unload the Property Setting Form after user sets up those values, so could some one help me to set up global value for this dll or other ways to solve this problem? thank you for your time and attention.
Regards
Yanli
-
Sep 30th, 2005, 08:09 PM
#2
Fanatic Member
Re: How could I set up global value for my DLL?
I don't think this is possible - at lieast I can't think of anything right now -
you may have to persist this data you need to temp file (.ini) or to the registry - somewhere that the dll method knows about and can retrieve.
-
Sep 30th, 2005, 08:53 PM
#3
Re: How could I set up global value for my DLL?
alaazz,
Can't understand what you mean.
-
Sep 30th, 2005, 09:34 PM
#4
Re: How could I set up global value for my DLL?
You may want to set a Get Property so that your app could retrieve those values...
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|