PDA

View Full Version : Intercept windows open folder



nasiroudin
12th February 2012, 20:34
I am trying to make a small app that monitors a folder and when i double click on that folder, it will show a dialog prompting for password to enter the folder if correct password is entered else not.

I am searching for a sample code and info about this but i haven't found anything concerning this.

I have found this as an answer here (http://stackoverflow.com/questions/1109564/intercept-windows-open-file) but am still confused about this.

wysota
12th February 2012, 20:41
How is that related to Qt?

nasiroudin
12th February 2012, 20:47
I want qt to monitors this folder and when i double click on that folder it open a dialog asking for password.

wysota
12th February 2012, 20:49
Qt doesn't do things like that. Look for native API.