comp.os.mswindows.programmer.win32
  Home FAQ Contact Sign in
comp.os.mswindows.programmer.win32 only
 
Advanced search
May 2007
motuwethfrsasuw
 123456 18
78910111213 19
14151617181920 20
21222324252627 21
28293031    22
2007
 Jan   Feb   Mar   Apr 
 May   Jun   Jul   Aug 
 Sep   Oct   Nov   Dec 
2008 2007    
total
comp.os ... win32 Profile…
RELATED GROUPS

POPULAR GROUPS

more...

 Up
  Looking for function to resolve VirtualStore paths to physical paths         


Author: Scott
Date: May 25, 2007 09:58

I'm working on ensuring compatibility with some legacy applications. I
need an API function that maps a (possibly virtual) path into a
physical path.

For example,

c:\program files\foo\download ---> c:\users\myusername\appdata\local
\virtualstore\program files\foo\download

Does Vista provide an API for retreiving these mappings? Is there a
way to determine whether a given path is virtual of physical?

Thanks,
Scott
4 Comments
  Confused between relationship between combobox and listbox         


Author: hconnell
Date: May 25, 2007 06:41

Please bear with me, it all started when I wanted to create an
ownerdrawn combobox, eventually got it working but needed to subclass
it to findout where the mouse was, thats when the fun started - the
mouse didn't appear to feed back data when the listbox component of
the combobox was dropped down, eventually after lots of hunting I
realized that I could get the handle to the listbox part from the
combobox message WM_CTLCOLORLISTBOX - however now need to subclass the
procedure of the listbox, great the mouse feeds back all the data I
could want, but the original WM_PAINT - WM_MEASUREITEM & WM_DRAWITEM
dont work anymore, is there please anyone who can tell me how the
relationship between the two parts work so that I can finish my app.
Yours (more than a little) confused.
no comments