dereklakin

Stories submitted by dereklakin

Checking Your WP7 Application Capabilities(cloudstore.blogspot.com)

submitted by dereklakindereklakin(1565) 1 year, 7 months ago

Explains how to check your WP7 application capabilities from within Visual Studio by using hte new Capability Detection Tool. read more...

add a comment |category: |Views: 109

tags: another

Clearing Cookies on Windows Phone 7 or How to Log Out of Facebook(cloudstore.blogspot.com)

submitted by dereklakindereklakin(1565) 1 year, 8 months ago

Shows how to clear cookies on Windows Phone 7 to enable you to create Facebook applications on Windows Phone 7 that the user can swap credentials in. read more...

add a comment |category: |Views: 58

tags: another

Cloud-Based Source Control using Live Mesh and Git(cloudstore.blogspot.com)

submitted by dereklakindereklakin(1565) 2 years, 11 months ago

Describes how to set up a Git repository in Live Mesh. read more...

add a comment |category: |Views: 65

tags: another

Defining the Default Style for a Lookless Control(cloudstore.blogspot.com)

submitted by dereklakindereklakin(1565) 3 years, 1 month ago

This article describes the steps necessary to define default styles for lookless controls in WPF. read more...

add a comment |category: |Views: 28

tags: another

Migrating Legacy a WPF Application to Prism - Part 2(cloudstore.blogspot.com)

submitted by dereklakindereklakin(1565) 3 years, 7 months ago

After my initial successes in moving to a Prism-style bootstrapper in Part 1 it was time to move onto the next step. But in the case of a legacy application, what's the next step? This article looks at getting the infrastructure in place to start working on the first View. read more...

add a comment |category: |Views: 20

tags: another

Migrating Legacy WPF Applications to Prism - Part 1(cloudstore.blogspot.com)

submitted by dereklakindereklakin(1565) 3 years, 7 months ago

This is the first of several posts on my journey migrating a legacy application to use the Composite Application Guidance for WPF, which (like Brian Noyes) I prefer to call Prism, mainly because it's shorter, but it's also cooler! I've watched the "Brian Noyes on Prism" dnr TV episode intently, read through the guidance documentation, I've done the hands-on lab, all of the quick starts and dissected and analysed the StockTraderRI sample application, so now I figure I'm ready to start cranking some Prism code for our legacy application. read more...

add a comment |category: |Views: 35

tags: another

Determing the Relative Path in XLinq with Extension Methods(cloudstore.blogspot.com)

submitted by dereklakindereklakin(1565) 3 years, 10 months ago

This post describes how I used extension methods to build up the relative path from the XML document response from the Box.net service. read more...

add a comment |category: |Views: 9

tags: another

Creating a Custom View Mode that Supports a Template Selector(cloudstore.blogspot.com)

submitted by dereklakindereklakin(1565) 3 years, 11 months ago

The controls that inherit from ItemsControl (such as ListBox, ListView, and so on) expose an ItemTemplateSelector property that you can use instead of the ItemTemplate property to specify a DataTemplateSelector. The DataTemplateSelector enables you to specify your own custom logic that determines which DataTemplate should be applied to each item. This article shows how to create a custom view mode for the ListView control that supports a DataTemplateSelector to enable dynamic selection of the DataTemplate for each item. read more...

add a comment |category: |Views: 64

tags: another

Moving a WPF Window with a WindowStyle of None(cloudstore.blogspot.com)

submitted by dereklakindereklakin(1565) 3 years, 11 months ago

This article builds on the previous article about creating custom window styles to show how to let the user move the window now that we've lost the regular window chrome. read more...

add a comment |category: |Views: 133

tags: another

Setting the Initial Focus in WPF(cloudstore.blogspot.com)

submitted by dereklakindereklakin(1565) 3 years, 11 months ago

This post shows how to use the FocusManager to set the initial focus instead of calling Focus in the Loaded event handler. read more...

add a comment |category: |Views: 35

tags: another

Enhancing the BackgroundWorker Class(cloudstore.blogspot.com)

submitted by dereklakindereklakin(1565) 4 years ago

Enhancing the BackgroundWorker class to provide access to the original argument that was passed to the RunWorkerAsync method. read more...

add a comment |category: |Views: 36

tags: another

Creating a Custom Window Style(cloudstore.blogspot.com)

submitted by dereklakindereklakin(1565) 4 years ago

This article looks at the elements required to create a custom Window Style in WPF and includes source code that applies this approach to implement a custom Message Box. read more...

add a comment |category: |Views: 208

tags: another

Change Notification for Dependency Properties(cloudstore.blogspot.com)

submitted by dereklakindereklakin(1565) 4 years ago

Shows how to implement change notification for dependency properties. read more...

add a comment |category: |Views: 10

tags: another

Change Notification for Composite Properties(cloudstore.blogspot.com)

submitted by dereklakindereklakin(1565) 4 years ago

Highlights a little gotcha with implementing change notification for properties that don't have a simple variable backing store. read more...

add a comment |category: |Views: 5

tags: another

SQL Prompt - Intellisense for SQL Server(red-gate.com)

submitted by dereklakindereklakin(1565) 6 years ago

Code completion and intellisense for SQL Server Query Analyzer free until September 1st 2006. No time bombs and no restrictions. read more...

2 comments |category: |Views: 10

tags: another

User Interface Controls in Visual Basic 2005(msdn.microsoft.com)

submitted by dereklakindereklakin(1565) 6 years, 2 months ago

In the world of conversion of Visual Basic 6 applications, little causes more concern than controls that just won't convert. Between in-project controls that you have the source code for, custom ActiveX controls that you bought back in 1997, and the built-in Microsoft controls that have no real conversion path, the task is not easy. There is hope, however. Code in Visual Basic 6 user controls convert fairly well to Visual Basic 2005. You can use some third party controls via interop. Tools are provided in Visual Studio 2005 to assist with OCX proxy creation. All is not lost. read more...

add a comment |category: |Views: 2

tags: another