Click here to Skip to main content
15,895,850 members
Home / Discussions / C#
   

C#

 
AnswerRe: Help with Textbox Pin
Luc 64801112-Apr-09 17:27
Luc 64801112-Apr-09 17:27 
AnswerRe: Help with Textbox Pin
Roberto Ho13-Apr-09 2:03
Roberto Ho13-Apr-09 2:03 
QuestionDetermine whether connected to the internet. Pin
kippow12-Apr-09 13:58
kippow12-Apr-09 13:58 
AnswerRe: Determine whether connected to the internet. Pin
Luc 64801112-Apr-09 14:47
Luc 64801112-Apr-09 14:47 
QuestionQuestion about DirectX.Sound. Pin
t.s.al-zahrani12-Apr-09 12:52
t.s.al-zahrani12-Apr-09 12:52 
AnswerRe: Question about DirectX.Sound. Pin
Mycroft Holmes12-Apr-09 14:47
professionalMycroft Holmes12-Apr-09 14:47 
QuestionCan operators be overloaded for built-in value types Pin
Winkles12-Apr-09 12:19
Winkles12-Apr-09 12:19 
AnswerRe: Can operators be overloaded for built-in value types Pin
Colin Angus Mackay12-Apr-09 12:43
Colin Angus Mackay12-Apr-09 12:43 
No. You cannot modify existing classes.

You can inherit from a class and override the overloaded operator IF that option is available, but for many types that option is not available. For example, some types are sealed (meaning you can't inherit from them), don't have virtual overloaded operators (so you can't override the existing behaviour) and if it is a value type (like an int) then you can't be inherited anyway.


AnswerRe: Can operators be overloaded for built-in value types Pin
DaveyM6912-Apr-09 20:53
professionalDaveyM6912-Apr-09 20:53 
QuestionMaximize Problem in MDI Form. Pin
hdv21212-Apr-09 10:49
hdv21212-Apr-09 10:49 
AnswerRe: Maximize Problem in MDI Form. Pin
sajid.salim.khan12-Apr-09 18:32
sajid.salim.khan12-Apr-09 18:32 
GeneralRe: Maximize Problem in MDI Form. Pin
hdv21213-Apr-09 9:24
hdv21213-Apr-09 9:24 
Questionmonitor.pulse Pin
kyus9412-Apr-09 9:38
kyus9412-Apr-09 9:38 
AnswerRe: monitor.pulse Pin
Nicholas Butler12-Apr-09 9:47
sitebuilderNicholas Butler12-Apr-09 9:47 
GeneralRe: monitor.pulse Pin
ykcontact22-Apr-09 5:08
ykcontact22-Apr-09 5:08 
GeneralRe: monitor.pulse Pin
Nicholas Butler22-Apr-09 5:30
sitebuilderNicholas Butler22-Apr-09 5:30 
QuestionDesigning form Pin
Rajdeep.NET is BACK12-Apr-09 8:52
Rajdeep.NET is BACK12-Apr-09 8:52 
QuestionSending byte array(data) to a URL with POST or GET Pin
Member 441789212-Apr-09 6:57
Member 441789212-Apr-09 6:57 
AnswerRe: Sending byte array(data) to a URL with POST or GET Pin
harold aptroot12-Apr-09 7:09
harold aptroot12-Apr-09 7:09 
GeneralRe: Sending byte array(data) to a URL with POST or GET Pin
Member 441789212-Apr-09 7:17
Member 441789212-Apr-09 7:17 
GeneralRe: Sending byte array(data) to a URL with POST or GET Pin
harold aptroot12-Apr-09 7:43
harold aptroot12-Apr-09 7:43 
AnswerRe: Sending byte array(data) to a URL with POST or GET Pin
Luc 64801112-Apr-09 8:23
Luc 64801112-Apr-09 8:23 
GeneralRe: Sending byte array(data) to a URL with POST or GET Pin
Member 441789212-Apr-09 9:10
Member 441789212-Apr-09 9:10 
GeneralRe: Sending byte array(data) to a URL with POST or GET Pin
Luc 64801112-Apr-09 9:33
Luc 64801112-Apr-09 9:33 
Questionthreading question Pin
Rafone12-Apr-09 6:45
Rafone12-Apr-09 6:45 

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.