This is a VB 6.0 question :shock:
I have 2 forms, a command button and a rich text box.
The form contains a button and another contains a rich text box.
How would I code the button to make the RTB text in the other form bold? or italic... and so on...
Comments
Try this:
to make it bold:
to make it italic:
and replace true with false to undo bold/italic.
How would I go about making a window full screen?
I can't whip out code out of nowhere for that one, but the logic would be:
Maximize the forum (Form1.WindowState = vbMaximized (i think))
Hide the title bar (Set the WindowStyle)[/code]