Click here to Skip to main content
15,914,016 members
Home / Discussions / C#
   

C#

 
AnswerRe: When to use new while creating object. Pin
Guffa21-Dec-06 2:42
Guffa21-Dec-06 2:42 
GeneralRe: When to use new while creating object. Pin
Pete O'Hanlon21-Dec-06 2:43
mvePete O'Hanlon21-Dec-06 2:43 
GeneralRe: When to use new while creating object. Pin
Russell Jones21-Dec-06 5:47
Russell Jones21-Dec-06 5:47 
AnswerRe: When to use new while creating object. Pin
interface Mirror21-Dec-06 2:40
interface Mirror21-Dec-06 2:40 
GeneralRe: When to use new while creating object. Pin
J4amieC21-Dec-06 3:05
J4amieC21-Dec-06 3:05 
GeneralRe: When to use new while creating object. Pin
PIEBALDconsult21-Dec-06 3:40
mvePIEBALDconsult21-Dec-06 3:40 
GeneralRe: When to use new while creating object. Pin
Guffa21-Dec-06 3:42
Guffa21-Dec-06 3:42 
GeneralRe: When to use new while creating object.(For guffa) Pin
Nitin198124-Dec-06 19:36
Nitin198124-Dec-06 19:36 
Hi guys. Thanks for your help. One thing remians unclear which I would like Guffa to clarify please. Why is it necessary to use new while declaring a point like in window forms we have.

this.button1.Location = new System.Drawing.Point(32, 56);

if I remove new it gives error while Point is a struct (a value type which does not require new )

Please clarify my doubt.

Thanks

Don't Quit

AnswerRe: When to use new while creating object.(For guffa) Pin
Guffa2-Jan-07 1:58
Guffa2-Jan-07 1:58 
Questionoperator overloading [modified] Pin
swjam21-Dec-06 1:16
swjam21-Dec-06 1:16 
AnswerRe: operator overloading Pin
PIEBALDconsult21-Dec-06 3:48
mvePIEBALDconsult21-Dec-06 3:48 
AnswerRe: operator overloading Pin
Luc Pattyn21-Dec-06 4:30
sitebuilderLuc Pattyn21-Dec-06 4:30 
QuestionHow to call the previously hidden form from the current form Pin
NK721-Dec-06 0:26
NK721-Dec-06 0:26 
AnswerRe: How to call the previously hidden form from the current form Pin
Martin#21-Dec-06 0:55
Martin#21-Dec-06 0:55 
GeneralRe: How to call the previously hidden form from the current form Pin
NK721-Dec-06 2:25
NK721-Dec-06 2:25 
AnswerRe: How to call the previously hidden form from the current form Pin
quiteSmart21-Dec-06 1:18
quiteSmart21-Dec-06 1:18 
GeneralRe: How to call the previously hidden form from the current form Pin
NK721-Dec-06 2:25
NK721-Dec-06 2:25 
AnswerRe: How to call the previously hidden form from the current form Pin
Russell Jones21-Dec-06 5:55
Russell Jones21-Dec-06 5:55 
Questionhow to use commandBuilder ? Pin
hdv21221-Dec-06 0:17
hdv21221-Dec-06 0:17 
AnswerRe: how to use commandBuilder ? Pin
Stefan Troschuetz21-Dec-06 0:36
Stefan Troschuetz21-Dec-06 0:36 
QuestionFolder Access Permission for C# Application Pin
Rsekaran20-Dec-06 23:10
Rsekaran20-Dec-06 23:10 
AnswerRe: Folder Access Permission for C# Application Pin
Tarakeshwar Reddy20-Dec-06 23:28
professionalTarakeshwar Reddy20-Dec-06 23:28 
GeneralRe: Folder Access Permission for C# Application Pin
Rsekaran20-Dec-06 23:52
Rsekaran20-Dec-06 23:52 
GeneralRe: Folder Access Permission for C# Application Pin
Tarakeshwar Reddy21-Dec-06 0:01
professionalTarakeshwar Reddy21-Dec-06 0:01 
QuestionShow Animated Gif Image Pin
GermanDM20-Dec-06 22:49
GermanDM20-Dec-06 22:49 

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.