Click here to Skip to main content
15,928,111 members
Home / Discussions / C#
   

C#

 
QuestionError window Pin
hiremath7119-Feb-07 19:49
hiremath7119-Feb-07 19:49 
AnswerRe: Error window Pin
NanaAM19-Feb-07 20:15
NanaAM19-Feb-07 20:15 
GeneralRe: Error window Pin
hiremath7120-Feb-07 19:41
hiremath7120-Feb-07 19:41 
QuestionConvert PDF file to Word File Pin
Member 126126919-Feb-07 19:24
Member 126126919-Feb-07 19:24 
Questionwindow service Pin
atulonweb@hotmail.com19-Feb-07 18:10
atulonweb@hotmail.com19-Feb-07 18:10 
AnswerRe: window service Pin
mike montagne19-Feb-07 18:35
mike montagne19-Feb-07 18:35 
AnswerRe: window service Pin
coolestCoder19-Feb-07 19:56
coolestCoder19-Feb-07 19:56 
Questionhow to use Filter on Dataview for string like te*xt% Pin
BalasahebK19-Feb-07 17:46
BalasahebK19-Feb-07 17:46 
QuestionWindows .net(C#) Pin
Member 384492619-Feb-07 17:45
Member 384492619-Feb-07 17:45 
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 

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.