Tagged Questions
The opennetcf.ioc tag has no wiki summary.
4
votes
1answer
564 views
DI: Handling Life of IDisposable Objects
So I'm working on my DI/IoC Container OpenNETCF.IoC and I've got a (reasonable) feature request to add some form of lifecycle management for IDisposable items in the container collections.
My current ...
2
votes
1answer
102 views
Compact Framework 3.5 User Control Localization
I am using Compact Framework ImageButton usercontrol from Chris Tacke's blog but I am having some issues in localising the CenterText property.
It appears the the <Localizable(True)> attribute ...
1
vote
2answers
69 views
OpenNetCF.IOC event subscription not firing
I am developing a Vb.net .Net 3.5 PDA application using the OpenNetCF IOC framework. I have set up and event to handle the navigation through the smart parts but when I raise the event the ...
1
vote
2answers
278 views
OpenNETCF.Stopwatch -> only ticks changing, not Elapsed
I've been trying to track down a bug I thought was thread-related, but I think instead there is an issue with the way I am using OpenNETCF's Stopwatch. I am using OpenNETCF.IoC in my application, but ...