How do I make my about box autoscroll Like have a picture to the left and then a rich text box where all of my text is but then start to autoscroll down
I'm not exactly sure what you're asking, but you might try creating a textbox with a scroll bar, and setting a timer to send a scroll event every so often.
Autoscroll
Kileran
Linak
nate.sammons
.Net: ms-help://MS.VSCC.v80/MS.MSDN.v80/MS.NETDEVFX.v20.en/cpref12/html/T_System_Threading_Timer_Members.htm
MFC:
ms-help://MS.VSCC.v80/MS.MSDN.v80/MS.VisualStudio.v80.en/dv_vclib/html/8f7d77c7-7f77-4270-8441-1c357649c1c2.htm
(these are links to the VC 2005 msdn installed help)
online help:
http://msdn2.microsoft.com/en-us/library/49313fdf.aspx
http://msdn2.microsoft.com/en-us/library/system.timers.timer.aspx