Results 1 to 6 of 6

Thread: Arrow buttons in the tab control

  1. #1

    Thread Starter
    New Member
    Join Date
    Sep 2020
    Posts
    9

    Arrow buttons in the tab control

    Hi all,
    How do I prevent the creation of the arrow buttons in the tab control with winapi?

    I mean these buttons :
    Name:  tabcontrol-11.jpg
Views: 549
Size:  8.5 KB

  2. #2
    Super Moderator Shaggy Hiker's Avatar
    Join Date
    Aug 2002
    Location
    Idaho
    Posts
    38,988

    Re: Arrow buttons in the tab control

    Is this .NET or VB6? The form icon looks like a .NET icon.
    My usual boring signature: Nothing

  3. #3
    PowerPoster
    Join Date
    Feb 2006
    Posts
    24,482

    Re: Arrow buttons in the tab control

    Which TabStrip are you using?

    The only way to eliminate the scrollbar is to choose MultiRow = True as far as I know. That assumes you are actually using VB and not VB.Net where all bets are off.

    For VB either the antiquated "version 6" MSCOMCTL.OCX TabStrip or the "version 5" COMCTL32.OCX TabStrip which uses the Win32 control work the same way.

    But your Form looks like VB.Net.

  4. #4

    Thread Starter
    New Member
    Join Date
    Sep 2020
    Posts
    9

    Re: Arrow buttons in the tab control

    thanks

  5. #5
    PowerPoster jdc2000's Avatar
    Join Date
    Oct 2001
    Location
    Idaho Falls, Idaho USA
    Posts
    2,392

    Re: Arrow buttons in the tab control


  6. #6
    Super Moderator Shaggy Hiker's Avatar
    Join Date
    Aug 2002
    Location
    Idaho
    Posts
    38,988

    Re: Arrow buttons in the tab control

    Quote Originally Posted by tombak View Post
    thanks
    Are you not sure what version of VB you are using?
    My usual boring signature: Nothing

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