This may sound like a crazy request. However, anyone from the vb 6.0 days will know what I'm talking about. Remember how the editor had the +/- signs that you can hide the code but it would be as follows:
public sub this ()
End sub
and clicking the + would do this:
Public Sub this ()
...
...
...
end sub
Is there a way to do this in the richtextbox control? Or, is there a different control that needs to be used?
./x86