CodeGuru Home VC++ / MFC / C++ .NET / C# Visual Basic VB Forums Developer.com
Results 1 to 2 of 2
  1. #1
    Join Date
    Dec 2021
    Posts
    1

    Text Editor in VB.NET

    I have downloaded this editor from Codeguru by Hannes DuPreez

    https://www.codeguru.com/visual-basi...-visual-basic/

    With a few minor changes it appears to work well.
    However there is one thing I cannot work out:

    There is a Private Sub MruItem_Click(,) which implies there is a menu item or control for the Click event, but I cannot see what it might be.

    Can anyone assist?

  2. #2
    Join Date
    Jul 2001
    Location
    Sunny South Africa
    Posts
    11,283

    Re: Text Editor in VB.NET

    Hi.

    Hannes here.

    I had a look at my article.

    The mruItem_Click event gets fired when you click on any of the most recently used filenames. This is assuming that you have included the

    LoadMruList()
    SaveMruList()
    DisplayMruList()

    methods as well

    Hannes

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