Click through window

Collapse
This topic is closed.
X
X
 
  • Time
  • Show
Clear All
new posts
  • Sébastien FERRAND

    #1

    Click through window

    Hi everybody...

    I'm in search a sample code which explain how i can click through a winform.

    Thanks a lot.
    Séb
    --
    Sébastien FERRAND
    Rédacteur Asp-Php.net
    [http://www.vbmaf.net]
  • Peter Jausovec

    #2
    Re: Click through window

    Hi,

    What do you mean? Do you mean a transparent form ?

    Regards,
    Peter Jausovec
    (http://blog.jausovec.net)

    "Sébastien FERRAND" <sebmafate@wana doo.fr> wrote in message
    news:172A52C1-4944-4EC7-AA50-D0689FC97CFE@mi crosoft.com...[color=blue]
    > Hi everybody...
    >
    > I'm in search a sample code which explain how i can click through a
    > winform.
    >
    > Thanks a lot.
    > Séb
    > --
    > Sébastien FERRAND
    > Rédacteur Asp-Php.net
    > [http://www.vbmaf.net][/color]


    Comment

    • Sébastien FERRAND

      #3
      Re: Click through window

      I have a opaque form (always on top) with some informations draw in.

      I want when I click in the underneath window receive event.

      Thanks for your help.
      Séb

      "Peter Jausovec" a écrit :
      [color=blue]
      > Hi,
      >
      > What do you mean? Do you mean a transparent form ?
      >
      > Regards,
      > Peter Jausovec
      > (http://blog.jausovec.net)
      >
      > "Sébastien FERRAND" <sebmafate@wana doo.fr> wrote in message
      > news:172A52C1-4944-4EC7-AA50-D0689FC97CFE@mi crosoft.com...[color=green]
      > > Hi everybody...
      > >
      > > I'm in search a sample code which explain how i can click through a
      > > winform.
      > >
      > > Thanks a lot.
      > > Séb
      > > --
      > > Sébastien FERRAND
      > > Rédacteur Asp-Php.net
      > > [http://www.vbmaf.net][/color]
      >
      >
      >[/color]

      Comment

      • Peter Jausovec

        #4
        Re: Click through window

        Set the MouseDown event on the form that is underneath your always on top
        form .

        Regards,
        Peter Jausovec
        (http://blog.jausovec.net)
        "Sébastien FERRAND" <sebmafate@wana doo.fr> wrote in message
        news:709D14F0-186B-49ED-9798-32F810865408@mi crosoft.com...[color=blue]
        >I have a opaque form (always on top) with some informations draw in.
        >
        > I want when I click in the underneath window receive event.
        >
        > Thanks for your help.
        > Séb
        >
        > "Peter Jausovec" a écrit :
        >[color=green]
        >> Hi,
        >>
        >> What do you mean? Do you mean a transparent form ?
        >>
        >> Regards,
        >> Peter Jausovec
        >> (http://blog.jausovec.net)
        >>
        >> "Sébastien FERRAND" <sebmafate@wana doo.fr> wrote in message
        >> news:172A52C1-4944-4EC7-AA50-D0689FC97CFE@mi crosoft.com...[color=darkred]
        >> > Hi everybody...
        >> >
        >> > I'm in search a sample code which explain how i can click through a
        >> > winform.
        >> >
        >> > Thanks a lot.
        >> > Séb
        >> > --
        >> > Sébastien FERRAND
        >> > Rédacteur Asp-Php.net
        >> > [http://www.vbmaf.net][/color]
        >>
        >>
        >>[/color][/color]


        Comment

        • Sébastien FERRAND

          #5
          Re: Click through window

          i can't do it...
          because form that is underneath mine can be any window (like outlook, visual
          studio...). I want my form send mouse events to these.

          Thanks.
          Sébastien

          "Peter Jausovec" a écrit :
          [color=blue]
          > Set the MouseDown event on the form that is underneath your always on top
          > form .
          >
          > Regards,
          > Peter Jausovec
          > (http://blog.jausovec.net)
          > "Sébastien FERRAND" <sebmafate@wana doo.fr> wrote in message
          > news:709D14F0-186B-49ED-9798-32F810865408@mi crosoft.com...[color=green]
          > >I have a opaque form (always on top) with some informations draw in.
          > >
          > > I want when I click in the underneath window receive event.
          > >
          > > Thanks for your help.
          > > Séb
          > >
          > > "Peter Jausovec" a écrit :
          > >[color=darkred]
          > >> Hi,
          > >>
          > >> What do you mean? Do you mean a transparent form ?
          > >>
          > >> Regards,
          > >> Peter Jausovec
          > >> (http://blog.jausovec.net)
          > >>
          > >> "Sébastien FERRAND" <sebmafate@wana doo.fr> wrote in message
          > >> news:172A52C1-4944-4EC7-AA50-D0689FC97CFE@mi crosoft.com...
          > >> > Hi everybody...
          > >> >
          > >> > I'm in search a sample code which explain how i can click through a
          > >> > winform.
          > >> >
          > >> > Thanks a lot.
          > >> > Séb
          > >> > --
          > >> > Sébastien FERRAND
          > >> > Rédacteur Asp-Php.net
          > >> > [http://www.vbmaf.net]
          > >>
          > >>
          > >>[/color][/color]
          >
          >
          >[/color]

          Comment

          Working...