Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations Chriss Miller on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

How to run this function in BCB ?

Status
Not open for further replies.

Tremorblue

Programmer
Apr 30, 2004
56
GB
SHChangeNotify(SHCNE_ASSOCCHANGED, SHCNF_IDLIST, nil, nil) ;
 
Not sure what BCB is, couldn't find anything useful.

When I googled SHChangeNotify I found this:


Enter the undocumented API functions SHChangeNotifyRegister and SHChangeNotifyDeregister. This demo shows how an application can use these functions to register itself with the shell, allowing the application to be notified of any specified changes that were made in any specified part of the namespace, from the desktop folder on down. The demo also provides a rather interesting study of what is actually happening in the namespace as well...

Leslie

Anything worth doing is a lot more difficult than it's worth - Unknown Induhvidual

Essential reading for anyone working with databases: The Fundamentals of Relational Database Design
 
Seeing as this is the Borland Delphi forum, you'll probably get a better answer in the Borland C++ Builder (BCB) forum: forum101.

Clive
Runner_1Revised.gif

~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
"To err is human, but to really foul things up you need a computer." (Paul Ehrlich)
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
To get the best answers from this forum see: faq102-5096
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top