Click here to Skip to main content
15,890,512 members
Home / Discussions / C#
   

C#

 
SuggestionRe: DataSet does not support System.Nullable Pin
WiiMaxx24-Apr-14 1:29
WiiMaxx24-Apr-14 1:29 
QuestionAdvanced Search Pin
arslanjatt20-Jun-07 5:10
arslanjatt20-Jun-07 5:10 
AnswerRe: Advanced Search Pin
nateraaaa20-Jun-07 5:56
nateraaaa20-Jun-07 5:56 
Questionevent extender providers? Pin
TheShaver20-Jun-07 4:48
TheShaver20-Jun-07 4:48 
AnswerRe: event extender providers? Pin
Luc Pattyn20-Jun-07 4:52
sitebuilderLuc Pattyn20-Jun-07 4:52 
GeneralRe: event extender providers? Pin
TheShaver20-Jun-07 5:14
TheShaver20-Jun-07 5:14 
AnswerRe: event extender providers? Pin
Martin#20-Jun-07 4:57
Martin#20-Jun-07 4:57 
GeneralRe: event extender providers? Pin
TheShaver20-Jun-07 5:11
TheShaver20-Jun-07 5:11 
AnswerRe: event extender providers? Pin
Martin#20-Jun-07 5:07
Martin#20-Jun-07 5:07 
GeneralRe: event extender providers? Pin
TheShaver20-Jun-07 5:20
TheShaver20-Jun-07 5:20 
GeneralRe: event extender providers? Pin
Martin#20-Jun-07 5:23
Martin#20-Jun-07 5:23 
QuestionAnyone know of a web service like this? Pin
gantww20-Jun-07 4:30
gantww20-Jun-07 4:30 
AnswerRe: Anyone know of a web service like this? Pin
nateraaaa20-Jun-07 6:06
nateraaaa20-Jun-07 6:06 
QuestionTaking control of an already running process.. Pin
Ylno20-Jun-07 4:26
Ylno20-Jun-07 4:26 
AnswerRe: Taking control of an already running process.. Pin
Martin#20-Jun-07 4:29
Martin#20-Jun-07 4:29 
QuestionError in Web.Config page Pin
shyamts20-Jun-07 3:59
shyamts20-Jun-07 3:59 
AnswerRe: Error in Web.Config page Pin
Manas Bhardwaj20-Jun-07 4:02
professionalManas Bhardwaj20-Jun-07 4:02 
AnswerRe: Error in Web.Config page Pin
Not Active20-Jun-07 4:28
mentorNot Active20-Jun-07 4:28 
GeneralRe: Error in Web.Config page Pin
shyamts20-Jun-07 17:05
shyamts20-Jun-07 17:05 
GeneralTimer not firing Pin
hairy_hats20-Jun-07 3:56
hairy_hats20-Jun-07 3:56 
AnswerRe: Timer not firing Pin
Martin#20-Jun-07 4:00
Martin#20-Jun-07 4:00 
GeneralRe: Timer not firing Pin
hairy_hats20-Jun-07 4:24
hairy_hats20-Jun-07 4:24 
GeneralRe: Timer not firing Pin
Martin#20-Jun-07 4:26
Martin#20-Jun-07 4:26 
GeneralRe: Timer not firing Pin
hairy_hats20-Jun-07 4:56
hairy_hats20-Jun-07 4:56 
GeneralRe: Timer not firing Pin
Martin#20-Jun-07 5:02
Martin#20-Jun-07 5:02 
Steve_Harris wrote:
I still don't understand some of the design decisions. For example, first of all you could only derive a class from a single base class. Then people complained so they tacked on Interfaces to let you do it! Well rather than tack on interfaces, why not just let you do multiple inheritance properly?!

That's a good point. But I think a lot of discusion where made because of that!

Steve_Harris wrote:
And in the case of this Timer, implementing a Windows.Forms timer that blocks in the Windows.Forms thread is just daft.

Don't think so! Wait untill you have to deal with invoking your UI, whcih is not neccesary with the Forms.Timer.

Steve_Harris wrote:
Ah well, got to live with it!

Yep Wink | ;)

All the best,

Martin

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.