Is there a way to change the style of an Edit box from just a vertical scrollbar, to a vertical and horizontal scrollbar? I've tried using SetWindowLong, but it doesn't seem to work. Or do I need two Edit boxes?

And, is there a way to check if the clipboard is empty, or if it contains data other than regular text? I've read a little about using the clipboard, but can't seem to find what I am looking for

Thanks