I found the problem!!! I had a Picture box with a custom Paint command. It seemed it was try to paint waaay too many times. So I slowed it down with a Control...
Even creating a new project did not work. I tested with a simple project and works fine.. However as soon as I add more Dialogs to the main Form, colorDialog get hidden somewhere when I try to fire...
@ rockmurali, yeh started new project used many different combinations of adding the colorDialog to the form and it all works. There must be something deep in the form that is causing this....
@ rockmurali - im using 4.0 Framework
@ arjay - thanks you gave me some ideas: but I don;t know how to check the control for a child control so I just dragged another ColorDialog directly onto Tab...
I'm just a newb, but maybe some form of bit-wise logic programming can be done BEFORE determining if dog[] d = new dog[50000000] OR dog[] d = new dog[5]
Yeh I fixed it made it waaay smaller just by changing the way I saved out the xml file. Before I had it like this >> "This_Is_OneHere_Is_AnotherYetMoreAgainSplitEachByCapital_Word"
to >>...
I am terrible at knowing regular expressions very well so mostly I find examples then try to use them, however my code usually ends up being really ugly even though it works.
Ok!!!! I solved it - its a hack really, the List<Labels> is getting populated from a Dictionary, and since a Dictionary cannot be sorted unless its recreated I simply sorted it BEFORE I created the...
yes but - you can't declare a var outside of a method, for instance it cannot be a field or property. Maybe it goes to garbage collection faster than something properly declared in a field??
Yeh. it was my kneejerk reaction - I was drinking a tun of coffee. There is a lot of stuff I still don't know. But it never would have occurred to me that waveOutNumDevices was ever going to act like...
I got several properties that are almost exactly the same, I'm trying to merge them down to just one property, but I'm not doing it right. Here are the over-redundant properties