Register   |   Login

 

Spark Your Solution

 Scott's Technology Blog Minimize

Author: Scott Davis Created: 3/2/2008 4:22 PM
My Blog

By Scott Davis on 2/25/2009 11:06 PM

So you've made a mobile application, how do you get it on the phone now?  The Deployment project is not terribly intuitive.  Here is how to get your application into a CAB to be installed on a phone, and how to make a shortcut in the start menu.

Read More »

By Scott Davis on 2/23/2009 11:57 PM

 Developing for Windows Mobile using the .Net Compact Framework can be a difficult transition for the developer new to mobile.  Here are some tips for the experienced .Net developer just starting with the .Ne Compact Framework.

Read More »

By Scott Davis on 2/23/2009 7:23 PM

 My last blog post took more than an hour to get right over a period of two days.  Turns out it is really hard to get DotNetNuke to store and show HTML code just the way you want it. 

Read More »

By Scott Davis on 2/22/2009 10:01 PM

SilverLight doesn't support WAV files, yet.  So what happens if you want to play a WAV from Silverlight?  Well, if you can play a WAV from Javascript, you can play it from SilverLight. 

Read More »

By Scott Davis on 12/16/2008 11:23 PM

Using the Web Browser control inside a Windows Mobile 5 application, while running on a smart phone causes parent forms to close automatically.  This appears to be a windows mobile bug.

Read More »

By Scott Davis on 12/8/2008 9:57 PM

 Here is an interesting Podcast giving a high level overview of DotNetNuke by the creator Shaun Walker...

Read More »

By Scott Davis on 12/7/2008 10:20 PM

 Occasionally you have a need to write a SQL query that shows you data that was entered or modified in the past X seconds or minutes...

Read More »

By Scott Davis on 9/16/2008 8:23 AM

 In August, I presented at the Twin Cities Silverlight User Group.  Here is the code that was reviewed.

Read More »

By Scott Davis on 6/12/2008 12:18 PM

After upgrading from SilverLight 2.0 Beta 1 to SilverLight 2.0 Beta 2 I started receiving the following strange behavior.  The project would compile just fine (and execute with no issue), but he design view of my XAML page stopping showing the preview.  Although the project compiled just fine, with zero failures, if you look in the error list, you would see an error.

AG_E_UNKNOWN_ERROR   in file Page.xaml

Read More »

By Scott Davis on 6/11/2008 8:55 PM

 
As part of a project I am working on, I wanted to be able to reuse a storyboard object to animate several controls the same way. At the end of the animation (the animation complete event) I needed to perform a final modification to the object. The problem with the animation object is that you can’t get back a reference to the object you animated. You can define which object to animate in two ways.  In the XAML tags, you set the name of the object (Storyboard.TargetName) on the animation object attributes. In the code behind, you use the Storyboard.SetTargetName([animation object],[string]) or Storyboard.SetTarget(([animation object],[target object]). When using the SetTarget you pass the object itself.

 Print   
 Blog Dates Minimize

 Print   
 Search Minimize

 Print