Menu

#1 Horizontal Scroll Bar

Release 2.0.6
accepted
5
2013-05-22
2012-02-24
Fety
No

I don't understand why a left-right scroll bar was never implemented for reading the long entries when at a low resolution (Safe Mode).

Discussion

  • Mark van Tilburg

    in frmMain.frm

    Begin VB.TextBox txtHelp
    Height = 3735
    Left = 120
    Locked = -1 'True
    MultiLine = -1 'True
    ScrollBars = 2 'Vertical
    TabIndex = 7
    Top = 240
    Width = 5895
    End

    to:

    Begin VB.TextBox txtHelp
    Height = 3735
    Left = 120
    Locked = -1 'True
    MultiLine = -1 'True
    ScrollBars = 3 'Both
    TabIndex = 7
    Top = 240
    Width = 5895
    End

     
  • Loucif Kharouni

    Loucif Kharouni - 2013-05-04

    Hi Mark,

    Would you like to participate improving HJT? I'm looking for VB6 dev to improve it.

    Loucif

     
  • Loucif Kharouni

    Loucif Kharouni - 2013-05-09

    I tried that but it doesn't seem to work on my end.

     
  • Loucif Kharouni

    Loucif Kharouni - 2013-05-09

    that textbox is not the one Fety is talking about, he is talking about the main textbox where you see the results with the diff checkbox.

     
  • Loucif Kharouni

    Loucif Kharouni - 2013-05-09
    • assigned_to: Loucif Kharouni
    • Group: Next_Beta_Release_2.0.6 --> Next_Beta_Release_2.0.5
     
  • Mark van Tilburg

    Solution for other textboxes is similar just change the
    ScrollBars = 2 'Vertical
    property to
    ScrollBars = 3 'Both
    for the specific textbox

     
  • Loucif Kharouni

    Loucif Kharouni - 2013-05-15
    • Group: Next_Beta_Release_2.0.5 --> Release 2.0.6
     
  • Mark van Tilburg

    Fixed frmMain to include the scrollbar on the scan click + resize of the window.

     
  • Loucif Kharouni

    Loucif Kharouni - 2013-05-15

    thank you for that. Added to the code and tested. works.

     
  • Loucif Kharouni

    Loucif Kharouni - 2013-05-15
    • status: open --> pending
     
  • Loucif Kharouni

    Loucif Kharouni - 2013-05-22
    • status: pending --> accepted
     

Log in to post a comment.

Want the latest updates on software, tech news, and AI?
Get latest updates about software, tech news, and AI from SourceForge directly in your inbox once a month.