Home All Groups Group Topic Archive Search About
Author
9 Oct 2006 2:33 PM
Morten Snedker
I stumpled upon

Private Const WM_LBUTTONDOWN = &H201
Private Const WM_LBUTTONUP = &H202
Private Const BM_SETSTATE = &HF3

Where do I find an overview of these values? (If e.g. searching msdn,
what should I be searching for?).

Regards /Snedker

Author
9 Oct 2006 6:04 PM
rowe_newsgroups
heres a similar thread that may help

http://groups.google.com/group/microsoft.public.dotnet.languages.vb/browse_thread/thread/cb8da4f1a4b1bc40/0282662c1964a163?lnk=gst&q=constants+wndproc&rnum=5#0282662c1964a163

Thanks,

Seth Rowe


Morten Snedker wrote:
Show quoteHide quote
> I stumpled upon
>
> Private Const WM_LBUTTONDOWN = &H201
> Private Const WM_LBUTTONUP = &H202
> Private Const BM_SETSTATE = &HF3
>
> Where do I find an overview of these values? (If e.g. searching msdn,
> what should I be searching for?).
>
> Regards /Snedker
Author
9 Oct 2006 9:56 PM
Gino
These are handles that the OS uses to watch the corresponding folders
regardless of what drive they are installed on or there full path.

Setting a variable to one of these puts the full path to that folder into
the variable

They are referred to as Special Folders. Here is a link to Microsoft's
Listing.

http://www.microsoft.com/technet/scriptcenter/scripts/desktop/special/default.mspx?mfr=true

Show quoteHide quote
"Morten Snedker" <morten_spammenot_ATdbconsult.dk> wrote in message
news:ibnki29dr0icoflb0galrsf2v6v2dq207s@4ax.com...
>I stumpled upon
>
> Private Const WM_LBUTTONDOWN = &H201
> Private Const WM_LBUTTONUP = &H202
> Private Const BM_SETSTATE = &HF3
>
> Where do I find an overview of these values? (If e.g. searching msdn,
> what should I be searching for?).
>
> Regards /Snedker
Author
10 Oct 2006 1:14 PM
Morten Snedker
On Mon, 9 Oct 2006 17:56:51 -0400, "Gino" <some***@microsoft.com>
wrote:

I think you've mis-read my question. But thanks for the link anyway,
which has been added to my favourites. ;-)

/Snedker

Show quoteHide quote
>These are handles that the OS uses to watch the corresponding folders
>regardless of what drive they are installed on or there full path.
>
>Setting a variable to one of these puts the full path to that folder into
>the variable
>
>They are referred to as Special Folders. Here is a link to Microsoft's
>Listing.
>
>http://www.microsoft.com/technet/scriptcenter/scripts/desktop/special/default.mspx?mfr=true
>
>"Morten Snedker" <morten_spammenot_ATdbconsult.dk> wrote in message
>news:ibnki29dr0icoflb0galrsf2v6v2dq207s@4ax.com...
>>I stumpled upon
>>
>> Private Const WM_LBUTTONDOWN = &H201
>> Private Const WM_LBUTTONUP = &H202
>> Private Const BM_SETSTATE = &HF3
>>
>> Where do I find an overview of these values? (If e.g. searching msdn,
>> what should I be searching for?).
>>
>> Regards /Snedker
>