In Windows Mobile 5 how can you find the "Programs Files" folder? I
found the link below but the solution there does not work for WM5.

http://www.pocketpcdn.com/articles/special_folders.html

_______
Free Windows Clipboard Utility
http://www.clipboardmagic.com/

Re: How to find the Programs Files folder in WM5? by Alan

Alan
Wed Nov 22 20:24:30 CST 2006

How about using this API

SHGetSpecialFolderPath

Mike æ??å?°:
> In Windows Mobile 5 how can you find the "Programs Files" folder? I
> found the link below but the solution there does not work for WM5.
>
> http://www.pocketpcdn.com/articles/special_folders.html
>
> _______
> Free Windows Clipboard Utility
> http://www.clipboardmagic.com/

Re: How to find the Programs Files folder in WM5? by r_z_aret

r_z_aret
Fri Nov 24 11:11:58 CST 2006

On Thu, 23 Nov 2006 10:24:30 +0800, Alan
<alan@discussions.microsoft.com> wrote:

>How about using this API
>
>SHGetSpecialFolderPath

The link provided in the original post describes how to use that
function. I assume "the solution there does not work for WM 5" means
the OP tried to use the function, but failed.


>
>Mike ??:
>> In Windows Mobile 5 how can you find the "Programs Files" folder? I
>> found the link below but the solution there does not work for WM5.
>>
>> http://www.pocketpcdn.com/articles/special_folders.html
>>
>> _______
>> Free Windows Clipboard Utility
>> http://www.clipboardmagic.com/

-----------------------------------------
To reply to me, remove the underscores (_) from my email address (and please indicate which newsgroup and message).

Robert E. Zaret, eMVP
PenFact, Inc.
20 Park Plaza, Suite 478
Boston, MA 02116
www.penfact.com

Re: How to find the Programs Files folder in WM5? by Robert

Robert
Fri Nov 24 20:34:03 CST 2006

See
http://msdn2.microsoft.com/en-us/library/system.environment.getfolderpath.aspx
(Note you need Compact Framework 2.0)

Regards, Robert Kovacic

"Mike" <inforequest@spam-killer-remove-techie.com> wrote in message
news:jhd9m2hbknpcdmj9i1b4lc77ne289occoq@4ax.com...
> In Windows Mobile 5 how can you find the "Programs Files" folder? I
> found the link below but the solution there does not work for WM5.
>
> http://www.pocketpcdn.com/articles/special_folders.html
>
> _______
> Free Windows Clipboard Utility
> http://www.clipboardmagic.com/