CodeGuru Home VC++ / MFC / C++ .NET / C# Visual Basic VB Forums Developer.com
Page 3 of 3 FirstFirst 123
Results 31 to 34 of 34
  1. #31
    VictorN's Avatar
    VictorN is offline Super Moderator Power Poster
    Join Date
    Jan 2003
    Location
    Hanover Germany
    Posts
    20,430

    Re: Problem sending LVN_COLUMNCLICK notification to a window

    Quote Originally Posted by AlexA2 View Post
    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

  2. #32
    Join Date
    Jan 2011
    Posts
    34

    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?

  3. #33
    VictorN's Avatar
    VictorN is offline Super Moderator Power Poster
    Join Date
    Jan 2003
    Location
    Hanover Germany
    Posts
    20,430

    Re: Problem sending LVN_COLUMNCLICK notification to a window

    Quote Originally Posted by AlexA2 View Post
    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?

    Quote Originally Posted by ovidiucucu View Post
    Can be a matter of User Interface Privilege Isolation (UIPI).
    But that cannot be clearly seen in my crystal ball.
    Victor Nijegorodov

  4. #34
    Join Date
    Jan 2011
    Posts
    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.

Page 3 of 3 FirstFirst 123

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  





Click Here to Expand Forum to Full Width

Featured