Hi there, I have my Tray application running as Background process in Win8 When I click for End task from Task Manager, how to get notified for End Task call. (which function is called??) (In case of GUI application WM_CLOSE gets called but I couldn't able to trace for this.) -Thanks
N
N3KK
@N3KK
Posts
-
which function gets called in case of End Task for process running in Background -
CFileDialog gives error "C:Windows\system32\config\systemprofile\desktop refers to location not available........I got the solution for my problem... :) CFileDialog gives error "C:Windows\system32\config\systemprofile\desktop refers to location not available........[^]
-
CFileDialog gives error "C:Windows\system32\config\systemprofile\desktop refers to location not available........Sorry I didnt knw abt this
-
CFileDialog gives error "C:Windows\system32\config\systemprofile\desktop refers to location not available........I am starting my application by a Service. Now When I want to save a file, I tried using CFileDialog. but when ever I select "desktop" it prompts a message as "C:Windows\system32\config\systemprofile\desktop" refers to location that iss unavailable. It could be hard drive on this computer, or on a network... " I checked that "C:Windows\system32\config\systemprofile" is available but there is not desktop directory inside it.