Results 1 to 40 of 4199

Thread: CommonControls (Replacement of the MS common controls)

Threaded View

  1. #11

    Thread Starter
    PowerPoster
    Join Date
    Jun 2012
    Posts
    2,728

    Re: CommonControls (Replacement of the MS common controls)

    Quote Originally Posted by Eduardo- View Post
    I want to comment that I tested updating to your latest version but I experienced an issue, so I went back to the previous one.

    The issue can be seen also in your demo project.
    To do so please open MainForm and go to the code in Form_Load.
    Then put a stop watch in the first line (Call SetupVisualStylesFixes(Me)) by pressing F9.
    Press F5 to run.
    When it stops on that line, press F8 to continue step by step.

    If the problem is reproduced successfully there, you'll see that the code flow goes to the line:
    Code:
    Private Function IOleControl_AddRef(ByRef This As Long) As Long
    in VTableHandle module and does not move further by pressing F8 more times. It only resumes by pressing F5, but then lossing the possibility to run step by step.
    removed

    Quote Originally Posted by Eduardo- View Post
    I also found by chance an error in your demo project: to see it click on the button "RichTextBox Demo". The test program is trying to assign a read-only property.
    I can't reproduce that. Please provide more details.
    Last edited by Krool; Feb 6th, 2020 at 02:25 PM.

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