I have a modal dialog box. When I insert static text, I can type
about 100 characters, after which the compiler will warn me that my
string size is too long and that it will be truncated. Is it possible to
insert a really long static text caption, say 2 pages of text?

Also, under the 'more styles' option, I can insert vertical scrolling, but
how can I make this take effect. Currently it pops up with my modal
dialog box, but I can't scroll down to insert or view text in this dialog
box.

In the end, I am trying to create a modal help dialog box that has several
pages of text, but I want the dialog box to be normal size with vertical
scrolling.

Any response any one can give me will be greatly appreciated.