Click here to Skip to main content
16,013,548 members
Home / Discussions / .NET (Core and Framework)
   

.NET (Core and Framework)

 
GeneralRe: Vista and the JIT Debugger Pin
Rama Krishna Vavilala23-Aug-07 8:34
Rama Krishna Vavilala23-Aug-07 8:34 
GeneralRe: Vista and the JIT Debugger Pin
Rama Krishna Vavilala23-Aug-07 9:33
Rama Krishna Vavilala23-Aug-07 9:33 
GeneralRe: Vista and the JIT Debugger Pin
#realJSOP23-Aug-07 23:51
professional#realJSOP23-Aug-07 23:51 
Question#Region - Am I Missing Something? Pin
#realJSOP21-Aug-07 3:58
professional#realJSOP21-Aug-07 3:58 
AnswerRe: #Region - Am I Missing Something? Pin
Leslie Sanford21-Aug-07 4:35
Leslie Sanford21-Aug-07 4:35 
GeneralRe: #Region - Am I Missing Something? Pin
originSH21-Aug-07 4:56
originSH21-Aug-07 4:56 
GeneralRe: #Region - Am I Missing Something? Pin
#realJSOP21-Aug-07 5:01
professional#realJSOP21-Aug-07 5:01 
GeneralRe: #Region - Am I Missing Something? Pin
originSH21-Aug-07 5:08
originSH21-Aug-07 5:08 
This is my personal preference on how i use them.

I have my class and it has:

public class MyClass
{

Fields

Properties

Constructors

Methods

}

I want the event handler method for the OK button.

I'd double click "Methods" which expands it out.

I'd then have:

#region Methods

SomeMethod

SomeOtherMethod

EventHandlers

#endregion

double click "EventHandlers" which gives:

#region Methods

SomeMethod

SomeOtherMethod

#region EventHandlers

Buttons

ComboBoxes

TextBoxes

#endregion

#endregion

and finally Double Click "Buttons" and find my method ... normally i wouldn't region any further than that as you don't tend to get many methods inside that low region.

so with 3 double clicks i've gotten to exactly where i want to be without having to scroll (much) or type anything.
GeneralRe: #Region - Am I Missing Something? Pin
pbraun21-Aug-07 5:22
pbraun21-Aug-07 5:22 
GeneralRe: #Region - Am I Missing Something? Pin
#realJSOP21-Aug-07 5:27
professional#realJSOP21-Aug-07 5:27 
GeneralRe: #Region - Am I Missing Something? Pin
Luc Pattyn21-Aug-07 5:36
sitebuilderLuc Pattyn21-Aug-07 5:36 
GeneralRe: #Region - Am I Missing Something? Pin
martin_hughes22-Aug-07 4:44
martin_hughes22-Aug-07 4:44 
GeneralRe: #Region - Am I Missing Something? Pin
Scott Dorman21-Aug-07 7:02
professionalScott Dorman21-Aug-07 7:02 
GeneralRe: #Region - Am I Missing Something? Pin
Vasudevan Deepak Kumar22-Aug-07 5:21
Vasudevan Deepak Kumar22-Aug-07 5:21 
AnswerRe: #Region - Am I Missing Something? Pin
PIEBALDconsult26-Aug-07 6:11
mvePIEBALDconsult26-Aug-07 6:11 
QuestionSwitch from Http to Https?????????? Pin
Nithin Krishna21-Aug-07 0:48
Nithin Krishna21-Aug-07 0:48 
AnswerRe: Switch from Http to Https?????????? Pin
Vasudevan Deepak Kumar21-Aug-07 1:33
Vasudevan Deepak Kumar21-Aug-07 1:33 
QuestionEmailing Pin
boyindie21-Aug-07 0:13
boyindie21-Aug-07 0:13 
AnswerRe: Emailing Pin
Vasudevan Deepak Kumar21-Aug-07 1:33
Vasudevan Deepak Kumar21-Aug-07 1:33 
Questioninstaller.class Pin
balakpn20-Aug-07 22:26
balakpn20-Aug-07 22:26 
QuestionHow to send a POST request ??? Pin
devboycpp20-Aug-07 20:33
devboycpp20-Aug-07 20:33 
AnswerRe: How to send a POST request ??? Pin
Vasudevan Deepak Kumar20-Aug-07 20:35
Vasudevan Deepak Kumar20-Aug-07 20:35 
QuestionRe: How to send a POST request ??? Pin
devboycpp20-Aug-07 20:43
devboycpp20-Aug-07 20:43 
AnswerRe: How to send a POST request ??? Pin
Vasudevan Deepak Kumar21-Aug-07 1:31
Vasudevan Deepak Kumar21-Aug-07 1:31 
QuestionAdding dynamic rows to grid view. Pin
atimpoo20-Aug-07 13:37
atimpoo20-Aug-07 13:37 

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.