Click here to Skip to main content
15,907,233 members
Home / Discussions / C#
   

C#

 
AnswerRe: Determine Which Radio Button is Selected in Group Pin
Judah Gabriel Himango16-Nov-07 9:52
sponsorJudah Gabriel Himango16-Nov-07 9:52 
GeneralRe: Determine Which Radio Button is Selected in Group Pin
Jeffrey Walton16-Nov-07 10:23
Jeffrey Walton16-Nov-07 10:23 
GeneralRe: Determine Which Radio Button is Selected in Group Pin
PIEBALDconsult16-Nov-07 12:24
mvePIEBALDconsult16-Nov-07 12:24 
AnswerRe: Determine Which Radio Button is Selected in Group Pin
KennyPatel16-Nov-07 19:00
KennyPatel16-Nov-07 19:00 
QuestionRebuild error for finally added project Pin
engsrini16-Nov-07 8:42
engsrini16-Nov-07 8:42 
AnswerRe: Rebuild error for finally added project Pin
snorkie16-Nov-07 10:42
professionalsnorkie16-Nov-07 10:42 
GeneralRe: Rebuild error for finally added project Pin
engsrini16-Nov-07 13:51
engsrini16-Nov-07 13:51 
QuestionUpdate Dataset from SQL Server Pin
Adam.m.Nelson16-Nov-07 8:29
Adam.m.Nelson16-Nov-07 8:29 
AnswerRe: Update Dataset from SQL Server Pin
pmarfleet16-Nov-07 8:46
pmarfleet16-Nov-07 8:46 
GeneralRe: Update Dataset from SQL Server Pin
Adam.m.Nelson16-Nov-07 8:49
Adam.m.Nelson16-Nov-07 8:49 
QuestionIs it possible to save EXE from Dynamic Compilation? Pin
BGearig16-Nov-07 8:11
BGearig16-Nov-07 8:11 
AnswerRe: Is it possible to save EXE from Dynamic Compilation? Pin
Giorgi Dalakishvili16-Nov-07 8:20
mentorGiorgi Dalakishvili16-Nov-07 8:20 
GeneralRe: Is it possible to save EXE from Dynamic Compilation? Pin
BGearig16-Nov-07 8:32
BGearig16-Nov-07 8:32 
GeneralRe: Is it possible to save EXE from Dynamic Compilation? Pin
Giorgi Dalakishvili16-Nov-07 9:20
mentorGiorgi Dalakishvili16-Nov-07 9:20 
QuestionGenerate classes from mssql database Pin
[DK]KiloDunse16-Nov-07 8:04
[DK]KiloDunse16-Nov-07 8:04 
AnswerRe: Generate classes from mssql database Pin
Judah Gabriel Himango16-Nov-07 8:40
sponsorJudah Gabriel Himango16-Nov-07 8:40 
QuestionC# pointer to struct using C dll Pin
dfn16-Nov-07 8:00
dfn16-Nov-07 8:00 
AnswerRe: C# pointer to struct using C dll Pin
Judah Gabriel Himango16-Nov-07 9:05
sponsorJudah Gabriel Himango16-Nov-07 9:05 
GeneralRe: C# pointer to struct using C dll Pin
dfn16-Nov-07 9:14
dfn16-Nov-07 9:14 
QuestionHow can I fix "The Breakpoint will not currently be hit......" Pin
Khoramdin16-Nov-07 7:41
Khoramdin16-Nov-07 7:41 
AnswerRe: How can I fix "The Breakpoint will not currently be hit......" Pin
Judah Gabriel Himango16-Nov-07 9:05
sponsorJudah Gabriel Himango16-Nov-07 9:05 
GeneralRe: How can I fix "The Breakpoint will not currently be hit......" Pin
Khoramdin16-Nov-07 11:36
Khoramdin16-Nov-07 11:36 
QuestionImmediate Window - '@err' equivalent Pin
Jeffrey Walton16-Nov-07 7:16
Jeffrey Walton16-Nov-07 7:16 
Hi All,

In VC++, I can type '@err" in the Immediate Window which acts as a call to GetLastError(). What is the C# equivalent?

Below are my frustrated attempts so far...

Jeff

@err
The name 'err' does not exist in the current context
Debug.Print err;
The type or namespace name 'Debug' is not valid in this scope
error
The name 'error' does not exist in the current context
error.number
The name 'error' does not exist in the current context
debug.print error.number;
; expected

AnswerRe: Immediate Window - '@err' equivalent Pin
Judah Gabriel Himango16-Nov-07 7:36
sponsorJudah Gabriel Himango16-Nov-07 7:36 
GeneralRe: Immediate Window - '@err' equivalent Pin
Jeffrey Walton16-Nov-07 8:11
Jeffrey Walton16-Nov-07 8:11 

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.