a moving words

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

    #1

    a moving words

    i wanna make the words move in 1 label from the right to
    the left or vise versa so please send me the code please
  • Bryan Martin

    #2
    Re: a moving words

    Also while your sending him the code for that if you would please code me a
    full accounting system. By full I mean it must have the source code for GL,
    AP, AR, MM, PR, HR etc....

    Bryan

    "bershama" <thebpp@hotmail .com> wrote in message
    news:04eb01c38c 4a$14d99c20$a40 1280a@phx.gbl.. .[color=blue]
    > i wanna make the words move in 1 label from the right to
    > the left or vise versa so please send me the code please[/color]


    Comment

    • Robert Jacobson

      #3
      Re: a moving words

      ROTFL.


      "Bryan Martin" <spam@ahwayside .com> wrote in message
      news:%23XDeW4Fj DHA.3568@tk2msf tngp13.phx.gbl. ..[color=blue]
      > Also while your sending him the code for that if you would please code me[/color]
      a[color=blue]
      > full accounting system. By full I mean it must have the source code for[/color]
      GL,[color=blue]
      > AP, AR, MM, PR, HR etc....
      >
      > Bryan
      >
      > "bershama" <thebpp@hotmail .com> wrote in message
      > news:04eb01c38c 4a$14d99c20$a40 1280a@phx.gbl.. .[color=green]
      > > i wanna make the words move in 1 label from the right to
      > > the left or vise versa so please send me the code please[/color]
      >
      >[/color]


      Comment

      • Eric Gunnerson [MS]

        #4
        Re: a moving words

        I've done this by putting a large label inside a panel, and then changing
        the location of the label so that the panel only shows part of it at one
        time.

        --
        Eric Gunnerson

        Visit the C# product team at http://www.csharp.net
        Eric's blog is at http://blogs.gotdotnet.com/ericgu/

        This posting is provided "AS IS" with no warranties, and confers no rights.
        "bershama" <thebpp@hotmail .com> wrote in message
        news:04eb01c38c 4a$14d99c20$a40 1280a@phx.gbl.. .[color=blue]
        > i wanna make the words move in 1 label from the right to
        > the left or vise versa so please send me the code please[/color]


        Comment

        • William Ryan

          #5
          Re: a moving words

          You can use a loop and use the iterator to change the position. Here are a
          few links....for future reference, I simply went to google and put in the
          words "Moving Label" + "C#" . For the record, if you had some code already
          hashed out, I think just about anyone here would help you out with it, I
          doubt you are going to get much help asking people to send the code as
          well.....our time is just as valuable as anyone elses ;-)

          http://www.codeguru.com/propertysheet/index.shtml

          "bershama" <thebpp@hotmail .com> wrote in message
          news:04eb01c38c 4a$14d99c20$a40 1280a@phx.gbl.. .[color=blue]
          > i wanna make the words move in 1 label from the right to
          > the left or vise versa so please send me the code please[/color]


          Comment

          Working...