Click here to Skip to main content
15,917,456 members
Home / Discussions / C#
   

C#

 
GeneralRe: Counting duplicate entries in an ArrayList Pin
Luc Pattyn26-Jul-08 18:04
sitebuilderLuc Pattyn26-Jul-08 18:04 
GeneralRe: Counting duplicate entries in an ArrayList Pin
PIEBALDconsult26-Jul-08 18:16
mvePIEBALDconsult26-Jul-08 18:16 
GeneralRe: Counting duplicate entries in an ArrayList Pin
Jacob Dixon27-Jul-08 6:40
Jacob Dixon27-Jul-08 6:40 
GeneralRe: Counting duplicate entries in an ArrayList Pin
PIEBALDconsult27-Jul-08 18:03
mvePIEBALDconsult27-Jul-08 18:03 
QuestionBackgroundWorker completes immediately [modified] Pin
#realJSOP26-Jul-08 6:32
professional#realJSOP26-Jul-08 6:32 
AnswerRe: BackgroundWorker completes immediately Pin
Mark Salsbery26-Jul-08 7:21
Mark Salsbery26-Jul-08 7:21 
GeneralRe: BackgroundWorker completes immediately Pin
#realJSOP26-Jul-08 7:27
professional#realJSOP26-Jul-08 7:27 
GeneralRe: BackgroundWorker completes immediately Pin
Mark Salsbery26-Jul-08 8:59
Mark Salsbery26-Jul-08 8:59 
GeneralRe: BackgroundWorker completes immediately Pin
#realJSOP26-Jul-08 10:26
professional#realJSOP26-Jul-08 10:26 
GeneralRe: BackgroundWorker completes immediately Pin
Mark Salsbery26-Jul-08 10:43
Mark Salsbery26-Jul-08 10:43 
QuestionRe: BackgroundWorker completes immediately Pin
Mark Salsbery26-Jul-08 10:47
Mark Salsbery26-Jul-08 10:47 
AnswerRe: BackgroundWorker completes immediately Pin
Luc Pattyn26-Jul-08 7:31
sitebuilderLuc Pattyn26-Jul-08 7:31 
AnswerRe: BackgroundWorker completes immediately Pin
Ed.Poore26-Jul-08 9:23
Ed.Poore26-Jul-08 9:23 
GeneralRe: BackgroundWorker completes immediately Pin
#realJSOP26-Jul-08 10:16
professional#realJSOP26-Jul-08 10:16 
AnswerRe: BackgroundWorker completes immediately [SOLVED] Pin
#realJSOP26-Jul-08 11:20
professional#realJSOP26-Jul-08 11:20 
GeneralRe: BackgroundWorker completes immediately [SOLVED] Pin
Ed.Poore26-Jul-08 11:21
Ed.Poore26-Jul-08 11:21 
QuestionBackColor Pin
Evan St. John26-Jul-08 5:50
Evan St. John26-Jul-08 5:50 
AnswerRe: BackColor Pin
Evan St. John26-Jul-08 6:04
Evan St. John26-Jul-08 6:04 
AnswerRe: BackColor Pin
PIEBALDconsult26-Jul-08 8:29
mvePIEBALDconsult26-Jul-08 8:29 
GeneralRe: BackColor Pin
Evan St. John26-Jul-08 14:08
Evan St. John26-Jul-08 14:08 
GeneralRe: BackColor Pin
PIEBALDconsult26-Jul-08 18:12
mvePIEBALDconsult26-Jul-08 18:12 
GeneralRe: BackColor Pin
Evan St. John26-Jul-08 23:59
Evan St. John26-Jul-08 23:59 
QuestionCannot evaluate expression because a native frame is on top of the call stack [modified] Pin
enginço26-Jul-08 4:47
enginço26-Jul-08 4:47 
AnswerRe: Cannot evaluate expression because a native frame is on top of the call stack Pin
Guffa26-Jul-08 7:25
Guffa26-Jul-08 7:25 
If you stop the code in the middle of unmanaged code, the debugger can't reach the items on the stack that is created by the managed objects because it doesn't know the size of the unmanaged stack frame. You have to step through the unmanaged code back into the managed code before the debugger can show you the contents of the stack.

Despite everything, the person most likely to be fooling you next is yourself.

GeneralRe: Cannot evaluate expression because a native frame is on top of the call stack Pin
enginço27-Jul-08 6:24
enginço27-Jul-08 6:24 

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.