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

C#

 
GeneralRe: Instance Handle for Bitmap.FromResource Pin
John Mautari19-Jun-02 19:06
John Mautari19-Jun-02 19:06 
Questionudpclient bug ? Pin
Gary31419-Jun-02 12:14
Gary31419-Jun-02 12:14 
Generalvalue vs. reference gripe Pin
Marc Clifton19-Jun-02 9:59
mvaMarc Clifton19-Jun-02 9:59 
GeneralRe: value vs. reference gripe Pin
Chris Rickard19-Jun-02 10:23
Chris Rickard19-Jun-02 10:23 
GeneralRe: value vs. reference gripe Pin
leppie19-Jun-02 11:29
leppie19-Jun-02 11:29 
GeneralRe: value vs. reference gripe Pin
Nish Nishant19-Jun-02 11:55
sitebuilderNish Nishant19-Jun-02 11:55 
GeneralRe: value vs. reference gripe Pin
leppie19-Jun-02 23:18
leppie19-Jun-02 23:18 
GeneralRe: value vs. reference gripe Pin
Richard Deeming20-Jun-02 0:19
mveRichard Deeming20-Jun-02 0:19 
The way I look at it, an "object" variable is a pointer to the object, and that pointer gets passed by value (unless you specify otherwise).
You can access the methods and properties of the original object, but you can't return changes to the pointer - if you set the parameter to a different object, the original variable will still point to the original object.
Nothing confusing about that! Smile | :)
GeneralRe: value vs. reference gripe Pin
Marc Clifton20-Jun-02 1:37
mvaMarc Clifton20-Jun-02 1:37 
GeneralRe: value vs. reference gripe Pin
Richard Deeming20-Jun-02 3:39
mveRichard Deeming20-Jun-02 3:39 
GeneralRe: value vs. reference gripe Pin
Marc Clifton20-Jun-02 7:09
mvaMarc Clifton20-Jun-02 7:09 
QuestionC# bool to int conversion. Does it exist? Pin
Marc Clifton19-Jun-02 9:55
mvaMarc Clifton19-Jun-02 9:55 
AnswerRe: C# bool to int conversion. Does it exist? Pin
Chris Rickard19-Jun-02 10:06
Chris Rickard19-Jun-02 10:06 
GeneralRe: C# bool to int conversion. Does it exist? Pin
Marc Clifton19-Jun-02 10:17
mvaMarc Clifton19-Jun-02 10:17 
GeneralClear the Console Pin
Mauricio Ritter19-Jun-02 6:41
Mauricio Ritter19-Jun-02 6:41 
GeneralRe: Clear the Console Pin
Nick Parker21-Jun-02 8:08
protectorNick Parker21-Jun-02 8:08 
Generalfinding the process's HWND Pin
eynats19-Jun-02 2:33
eynats19-Jun-02 2:33 
GeneralRe: finding the process's HWND Pin
Feng Qin19-Jun-02 3:01
Feng Qin19-Jun-02 3:01 
GeneralRe: finding the process's HWND Pin
eynats19-Jun-02 3:34
eynats19-Jun-02 3:34 
GeneralRe: finding the process's HWND Pin
Mazdak19-Jun-02 5:50
Mazdak19-Jun-02 5:50 
GeneralRe: finding the process's HWND Pin
Chris Rickard19-Jun-02 4:32
Chris Rickard19-Jun-02 4:32 
GeneralRe: finding the process's HWND Pin
leppie19-Jun-02 10:50
leppie19-Jun-02 10:50 
GeneralExporting functions Pin
leppie18-Jun-02 23:56
leppie18-Jun-02 23:56 
GeneralRe: Exporting functions Pin
Feng Qin19-Jun-02 1:01
Feng Qin19-Jun-02 1:01 
GeneralRe: Exporting functions Pin
leppie19-Jun-02 1:22
leppie19-Jun-02 1:22 

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.