NewFromMattel
Programmer
All,
I am working on a project where I need a windows executable that will put a window on the screen that stays on top, and has scrolling text.
This text is retreived from a server, and is updated at a user specified interval. I have figured out how to do this with the exception of the scrolling text. Coming from the web development world, this is odd. There is an HTML marquee tag that can accomplish this.
I have googled this problem of scrolling text, and found a couple of prospects, one of which uses a Graphics object, and draws some text in a rectangle. However the width of the drawn text area is dependent on the length of the measured string. That won't do. I need the text to scroll in from the right side of the screen, and go all the way to the left side of the screen irrespective of the length of the string.
Any ideas?
TIA
Marv
I am working on a project where I need a windows executable that will put a window on the screen that stays on top, and has scrolling text.
This text is retreived from a server, and is updated at a user specified interval. I have figured out how to do this with the exception of the scrolling text. Coming from the web development world, this is odd. There is an HTML marquee tag that can accomplish this.
I have googled this problem of scrolling text, and found a couple of prospects, one of which uses a Graphics object, and draws some text in a rectangle. However the width of the drawn text area is dependent on the length of the measured string. That won't do. I need the text to scroll in from the right side of the screen, and go all the way to the left side of the screen irrespective of the length of the string.
Any ideas?
TIA
Marv