How to display scrolling text on a blank screen

S

shishuda91

I'd like to display scrolling, word-wrapped, centered text on a blank
white screen with no window borders, nothing. Just a pure white screen
with big letters in the middle (in an invisible box). Then I want to
use the mouse buttons to page up or page down (left and right buttons),
or exit (double click).

Can someone point me in the right direction? I'm new to VB.

Thanks!

CR
 
C

Chris

I'd like to display scrolling, word-wrapped, centered text on a blank
white screen with no window borders, nothing. Just a pure white screen
with big letters in the middle (in an invisible box). Then I want to
use the mouse buttons to page up or page down (left and right buttons),
or exit (double click).

Can someone point me in the right direction? I'm new to VB.

Thanks!

CR

I can think of two ways.

You could do this in DirectX or make a borderless form, make it the size
of the screen, and then use a timer to move the text around. Using a
textbox you can just move the textbox location around the screen each
time the timer fires.

Chris
 
C

C R

Chris,

Thanks for your help!

I see now how to have a form with no border, but how do I make it the
size of the screen?

In the center of the screen, I'd like a text window that supports center
alignment, various fonts, and manual scrolling. But I'd like to be able
to make the border of the text window invisible if I want to. What would
you suggest for that?

C R
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top