ryanvs

Stories submitted by ryanvs

Spinning Wait Symbol in Silverlight, Part 4(nimblecoder.com)

submitted by ryanvsryanvs(75) 3 years, 6 months ago

Creating a spinning wait symbol in Silverlight, Part 4. Added rotation animation to the symbol to give it the spinning effect. read more...

add a comment |category: |Views: 266

tags: another

Spinning Wait Symbol in Silverlight, Part 3(nimblecoder.com)

submitted by ryanvsryanvs(75) 3 years, 6 months ago

Programmatically build a spinning wait cursor symbol in Silverlight. Added curvature to the "pizza" slices. read more...

add a comment |category: |Views: 56

tags: another

Spinning Wait Symbol in Silverlight, Part 2(nimblecoder.com)

submitted by ryanvsryanvs(75) 3 years, 7 months ago

An exercise in Silverlight: how to programmatically create a shape (or "pizza") with slices somewhat similar to the rotating wait cursor in Mac OSX. read more...

add a comment |category: |Views: 72

tags: another

Spinning Wait Symbol in Silverlight(nimblecoder.com)

submitted by ryanvsryanvs(75) 3 years, 7 months ago

Simple animation using Silverlight to emulate the wait symbol on a Windows Mobile Treo. read more...

add a comment |category: |Views: 394

tags: another

Bouncing Balls in Silverlight, Part 1(nimblecoder.com)

submitted by ryanvsryanvs(75) 3 years, 8 months ago

Simple sample of bouncing ball in Silverlight. It is just intended to demonstrate the basics of a simple ball motion. read more...

add a comment |category: |Views: 36

tags: another

Quick guide to resizing virtual disks in VMware(nimblecoder.com)

submitted by ryanvsryanvs(75) 4 years, 1 month ago

Step by step guide on how to resize virtual disks in VMware. Useful when Windows, SQL Server, BizTalk, Visual Studio, and Office take far more space than you expected! read more...

add a comment |category: |Views: 5

tags: another

Set the FieldSpecified property automatically in WSDL generated files(nimblecoder.com)

submitted by ryanvsryanvs(75) 4 years, 1 month ago

If you use the nillable or minOccurs attributes in the WSDL files, the wsdl.exe tool generates a boolean 'Specified' field. In order to transmit the field value, this field must be set 'true' even if a value is assigned to the field. This post shows how to automatically add code to set the Specified property in WSDL generated files. read more...

add a comment |category: |Views: 389

tags: another