Click here to Skip to main content
15,923,006 members
Home / Discussions / C#
   

C#

 
GeneralRe: ComboBox in C#.net Pin
Nouman Bhatti30-Dec-07 22:46
Nouman Bhatti30-Dec-07 22:46 
Generalcalculate the intime and outtime Pin
Nilohith30-Dec-07 17:52
Nilohith30-Dec-07 17:52 
GeneralRe: calculate the intime and outtime Pin
Abhijit Jana30-Dec-07 18:44
professionalAbhijit Jana30-Dec-07 18:44 
GeneralRe: calculate the intime and outtime Pin
Nilohith2-Jan-08 20:04
Nilohith2-Jan-08 20:04 
GeneralRe: calculate the intime and outtime Pin
Paul Conrad30-Dec-07 19:04
professionalPaul Conrad30-Dec-07 19:04 
GeneralRe: calculate the intime and outtime Pin
CPallini30-Dec-07 22:39
mveCPallini30-Dec-07 22:39 
GeneralRe: calculate the intime and outtime Pin
PIEBALDconsult31-Dec-07 16:09
mvePIEBALDconsult31-Dec-07 16:09 
Generalsome properties of a delegate Pin
bkelly1330-Dec-07 16:47
bkelly1330-Dec-07 16:47 
My earlier question leads to an intermediate goal of understanding delegates. From my readings, there is an important item left out of all the delegate articles I have been reading. The following is a short list of a few important points that I have garnered. I submit them in the hopes that my opinion will be confirmed or corrected.

1. A delegate is a type safe pointer to a function.
2. I will refer to the “pointed to” function as the target of the delegate.
3. A delegate can be used to call its target from outside the target’s name space. To explain my thoughts:
3a. A mouse click is an event that is within the space of the operating system, but outside the space of a program that I may write
3b. I want my program to be aware of the mouse click
3c. The operating system can use the delegate from outside my program.
3d. The arguments passed to the delegate are transported to within my program via the delegate’s call of the target.
3e. This is why the delegate must be a type safe pointer.
3f. By type safe, I mean that the signature of the delegate and its target must match.
4. There are three difficult parts of delegates:
4a. Understanding their purpose
4b. Understanding their capabilities (not a hard as the other two)
4c. Learning the syntax of preparing them for use.
4d. I will just note those items and defer elaboration for later.

I tired to indent the 3a type items but don't know how to do that.

Am I making any progress?

Thanks for your time

GeneralRe: some properties of a delegate Pin
N a v a n e e t h30-Dec-07 19:01
N a v a n e e t h30-Dec-07 19:01 
Generalhelp on keyword obj Pin
bkelly1330-Dec-07 15:27
bkelly1330-Dec-07 15:27 
Generaland a follow up Pin
bkelly1330-Dec-07 15:35
bkelly1330-Dec-07 15:35 
GeneralRe: and a follow up Pin
DaveyM6930-Dec-07 16:22
professionalDaveyM6930-Dec-07 16:22 
GeneralRe: and a follow up Pin
PIEBALDconsult31-Dec-07 16:21
mvePIEBALDconsult31-Dec-07 16:21 
GeneralRe: and a follow up Pin
bkelly1331-Dec-07 16:27
bkelly1331-Dec-07 16:27 
GeneralRe: help on keyword obj Pin
DaveyM6930-Dec-07 16:17
professionalDaveyM6930-Dec-07 16:17 
GeneralRe: help on keyword obj Pin
bkelly1330-Dec-07 16:39
bkelly1330-Dec-07 16:39 
Generalusing C# to draw over directx games Pin
Member 428380730-Dec-07 11:30
Member 428380730-Dec-07 11:30 
GeneralRe: using C# to draw over directx games Pin
Kristian Sixhøj30-Dec-07 12:46
Kristian Sixhøj30-Dec-07 12:46 
GeneralRe: using C# to draw over directx games Pin
MarkB77730-Dec-07 16:15
MarkB77730-Dec-07 16:15 
GeneralDevice name Pin
Strategic_Thinker30-Dec-07 5:29
Strategic_Thinker30-Dec-07 5:29 
GeneralCapturing VB6 event in C#.Net Pin
M A A Mehedi Hasan30-Dec-07 1:17
M A A Mehedi Hasan30-Dec-07 1:17 
GeneralRe: Capturing VB6 event in C#.Net Pin
Michael Sync30-Dec-07 5:35
Michael Sync30-Dec-07 5:35 
GeneralRe: Capturing VB6 event in C#.Net Pin
Paul Conrad30-Dec-07 6:41
professionalPaul Conrad30-Dec-07 6:41 
GeneralRe: Capturing VB6 event in C#.Net Pin
Michael Sync30-Dec-07 19:02
Michael Sync30-Dec-07 19:02 
GeneralRe: Capturing VB6 event in C#.Net Pin
Paul Conrad30-Dec-07 19:06
professionalPaul Conrad30-Dec-07 19:06 

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.