Public · Protected · Private
Using resources in WPF
Type: Public  |  Created: 2012-06-14  |  Frozen: Yes
« Previous Public Blog Next Public Blog »
Comments
  • StreamResourceInfo sRe = Application.GetResourceStream(new Uri("busyicon.ani", UriKind.Relative)); Cursor customCursor = new Cursor(sRe.Stream); this.Cursor = customCursor;
    2012-06-14 06:31
This blog is frozen. No new comments or edits allowed.