473,394 Members | 1,852 Online
Bytes | Software Development & Data Engineering Community
Post Job

Home Posts Topics Members FAQ

Join Bytes to post your question to a community of 473,394 software developers and data experts.

&H201

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
Oct 9 '06 #1
3 2810
heres a similar thread that may help

http://groups.google.com/group/micro...82662c1964a163

Thanks,

Seth Rowe
Morten Snedker wrote:
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
Oct 9 '06 #2
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/scr....mspx?mfr=true

"Morten Snedker" <morten_spammenot_ATdbconsult.dkwrote in message
news:ib********************************@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

Oct 9 '06 #3
On Mon, 9 Oct 2006 17:56:51 -0400, "Gino" <so*****@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
>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/scr....mspx?mfr=true

"Morten Snedker" <morten_spammenot_ATdbconsult.dkwrote in message
news:ib********************************@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
Oct 10 '06 #4

This thread has been closed and replies have been disabled. Please start a new discussion.

By using Bytes.com and it's services, you agree to our Privacy Policy and Terms of Use.

To disable or enable advertisements and analytics tracking please visit the manage ads & tracking page.