|
-
February 23rd, 2011, 05:14 PM
#31
Re: Problem sending LVN_COLUMNCLICK notification to a window
 Originally Posted by AlexA2
How do I solve this problem?
...
Windows SDK Error report returns: Access is denied. on both Win7 x64 and x86.
Well, the only way to solve the "Access is denied" error is to assign the user the appropriate rights / privileges. Note that this mechanism in XP and Vista idiffers so much ... so a lot of old "hook" things does not wokk in Vista anymore...
Victor Nijegorodov
-
February 24th, 2011, 05:53 AM
#32
Re: Problem sending LVN_COLUMNCLICK notification to a window
I've ran the exe file of my compiled program as Administrator. Doesn't it give full privileges?
-
February 24th, 2011, 06:13 AM
#33
Re: Problem sending LVN_COLUMNCLICK notification to a window
 Originally Posted by AlexA2
I've ran the exe file of my compiled program as Administrator. Doesn't it give full privileges?
Have you already read what Ovidiu recommended you?
 Originally Posted by ovidiucucu
Victor Nijegorodov
-
February 24th, 2011, 06:39 AM
#34
Re: Problem sending LVN_COLUMNCLICK notification to a window
I did but, I don't have VS2008SP1, and I can't modify the code on the application that is supposed to receive the WM_NOTIFY message.
From what I understand, those exercises modify the code on the app in order to receive messages with any privilege.
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|