Click here to Skip to main content
16,007,111 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
GeneralRe: Scandanavian App Wizard Pin
moliate13-Apr-02 4:51
moliate13-Apr-02 4:51 
GeneralRe: Scandanavian App Wizard Pin
Wolfram Steinke13-Apr-02 11:50
Wolfram Steinke13-Apr-02 11:50 
GeneralVC7 Hosed: "can't find afxres.h": HELP!! Pin
Jim A. Johnson12-Apr-02 18:41
Jim A. Johnson12-Apr-02 18:41 
GeneralRe: VC7 Hosed: "can't find afxres.h": HELP!! Pin
Jim A. Johnson13-Apr-02 12:19
Jim A. Johnson13-Apr-02 12:19 
GeneralTVS_SHAREIMAGELISTS Pin
singh12-Apr-02 18:18
singh12-Apr-02 18:18 
GeneralRe: TVS_SHAREIMAGELISTS Pin
Shog912-Apr-02 18:48
sitebuilderShog912-Apr-02 18:48 
GeneralRe: TVS_SHAREIMAGELISTS Pin
singh12-Apr-02 18:53
singh12-Apr-02 18:53 
GeneralSHChangeNotifyRegister Pin
Sameer Maggon12-Apr-02 18:03
Sameer Maggon12-Apr-02 18:03 
Hi,
Everybody

I am having a little problem using this Undocumented Function..

Everything is going fine.. but when i execute the
function SHChangeNotifyRegister...

It gives me Unhandled Exception - Access Violation
in Shell32.dll

Can nebody helpme.. - i am using Win 2000 Pro


if(SHGetSpecialFolderLocation(GetSafeHwnd(),CSIDL_DRIVES, &ppidl) != NOERROR) {
AfxMessageBox("GetSpecialFolder problem");
}

abc.pidlPath = ppidl;
abc.bWatchSubtree = TRUE;

if( (hNotify = SHChangeNotifyRegister( GetSafeHwnd(),
SHCNF_TYPE | SHCNF_IDLIST,
SHCNE_ALLEVENTS | SHCNE_INTERRUPT ,
WM_USER,
1,
abc)) == NULL) {
AfxMessageBox("Change Register Failed");
}


Regards
Sameer
sameermaggon@rediffmail.com
Generalcomminute screen Pin
12-Apr-02 16:38
suss12-Apr-02 16:38 
GeneralRe: comminute screen Pin
Shog912-Apr-02 17:09
sitebuilderShog912-Apr-02 17:09 
GeneralRe: comminute screen Pin
Nish Nishant12-Apr-02 17:41
sitebuilderNish Nishant12-Apr-02 17:41 
GeneralRe: comminute screen Pin
Shog912-Apr-02 17:53
sitebuilderShog912-Apr-02 17:53 
GeneralRe: comminute screen Pin
Nish Nishant12-Apr-02 17:42
sitebuilderNish Nishant12-Apr-02 17:42 
GeneralMulti subitem selection Tree control Pin
Wolfram Steinke12-Apr-02 15:23
Wolfram Steinke12-Apr-02 15:23 
GeneralRe: Multi subitem selection Tree control Pin
wangyiming12-Apr-02 17:21
wangyiming12-Apr-02 17:21 
QuestionBest price for Visual Studio.net upgrade? Pin
CodeProjectSQ12-Apr-02 14:45
CodeProjectSQ12-Apr-02 14:45 
GeneralModifying CDocument Member Objects :: MFC Pin
valikac12-Apr-02 13:57
valikac12-Apr-02 13:57 
GeneralRe: Modifying CDocument Member Objects :: MFC Pin
wangyiming12-Apr-02 17:08
wangyiming12-Apr-02 17:08 
GeneralRe: Modifying CDocument Member Objects :: MFC Pin
valikac12-Apr-02 18:18
valikac12-Apr-02 18:18 
GeneralRe: Modifying CDocument Member Objects :: MFC Pin
wangyiming12-Apr-02 19:33
wangyiming12-Apr-02 19:33 
GeneralRe: Modifying CDocument Member Objects :: MFC Pin
valikac12-Apr-02 19:53
valikac12-Apr-02 19:53 
GeneralRe: Modifying CDocument Member Objects :: MFC Pin
valikac15-Apr-02 5:02
valikac15-Apr-02 5:02 
GeneralFull Screen Windows Pin
Waleed Eissa12-Apr-02 12:46
Waleed Eissa12-Apr-02 12:46 
GeneralRe: Full Screen Windows Pin
Christian Graus12-Apr-02 12:49
protectorChristian Graus12-Apr-02 12:49 
GeneralRe: Full Screen Windows Pin
Rickard Andersson2012-Apr-02 21:45
Rickard Andersson2012-Apr-02 21:45 

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.