JanaGanaMana
Register
Login
Using resources in WPF
APPLICATION SHUTDOWN THOUGHTS
Different data binding options
WPF Rendering Tiers
Service provider is missing the INameResolver service.
Layout Panels
StreamResourceInfo sRe = Application.GetResourceStream(new Uri("busyicon.ani", UriKind.Relative));
Cursor customCursor = new Cursor(sRe.Stream);
this.Cursor = customCursor;