Click here to Skip to main content
15,886,689 members

Comments by Kushagra Tiwari (Top 4 by date)

Kushagra Tiwari 11-Aug-13 6:19am View    
You might want to have a look on FindFirstFile API and iterate only folders (using a customized function to differentiate between file and folder eg. boost::filesystem::is_directory())with it and compare the name to the Folder name you are searching for.

Hope this helps.

Please rate the solution if it was helpful

Cheers
Kushagra
Kushagra Tiwari 4-Aug-13 2:59am View    
Did you read the solution properly? It is using .cur files only. Regarding attaching an image file you can easily attach any bitmap for showing any cursor image you need

Cheers,
Kushagra
Kushagra Tiwari 25-Sep-11 5:08am View    
Very well said SA. I have already implemented the functionality by having it as modal Dialog ... but now I was looking for ways to make UI look even more consistent and the best way I could think was to make it as a part of a dockable panel in my own application ..But, now I think that is a far fetched idea. I think we will have to live with that implementation for now.
Thanks for the help anyways.

-Kushagra

I believe in me :)
Kushagra Tiwari 23-Sep-11 8:53am View    
Depends.. If needed I can but if possible I want to access it as it is. But, if you know the solution of how to go about editing the source code then kindly give me some pointers on it ... I think its sealed ..