Results 1 to 3 of 3

Thread: [1.0/1.1] A GUI like a rich text with a blinker

  1. #1

    Thread Starter
    Hyperactive Member drattansingh's Avatar
    Join Date
    Sep 2005
    Posts
    395

    [1.0/1.1] A GUI like a rich text with a blinker

    Hi guys. Was just wondering if there is anything that is similar to a rich text box with some kind of blinker. What I have to do is build a gateway application that is receiving messages. I'm thinking of a black background and when messages come is displayed, but in between, I'm thinking of either a blinking cursor or three dots blinking like symbolizing that it's waiting for more messages. Is there any component that could do that in C sharp?

    Jennifer

  2. #2
    Super Moderator jmcilhinney's Avatar
    Join Date
    May 2005
    Location
    Sydney, Australia
    Posts
    111,221

    Re: [1.0/1.1] A GUI like a rich text with a blinker

    You could do it with a RichTextBox and use a Timer to either change the text the colour of the text or to draw on it using GDI+.
    Why is my data not saved to my database? | MSDN Data Walkthroughs
    VBForums Database Development FAQ
    My CodeBank Submissions: VB | C#
    My Blog: Data Among Multiple Forms (3 parts)
    Beginner Tutorials: VB | C# | SQL

  3. #3

    Thread Starter
    Hyperactive Member drattansingh's Avatar
    Join Date
    Sep 2005
    Posts
    395

    Re: [1.0/1.1] A GUI like a rich text with a blinker

    So what you're saying is the three dots blinking, I could do that with a timer at some interval adding a dot and say like when it's 3 delete the dots and start over?

    Is there anything in the rich text box property that will enabel it to automatically scroll so when the user does access the form holding this rtb, it will be scrolled down to the last message?

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  



Click Here to Expand Forum to Full Width