Click here to Skip to main content
15,887,027 members
Home / Discussions / C#
   

C#

 
GeneralRe: Download a webpage from within C# in exactly the same way a web browser would? Pin
arnold_w18-May-20 1:32
arnold_w18-May-20 1:32 
AnswerRe: Download a webpage from within C# in exactly the same way a web browser would? Pin
arnold_w17-May-20 23:44
arnold_w17-May-20 23:44 
AnswerRe: Download a webpage from within C# in exactly the same way a web browser would? Pin
Richard Deeming18-May-20 0:52
mveRichard Deeming18-May-20 0:52 
GeneralRe: Download a webpage from within C# in exactly the same way a web browser would? Pin
arnold_w18-May-20 1:26
arnold_w18-May-20 1:26 
GeneralRe: Download a webpage from within C# in exactly the same way a web browser would? Pin
Richard Deeming18-May-20 1:35
mveRichard Deeming18-May-20 1:35 
GeneralRe: Download a webpage from within C# in exactly the same way a web browser would? Pin
arnold_w18-May-20 1:58
arnold_w18-May-20 1:58 
GeneralRe: Download a webpage from within C# in exactly the same way a web browser would? Pin
Luc Pattyn18-May-20 1:41
sitebuilderLuc Pattyn18-May-20 1:41 
QuestionQoL Debugging Pin
Super Lloyd17-May-20 14:34
Super Lloyd17-May-20 14:34 
Sometimes, when you have an exception on your code, that is catched and rethrown and that you press F5 (continue) the debugger will stop stop obstinately several times in a row in the same spot (I found that more prevalent in Web application) and you have to press F5 F5 F5.... but not too many times because, sometimes, the 8th or 9th time is in another relevant user method...

Is there a way to have the debugger stop on all exception, but skip some method altogether?!

I tried to decorate my relevant method with
C#
[System.Diagnostics.DebuggerHidden]
[System.Diagnostics.DebuggerStepThrough]
[System.Diagnostics.DebuggerNonUserCode]
[System.Diagnostics.DebuggerStepperBoundary]
The closest I was to something was with DebuggerHidden, but it still stops like 8 or 9 times on my method (it's an ExceptionFilter), just not select it... Sigh | :sigh:
A new .NET Serializer
All in one Menu-Ribbon Bar
Taking over the world since 1371!


modified 17-May-20 20:41pm.

QuestionHow to get the form at design time to the center of the screen Pin
Member 1297423515-May-20 17:15
Member 1297423515-May-20 17:15 
AnswerRe: How to get the form at design time to the center of the screen Pin
Richard MacCutchan15-May-20 22:03
mveRichard MacCutchan15-May-20 22:03 
AnswerRe: How to get the form at design time to the center of the screen Pin
kalberts16-May-20 4:13
kalberts16-May-20 4:13 
AnswerRe: How to get the form at design time to the center of the screen Pin
Dave Kreskowiak16-May-20 4:38
mveDave Kreskowiak16-May-20 4:38 
GeneralRe: How to get the form at design time to the center of the screen Pin
Member 1297423516-May-20 9:27
Member 1297423516-May-20 9:27 
GeneralRe: How to get the form at design time to the center of the screen Pin
Dave Kreskowiak16-May-20 9:42
mveDave Kreskowiak16-May-20 9:42 
GeneralRe: How to get the form at design time to the center of the screen Pin
kalberts16-May-20 10:57
kalberts16-May-20 10:57 
QuestionReflection for Class Pin
Oscar K.14-May-20 0:57
Oscar K.14-May-20 0:57 
AnswerRe: Reflection for Class Pin
Pete O'Hanlon14-May-20 1:33
mvePete O'Hanlon14-May-20 1:33 
GeneralRe: Reflection for Class Pin
Oscar K.14-May-20 2:01
Oscar K.14-May-20 2:01 
GeneralRe: Reflection for Class Pin
Eddy Vluggen14-May-20 2:43
professionalEddy Vluggen14-May-20 2:43 
GeneralRe: Reflection for Class Pin
Richard Deeming14-May-20 2:46
mveRichard Deeming14-May-20 2:46 
GeneralRe: Reflection for Class Pin
Oscar K.14-May-20 4:33
Oscar K.14-May-20 4:33 
QuestionIs there a way to implement radio button in property grid Pin
Member 1482116713-May-20 1:33
Member 1482116713-May-20 1:33 
GeneralRe: Is there a way to implement radio button in property grid Pin
harold aptroot13-May-20 2:14
harold aptroot13-May-20 2:14 
AnswerRe: Is there a way to implement radio button in property grid Pin
Eddy Vluggen13-May-20 10:19
professionalEddy Vluggen13-May-20 10:19 
QuestionWeb and Environment Variables Pin
ormonds12-May-20 20:07
ormonds12-May-20 20:07 

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.