|
web
newsgroups
|
|||||||||||||||||||||||
|
|||||||||||||||||||||||
|
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 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 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 On Mon, 9 Oct 2006 17:56:51 -0400, "Gino" <some***@microsoft.com> I think you've mis-read my question. But thanks for the link anyway,wrote: 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 >
Drop your pants and grab your ankles..its VISTA!
Combo Boxes in Datagrids Seeking info on httpweblistener.... vb.net 2003 ... Global Formatting ? Detecting the browser once IE7 comes out Bad practice with Enumerations.... How to find my information Can we determine at runtime if app is Console or Windows? How to lock a text file? How to debug program error on Windows with another language? |
|||||||||||||||||||||||