Click here to Skip to main content
15,924,581 members
Home / Discussions / C#
   

C#

 
AnswerRe: Windows .net(C#) Pin
mike montagne19-Feb-07 18:26
mike montagne19-Feb-07 18:26 
QuestionToggle bar samples. Pin
pashitech19-Feb-07 17:42
pashitech19-Feb-07 17:42 
AnswerRe: Toggle bar samples. [modified] Pin
mike montagne19-Feb-07 18:08
mike montagne19-Feb-07 18:08 
GeneralRe: Toggle bar samples. Pin
pashitech19-Feb-07 19:32
pashitech19-Feb-07 19:32 
GeneralRe: Toggle bar samples. Pin
mike montagne20-Feb-07 6:19
mike montagne20-Feb-07 6:19 
AnswerRe: Toggle bar samples. Pin
mike montagne27-Feb-07 7:04
mike montagne27-Feb-07 7:04 
QuestionOnSystemColorsChanged never fired? Pin
mike montagne19-Feb-07 13:51
mike montagne19-Feb-07 13:51 
AnswerIDE Dysfunctionality Discovered Pin
mike montagne20-Feb-07 9:16
mike montagne20-Feb-07 9:16 
I don't know about the rest of you, but I encounter so many dysfunctionalities in visiting Microsoft sites that there hardly seems any point in trying. I have to log in to post (but I already logged in). I try to log in again, I'm told I have to enable cookies (but cookies are enabled). I try to post or send feedback, and I'm told I need to log in. I try to log in, but I'm told I'm already logged in.

This stuff is absolutely ridiculous.

In any case, I called and got a special link that was supposed to allow me to post a report without logging in... but it required me to log in as well, and we went around in circles for naught again...

BUT...

Though all previous searches turned up nothing, I tried my OnSystemColorsChanged search from that page... and I turn up an issue:

http://connect.microsoft.com/VisualStudio/feedback/ViewFeedback.aspx?FeedbackID=95463

So, although this is not the whole issue, it reports that at one time, though system colors may be reconfigured, the new colors were not assigned to the values representing system colors. MS claims to have been able to reproduce the problem, and to have fixed it.

I believe their test situation was not broad enough to verify *also* that OnSystemColorsChanged is entered, because my testing shows no entry into this event handler whatsoever. Same problem with OnEnabledChanged, which I was able to work around by writing a new Enabled property.

OnSystemColorsChanged however provides no such opportunity, because of course we are not assigning to a property to fire the event -- it is a system event, the whole responsibility for which is Microsoft's.

Unless I misunderstand that my testing (manually resetting system colors) is somehow (?) insufficient to fire the event (it changes system colors in many other applications), I believe this establishes a compiler issue/bug.

If anyone knows any better, I surely would like to hear about it, because this is a very costly issue for us.

TIA,

m
QuestionServer Error : same “type” in two different DLLs Pin
tedhill1319-Feb-07 12:41
tedhill1319-Feb-07 12:41 
AnswerRe: Server Error : same “type” in two different DLLs Pin
mike montagne19-Feb-07 14:02
mike montagne19-Feb-07 14:02 
QuestionAdding to multi dimension array Pin
digsy_19-Feb-07 9:46
digsy_19-Feb-07 9:46 
AnswerRe: Adding to multi dimension array Pin
Leslie Sanford19-Feb-07 10:11
Leslie Sanford19-Feb-07 10:11 
AnswerRe: Adding to multi dimension array Pin
Christian Graus19-Feb-07 10:16
protectorChristian Graus19-Feb-07 10:16 
GeneralRe: Adding to multi dimension array Pin
Leslie Sanford19-Feb-07 10:24
Leslie Sanford19-Feb-07 10:24 
GeneralRe: Adding to multi dimension array Pin
Christian Graus19-Feb-07 10:43
protectorChristian Graus19-Feb-07 10:43 
AnswerRe: Adding to multi dimension array Pin
Aaron VanWieren19-Feb-07 17:32
Aaron VanWieren19-Feb-07 17:32 
QuestionTeam Foundation Server Pin
mihksoft19-Feb-07 6:19
mihksoft19-Feb-07 6:19 
AnswerRe: Team Foundation Server Pin
Christian Graus19-Feb-07 8:55
protectorChristian Graus19-Feb-07 8:55 
QuestionInterface Properties Pin
santhony719-Feb-07 6:08
santhony719-Feb-07 6:08 
AnswerRe: Interface Properties Pin
Leslie Sanford19-Feb-07 6:27
Leslie Sanford19-Feb-07 6:27 
GeneralRe: Interface Properties Pin
santhony719-Feb-07 8:58
santhony719-Feb-07 8:58 
GeneralRe: Interface Properties Pin
mike montagne19-Feb-07 14:09
mike montagne19-Feb-07 14:09 
QuestionBusiness Object Properties in Random Order Pin
Thomas Wells19-Feb-07 5:47
Thomas Wells19-Feb-07 5:47 
AnswerRe: Business Object Properties in Random Order Pin
tgrt19-Feb-07 13:12
tgrt19-Feb-07 13:12 
GeneralRe: Business Object Properties in Random Order Pin
Thomas Wells20-Feb-07 8:12
Thomas Wells20-Feb-07 8:12 

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.