Yes I'm happy for you to do that and I presume that I will receive an auto Email letting me know where you have created the new message.
I have not read Rabbits work with WMI but will do so, please be aware tough that I program using the PureBasic language and not MS Visual Studio/Visual Basic anymore so people will have to translate what I have done into the MS OOP/.net world however its the strategy that's important.
Best...
User Profile
Collapse
-
Hi zmbd I didn't think anyone would read this so quickly!
I have produced a DLL version of my code that I use in applications where it is important to know the order in which files were selected. The code is written in PureBasic format but nevertheless the WIN32 API calls are in the format of the MS SDK so can be easily reconciled.
As I mentioned, the task turned out to be non-trivial because you need to take into account...Leave a comment:
-
Capture order of files selected in file dialog box by OS-Hook
I had exactly the same problem but I exclusively program using the WIN32 API functions and in PureBasic
I solved the problem by enabling a Hook procedure for the WIN32 OpenFile Dialog function and intercepting the CDN_SELCHANGE notifcations that are sent for every file name that is clicked, this includes contiguous or non-contiguous blocks. By sending the CDM_GETSPEC message the currently selected file as well as the group of files selected...
No activity results to display
Show More
Leave a comment: