Click here to Skip to main content
15,918,668 members
Home / Discussions / C#
   

C#

 
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 
I don't know if I am confused or enlightened. Let me try to explain and tell me if I follow you. Start with the code:
<br />
dl1 obj = new dl1(fn1);<br />


This tells the compiler to (left to right):
1. Create something called dl1.
2. Give this new entity the name obj.
3. Create it via the "new" process.
4. Create it in the likness of class dl1. (which has always seemed redundant because the first phrase of this line of code specified that to begin with)
5. Assign this object the target function fn1.

The way I see (saw) obj used so often, it just really seemed like a keyword. I would really like to see people use more descriptive names for classes, methods, and variables.

Thanks for your time

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 
GeneralInvoke function into mail body in an email Pin
zafax_30-Dec-07 0:12
zafax_30-Dec-07 0:12 
GeneralRe: Invoke function into mail body in an email Pin
Paul Conrad30-Dec-07 6:42
professionalPaul Conrad30-Dec-07 6:42 
GeneralRe: Invoke function into mail body in an email Pin
Skippums31-Dec-07 8:09
Skippums31-Dec-07 8:09 
GeneralRe: Invoke function into mail body in an email Pin
zafax_31-Dec-07 8:14
zafax_31-Dec-07 8:14 
QuestionTransferring arrays from C++ library to C# application Pin
Yooval29-Dec-07 22:28
Yooval29-Dec-07 22:28 
GeneralRe: Transferring arrays from C++ library to C# application Pin
ashukasama31-Dec-07 4:56
ashukasama31-Dec-07 4:56 
Generalinserting image to database sqlserver Pin
yemen_programmer29-Dec-07 19:44
yemen_programmer29-Dec-07 19:44 
GeneralRe: inserting image to database sqlserver Pin
Michael Sync29-Dec-07 22:19
Michael Sync29-Dec-07 22:19 

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.