Unknown Recipes
Sign in
|
Join
Home
Contact
RSS
Atom
Comments RSS
Search
Tags
Active Directory
ADO.NET
ASP.NET
General
Linq
MSBuild
SQL Server
WCF
WPF
Sponsors
advertise here
Navigation
Home
Blogs
Archives
August 2009 (1)
July 2009 (2)
June 2009 (1)
May 2009 (1)
April 2009 (4)
March 2009 (1)
January 2009 (2)
August 2008 (1)
March 2008 (1)
February 2008 (1)
January 2008 (1)
December 2007 (1)
November 2007 (1)
October 2007 (6)
September 2007 (3)
October 2007 - Posts
1
Comments
Synchronizing control properties with the parent control properties in WPF
by
marianor
Sometimes you need synchronize the properties of a control with the properties of the parent control, in order to accomplish this you can use a binding by element name. In the example below you can see how to make the size of a control equal to its parent...
Filed under:
WPF
17
Comments
A WPF wrapper around Windows Form NotifyIcon
by
marianor
Because WPF do not have a Notify Icon control, I decided implement a WPF control that wraps the Windows Form control. It only covers the basic functionality, but I believe that it is enough for most scenarios. Enjoy it ! The control and the sample are...
Filed under:
WPF
2
Comments
Unhandled exceptions in children threads
by
marianor
When an exception is thrown in a thread that is not the main thread, it can be catch with the event UnhandledException of the AppDomain class. However attaching this event can not avoid the application to crash. There are two ways to workaround this issue...
Filed under:
General
7
Comments
Publish a ClickOnce deploy with Visual Studio and assemblies not referenced
by
marianor
When you build a ClickOnce deploy Visual Studio do not get assemblies not referenced in the project or any other dependent project. Basically the problem are assemblies located in other folders than the project folder. But you can workaround this issue...
Filed under:
MSBuild
0
Comments
New InProcess transport for WCF
by
marianor
A new NullTransport for WCF was implemented, you can found the bits in http://www.codeproject.com/WCF/NullTransportForWCF.asp .
Filed under:
WCF
0
Comments
Code Task Scheduler
by
marianor
I publish an early alpha version of the Code Task Scheduler, that allows schedule managed code. The bits are in Codeplex http://www.codeplex.com/cts .
Filed under:
General
More Posts