a moving words

  • Thread starter Thread starter bershama
  • Start date Start date
B

bershama

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
 
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
 
ROTFL.


Bryan Martin said:
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
 
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.
 
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
http://www.experts-exchange.com/Programming/Programming_Languages/Visual_Basic/Q_20715130.html
 
Back
Top