Click here to Skip to main content
15,903,839 members
Home / Discussions / C#
   

C#

 
GeneralRe: An easy one... problems converting a decimal to an integer Pin
harold aptroot2-Apr-09 9:11
harold aptroot2-Apr-09 9:11 
AnswerRe: An easy one... problems converting a decimal to an integer Pin
Luc Pattyn2-Apr-09 8:58
sitebuilderLuc Pattyn2-Apr-09 8:58 
Question1st Post and Code snip so far Pin
stonebergftw2-Apr-09 5:03
stonebergftw2-Apr-09 5:03 
AnswerRe: 1st Post and Code snip so far Pin
Judah Gabriel Himango2-Apr-09 5:45
sponsorJudah Gabriel Himango2-Apr-09 5:45 
GeneralRe: 1st Post and Code snip so far Pin
stonebergftw2-Apr-09 6:02
stonebergftw2-Apr-09 6:02 
GeneralRe: 1st Post and Code snip so far Pin
Judah Gabriel Himango2-Apr-09 6:04
sponsorJudah Gabriel Himango2-Apr-09 6:04 
AnswerRe: 1st Post and Code snip so far Pin
Simon P Stevens2-Apr-09 5:52
Simon P Stevens2-Apr-09 5:52 
GeneralRe: 1st Post and Code snip so far Pin
stonebergftw2-Apr-09 6:44
stonebergftw2-Apr-09 6:44 
GeneralRe: 1st Post and Code snip so far Pin
Simon P Stevens2-Apr-09 21:20
Simon P Stevens2-Apr-09 21:20 
GeneralRe: 1st Post and Code snip so far Pin
stonebergftw6-Apr-09 7:29
stonebergftw6-Apr-09 7:29 
QuestionVisualizing Windows Form interactively!!!! Pin
Rajdeep.NET is BACK2-Apr-09 4:57
Rajdeep.NET is BACK2-Apr-09 4:57 
QuestionRe: Visualizing Windows Form interactively!!!! Pin
led mike2-Apr-09 5:02
led mike2-Apr-09 5:02 
AnswerRe: Visualizing Windows Form interactively!!!! Pin
Rajdeep.NET is BACK2-Apr-09 5:13
Rajdeep.NET is BACK2-Apr-09 5:13 
GeneralRe: Visualizing Windows Form interactively!!!! Pin
led mike2-Apr-09 5:41
led mike2-Apr-09 5:41 
AnswerRe: Visualizing Windows Form interactively!!!! Pin
Alok Sharma ji2-Apr-09 12:38
Alok Sharma ji2-Apr-09 12:38 
AnswerRe: Visualizing Windows Form interactively!!!! Pin
DaveyM692-Apr-09 5:26
professionalDaveyM692-Apr-09 5:26 
AnswerRe: Visualizing Windows Form interactively!!!! Pin
Alok Sharma ji3-Apr-09 6:57
Alok Sharma ji3-Apr-09 6:57 
QuestionDatagridview ComboboxColumn Error: System.ArgumentException: The value of DatagridviewComboboxCell is invalid [modified] Pin
Priya Prk2-Apr-09 4:37
Priya Prk2-Apr-09 4:37 
AnswerRe: Datagridview ComboboxColumn Error: System.ArgumentException: The value of DatagridviewComboboxCell is invalid Pin
Rajdeep.NET is BACK2-Apr-09 4:47
Rajdeep.NET is BACK2-Apr-09 4:47 
GeneralRe: Datagridview ComboboxColumn Error: System.ArgumentException: The value of DatagridviewComboboxCell is invalid Pin
Priya Prk2-Apr-09 4:53
Priya Prk2-Apr-09 4:53 
QuestionCSharp equivalent functions Pin
BINOVAR2-Apr-09 4:35
BINOVAR2-Apr-09 4:35 
AnswerRe: CSharp equivalent functions Pin
Dan Neely2-Apr-09 4:39
Dan Neely2-Apr-09 4:39 
AnswerRe: CSharp equivalent functions Pin
Skymir2-Apr-09 5:01
Skymir2-Apr-09 5:01 
BINOVAR wrote:
3.Is there any C# equivalent function for "ON ERROR RESUME NEXT" in VB ? We can use Try catch but catch block will be excuted if any error occur in try block.


Someone will slap me for saying this, but you can also nest try catch blocks, and there's no requirement to have code inside the catch portion of the try block. At some point you will be causing the hari kari of whatever dev has to look at the code later though.

The true man wants two things: danger and play. For that reason he wants woman, as the most dangerous plaything.

GeneralRe: CSharp equivalent functions Pin
Colin Angus Mackay2-Apr-09 9:04
Colin Angus Mackay2-Apr-09 9:04 
GeneralRe: CSharp equivalent functions Pin
Skymir2-Apr-09 10:41
Skymir2-Apr-09 10:41 

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.