Organizing Your Messy Work =D

Use this board to post your code snippets - tips and tricks
8 posts Page 1 of 1
Contributors
NoWayIn
VIP - Donator
VIP - Donator
Posts: 444
Joined: Sat Nov 21, 2009 11:16 pm

Organizing Your Messy Work =D
NoWayIn
Hi everyone :]
Today I'll show you how to organize your messy work with a simple code
Code: Select all
#Region "Description"
Your codes here
#End Region
How do you use it to organize your code?
Place #Region "Description" before a long, messy code
Then place #End Region at the end of that long messy code.

What's the "Description"?
You name this whatever you want.
If you want to organize your button1, then name it "Button1"

After you place in that little code you will see a little - (Minus sign) at the top of that code.
click it and you will have a region for that block of code, so now it'll be easier for you =D
Lewis
Coding God
Coding God
Posts: 1564
Joined: Sun Dec 20, 2009 2:12 pm

Re: Organizing Your Messy Work =D
Lewis
Ive seen this and wondered how it was done :P Thanks!
Image
NoWayIn
VIP - Donator
VIP - Donator
Posts: 444
Joined: Sat Nov 21, 2009 11:16 pm

Re: Organizing Your Messy Work =D
NoWayIn
Glad I helped Lewis
User avatar
Livengood
Serious Programmer
Serious Programmer
Posts: 445
Joined: Tue Feb 16, 2010 6:24 am

Re: Organizing Your Messy Work =D
Livengood
This could help me :D lol
Image
User avatar
hungryhounduk
VIP - Site Partner
VIP - Site Partner
Posts: 2870
Joined: Mon Jul 27, 2009 11:58 am

Hi NoWayIn
Yes i have used this myself a while back, but never used it since :(
Thanks for reminding me about this again :)

Cheers

Chris
Image
User avatar
Insignia
VIP-Member
VIP-Member
Posts: 238
Joined: Thu Feb 11, 2010 5:15 pm

Re: Organizing Your Messy Work =D
Insignia
Awesome, Will sure help alot with ChocoScan.. Can be a bit messy at times checking all those MD5 Hashes :P
User avatar
un kn0 wn
VIP - Donator
VIP - Donator
Posts: 269
Joined: Mon Mar 29, 2010 6:12 pm

Re: Organizing Your Messy Work =D
un kn0 wn
lol i found that in a source code of a project and ever since then ive been using it in all my projects.
NoWayIn
VIP - Donator
VIP - Donator
Posts: 444
Joined: Sat Nov 21, 2009 11:16 pm

Re: Organizing Your Messy Work =D
NoWayIn
It sure is a nice way to 'organize' isn't it?

I just love naming my Region too
8 posts Page 1 of 1
Return to “Quick Snips”