User Profile

Collapse

Profile Sidebar

Collapse
MehrnooshD
MehrnooshD
Last Activity: Jun 29 '13, 04:45 AM
Joined: Jun 15 '10
Location:
  •  
  • Time
  • Show
  • Source
Clear All
new posts

  • MehrnooshD
    started a topic Serial port and CTS pin problem in C#
    in .NET

    Serial port and CTS pin problem in C#

    Hello,
    I try to do an application in C# to read data from serial port. Based on CTS pin state, meaning of every received byte is different (data or command) . I use dataReceived event to read bytes and I get the state of CTS line for every byte.
    There is a problem that sometimes receiving data with getting the related state of CTS line is not synchronic. This problem occurs more frequently when the baud rate is high. I need to work...
    See more | Go to post

  • MehrnooshD
    replied to Refreshing a label text
    Thanks for your replies.It works....
    See more | Go to post

    Leave a comment:


  • MehrnooshD
    replied to Refreshing a label text
    I update the label in the set method.
    but it dosn't work....
    See more | Go to post

    Leave a comment:


  • MehrnooshD
    started a topic Refreshing a label text

    Refreshing a label text

    Hello,I am new to C#.
    I have a UserControl. I could not Refresh a label text in the UserControl from another form.

    The Codes are:
    Code:
    public partial class ImagePBX : UserControl
        {
            private Label label;
            private string _LabelText = "Label";
            public ImagePBX()
            {
                InitializeComponent();
                this.label = new Label();
    ...
    See more | Go to post
    Last edited by Curtis Rutland; Jun 15 '10, 02:19 PM. Reason: Please use [CODE] tags when posting code.
No activity results to display
Show More
Working...