how to rotate a Label

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • csenasa
    New Member
    • Sep 2007
    • 10

    how to rotate a Label

    hi,

    how to rotate a label, assume that the degree of rotation is passed as argument to the function, the function has to print the label in the specified angle..
  • debasisdas
    Recognized Expert Expert
    • Dec 2006
    • 8119

    #2
    You can't rotate a label in VB.

    Comment

    • csenasa
      New Member
      • Sep 2007
      • 10

      #3
      Originally posted by debasisdas
      You can't rotate a label in VB.

      ohh, no way we can rotate a label in vb huh??

      Comment

      • debasisdas
        Recognized Expert Expert
        • Dec 2006
        • 8119

        #4
        Originally posted by csenasa
        ohh, no way we can rotate a label in vb huh??
        If you want to move (not rotate) then try to use SIN, COS for the same.

        Comment

        Working...