Transparent Spliter

Collapse
This topic is closed.
X
X
 
  • Time
  • Show
Clear All
new posts
  • Justin

    #1

    Transparent Spliter

    When you set the VB.NET splitter to the color in which you are specifying as
    transparent on the form then it's stops working. Not sure why, you'd think
    the program would know where it is even if it's not visible on the screen.
    However I'm developing an app with a transparent form so even a 1 pixel
    width splitter looks like crap.

    Does anyone have a work around for this? Any other components out there
    that do support transparencies?

    Thanks for any advice,
    Justin


  • Cor Ligthert

    #2
    Re: Transparent Spliter

    Justin,

    This sounds as "The Emperor's New Clothes"

    Cor


    Comment

    • Ray Cassick \(Home\)

      #3
      Re: Transparent Spliter

      Gut in a GUI environment the 'widgets' relay on the fact that you can see
      them :)

      What is the use of having a splitter that no one knows is there?

      "Justin" <Justin@NoSpam. com> wrote in message
      news:%23C9zqFsU FHA.4056@TK2MSF TNGP15.phx.gbl. ..[color=blue]
      > When you set the VB.NET splitter to the color in which you are specifying
      > as transparent on the form then it's stops working. Not sure why, you'd
      > think the program would know where it is even if it's not visible on the
      > screen. However I'm developing an app with a transparent form so even a 1
      > pixel width splitter looks like crap.
      >
      > Does anyone have a work around for this? Any other components out there
      > that do support transparencies?
      >
      > Thanks for any advice,
      > Justin
      >[/color]


      Comment

      • Justin

        #4
        Re: Transparent Spliter

        I'm assuming the splitter mouse pointer will still show. Most all splitters
        I'v seen aren't apperent until you notice the mouse changes.

        Thanks!


        "Ray Cassick (Home)" <rcassickNOSPAM @enterprocity.c om> wrote in message
        news:%23ymbVSyU FHA.3280@TK2MSF TNGP09.phx.gbl. ..[color=blue]
        > Gut in a GUI environment the 'widgets' relay on the fact that you can see
        > them :)
        >
        > What is the use of having a splitter that no one knows is there?
        >
        > "Justin" <Justin@NoSpam. com> wrote in message
        > news:%23C9zqFsU FHA.4056@TK2MSF TNGP15.phx.gbl. ..[color=green]
        >> When you set the VB.NET splitter to the color in which you are specifying
        >> as transparent on the form then it's stops working. Not sure why, you'd
        >> think the program would know where it is even if it's not visible on the
        >> screen. However I'm developing an app with a transparent form so even a 1
        >> pixel width splitter looks like crap.
        >>
        >> Does anyone have a work around for this? Any other components out there
        >> that do support transparencies?
        >>
        >> Thanks for any advice,
        >> Justin
        >>[/color]
        >
        >[/color]


        Comment

        Working...