User Profile

Collapse

Profile Sidebar

Collapse
avigreen
avigreen
Last Activity: Jan 19 '10, 11:22 PM
Joined: Jan 17 '10
Location:
  •  
  • Time
  • Show
  • Source
Clear All
new posts

  • avigreen
    replied to outflow string
    thanks

    you are right the string is scolling from right to left
    i need to scroll it very fast for some reasons
    thanks again
    See more | Go to post

    Leave a comment:


  • avigreen
    started a topic outflow string

    outflow string

    i wrote a code
    Code:
    public partial class frmFlow : Form
        {
            string FineString = " ";
            PointF thispoint;
            Font thisFont = new Font("Times New Roman", 100);
            SolidBrush thisbrush = new SolidBrush(Color.Red);
    
            public frmFlow()
            {
                InitializeComponent();
            }
    
            private void frmFlow_Load(object
    ...
    See more | Go to post
    Last edited by tlhintoq; Jan 17 '10, 09:19 PM. Reason: [CODE] ... your code here ... [/CODE] tags added
No activity results to display
Show More
Working...