Did you know ?

  • Thread starter Thread starter Tim O'Donnell
  • Start date Start date
T

Tim O'Donnell

Did you know that you can contract your code very quickly to a level
that details both your class objects and those "regions" held within
the classes by a simple click of a button?

Simply, move your cursor up to the top of the code window's vertical
scroll bar and when the cursor changes to two little horizontal bars
with little extraction arrows, click once to contract your code for
easy review, click twice to open a secondary window within the same
class.vb.

It will save you loads of time!

Regards,

Timbo
 
thanks tim...i've been wondering why there's not an option to open a .vb
file and have it fully contracted from the get-go.

nice tip.

steve

| Did you know that you can contract your code very quickly to a level
| that details both your class objects and those "regions" held within
| the classes by a simple click of a button?
|
| Simply, move your cursor up to the top of the code window's vertical
| scroll bar and when the cursor changes to two little horizontal bars
| with little extraction arrows, click once to contract your code for
| easy review, click twice to open a secondary window within the same
| class.vb.
|
| It will save you loads of time!
|
| Regards,
|
| Timbo
 
I like it!

--


Michael Caputo
Programmer/Database Administrator
Simon Economic Systems Ltd.
847-272-7691
(e-mail address removed)
 
Back
Top