Hello
I'm working on a IRC-client written in C#. The progress is steady and the client is soon ready for a public beta release. However, there are some quirks that must first be resolved. One of them being that the textboxes flickers alot
As soon as I do anything to modify text in a RichTextBox ...
more >>
We use MS Installer to install a Windows our windows application. We
want to be able to install a new version and have the prior version
removed automatically. When we set the Version, we answer Yes to reset
the ProductCode and PackageCode. RemovePreviousVersion=True. However,
during install...
more >>
Hi all,
Can someone clarify if Application.Exit affects current AppDomain only? This
does seem to be the case, but not spelled out in the msdn documentation.
"Informs all message pumps that they must terminate, and then closes all
application windows after the messages have been processed......
more >>
How do I have my header of a DataGrid column on more than one line. For
instance, if the header is "Wurzle Gummage" how do I format it as:
Wurzle
Gummage
preferably with control of the row justification as well.
Many thanks
...
more >>