Click here to Skip to main content
15,898,222 members
Home / Discussions / C#
   

C#

 
GeneralRe: Event Problem Pin
Jammer15-Mar-08 3:05
Jammer15-Mar-08 3:05 
GeneralRe: Event Problem Pin
DaveyM6915-Mar-08 3:26
professionalDaveyM6915-Mar-08 3:26 
GeneralRe: Event Problem Pin
Jammer15-Mar-08 3:41
Jammer15-Mar-08 3:41 
GeneralRe: Event Problem Pin
DaveyM6915-Mar-08 4:10
professionalDaveyM6915-Mar-08 4:10 
GeneralRe: Event Problem Pin
Jammer15-Mar-08 5:06
Jammer15-Mar-08 5:06 
GeneralRe: Event Problem Pin
Jammer15-Mar-08 5:15
Jammer15-Mar-08 5:15 
GeneralRe: Event Problem Pin
DaveyM6915-Mar-08 5:24
professionalDaveyM6915-Mar-08 5:24 
GeneralRe: Event Problem Pin
Luc Pattyn15-Mar-08 3:51
sitebuilderLuc Pattyn15-Mar-08 3:51 
Hi Jammer,

I have some suggestions and comments:

1.
if a subject is not clear to you, my first advice is to read the documentation (use Google,
and look for links with MSDN or MSDN2 in them)

2.
since documentation often is rather short and lacks contextual information, I always advice
to have a good tutorial at hand, and read the relevant chapter.

3.
I did a short article on events and delegates; it does not explain all of it, it does providce
some examples and gives you some hints.

4.
When you have compile errors, look at them carefully and solve them; pay attention especially
to the first error message, and try to get rid of that one first. Then recurse until none are
left. Don't start adding unrelated code (and more errors) until you have fixed the ones you
already have.

5.
Also pay attention to the compiler warnings; a good programmer knows every warning is
a candidate for a run-time problem later on, so get rid of them too.

6.
We are not in the spoon feeding business. As a programmer you are supposed to search, read around,
try, correct and test; and when stuck, to ask specific questions while providing clear information.
"the compiler is throwing loads of errors" is not informative.

7.
keep it up!
Smile | :)

Luc Pattyn [Forum Guidelines] [My Articles]

This month's tips:
- before you ask a question here, search CodeProject, then Google;
- the quality and detail of your question reflects on the effectiveness of the help you are likely to get;
- use PRE tags to preserve formatting when showing multi-line code snippets.


GeneralRe: Event Problem Pin
Jammer15-Mar-08 4:00
Jammer15-Mar-08 4:00 
QuestionHow can I take data from a datagrid and display it in an Excel Spreadsheet? Pin
Walaza15-Mar-08 0:31
Walaza15-Mar-08 0:31 
AnswerRe: How can I take data from a datagrid and display it in an Excel Spreadsheet? Pin
buchstaben15-Mar-08 5:47
buchstaben15-Mar-08 5:47 
GeneralRe: How can I take data from a datagrid and display it in an Excel Spreadsheet? Pin
Walaza16-Mar-08 6:23
Walaza16-Mar-08 6:23 
GeneralRe: How can I take data from a datagrid and display it in an Excel Spreadsheet? Pin
buchstaben16-Mar-08 12:09
buchstaben16-Mar-08 12:09 
GeneralRe: How can I take data from a datagrid and display it in an Excel Spreadsheet? Pin
Walaza16-Mar-08 20:15
Walaza16-Mar-08 20:15 
GeneralDedect if right button is clicked in DataGridView column header Pin
AndrusM14-Mar-08 22:56
AndrusM14-Mar-08 22:56 
Questionwhat is best way to do this (create interaction between 2 application) ? Pin
Saeed.39414-Mar-08 22:12
Saeed.39414-Mar-08 22:12 
AnswerRe: what is best way to do this (create interaction between 2 application) ? Pin
Gareth H15-Mar-08 0:25
Gareth H15-Mar-08 0:25 
Generalpassing objects Pin
Miss Maheshwari14-Mar-08 22:12
Miss Maheshwari14-Mar-08 22:12 
GeneralRe: passing objects Pin
Colin Angus Mackay15-Mar-08 1:06
Colin Angus Mackay15-Mar-08 1:06 
QuestionUsin C# Code To Boot Into SafeMode? Pin
MadMan-2972914-Mar-08 21:48
MadMan-2972914-Mar-08 21:48 
AnswerRe: Usin C# Code To Boot Into SafeMode? Pin
Rajesh R Subramanian14-Mar-08 22:13
professionalRajesh R Subramanian14-Mar-08 22:13 
GeneralRe: Usin C# Code To Boot Into SafeMode? Pin
MadMan-2972914-Mar-08 22:18
MadMan-2972914-Mar-08 22:18 
Generalcrystal report RunTime engine Pin
shabonaa14-Mar-08 21:38
shabonaa14-Mar-08 21:38 
QuestionSending SMSs from your Microsoft .NET Compact Framework-based Applications Pin
achari.ravi14-Mar-08 21:11
achari.ravi14-Mar-08 21:11 
GeneralProxy Server Pin
Joe Rozario14-Mar-08 20:35
Joe Rozario14-Mar-08 20:35 

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.