It's not a holliday for me, we still have to acomplished our yearly planted target. There's no Sunday here now, well it's another story.
I'm planning to extract a value from a key in windows registry, and sometimes maybe to insert a key and it value. Can someone guide me how to get to it?
TIA
Regards,
Zery
--
You received this message because you are subscribed to the
Google Groups "MapInfo-L" group.To post a message to this group, send
email to mapi...@googlegroups.com
To unsubscribe from this group, go to:
http://groups.google.com/group/mapinfo-l/subscribe?hl=en
For more options, information and links to MapInfo resources (searching
archives, feature requests, to visit our Wiki, visit the Welcome page at
http://groups.google.com/group/mapinfo-l?hl=en
Regards,
Zery
Regards,
Zery
On 12/20/2010 6:31 AM, college.atlas wrote:
> Simple typo Zery. Seems not having a Sunday off is not a good thing.
>
> Your read path iReturn reads "Software\Microsoft\Windows\CurrentVersion
> \Explorer\ComDlg2\OpenSaveMRU\wor"
>
> Should read "Software\Microsoft\Windows\CurrentVersion\Explorer
> \ComDlg32\OpenSaveMRU\wor" (NOTE ComDlg32 not ComDlg2)
>
> Worked for me straight after that.
>
>
>
> On Dec 19, 7:29 pm, Zery<zery...@gmail.com> wrote:
>> So I've looked to the source, and try a little bit. I have attached a
>> sample of my code, the problem I'm getting is it GetMRUPath() functions
>> returns an empty string. Where did it go wrong?
>>
>> Regards,
>> Zery
>>
>> On 12/18/2010 4:58 PM, Peter Horsb�ll M�ller wrote:
>>
>>
>>
>>
>>
>>
>>
>>> Zery,
>>> There are some nice articles on this topic:
>>> http://support.microsoft.com/kb/145679
>>> http://en.wikipedia.org/wiki/Windows_Registry
>>> And even some using MapBasic:
>>> http://www.mail-archive.com/mapinf...@lists.directionsmag.com/msg26315.html
>>> Peter Horsb�ll M�ller