Musings
Public · Protected · Private
Using resources in WPF
-
2012-06-14 06:31StreamResourceInfo sRe = Application.GetResourceStream(new Uri("busyicon.ani", UriKind.Relative)); Cursor customCursor = new Cursor(sRe.Stream); this.Cursor = customCursor;
This blog is frozen. No new comments or edits allowed.