that thing that collapses and expands the code within visual basic... what is it called?
how do i add them in where i want?
Printable View
that thing that collapses and expands the code within visual basic... what is it called?
how do i add them in where i want?
You mean "regions" ?
Like this:
VB Code:
#Region "This is my Code" #End Region
-tg
thanks a bunch... i needed that...