Click here to Skip to main content
16,008,075 members
Home / Discussions / WPF
   

WPF

 
GeneralRe: How to set bitmap on a button control? Pin
Pete O'Hanlon8-Apr-08 4:22
mvePete O'Hanlon8-Apr-08 4:22 
GeneralRe: How to set bitmap on a button control? Pin
User 2710098-Apr-08 4:24
User 2710098-Apr-08 4:24 
GeneralRe: How to set bitmap on a button control? Pin
Pete O'Hanlon8-Apr-08 4:33
mvePete O'Hanlon8-Apr-08 4:33 
GeneralRe: How to set bitmap on a button control? Pin
User 2710098-Apr-08 4:40
User 2710098-Apr-08 4:40 
GeneralRe: How to set bitmap on a button control? Pin
Pete O'Hanlon8-Apr-08 4:50
mvePete O'Hanlon8-Apr-08 4:50 
GeneralWPF, Expression Blend and C++ Pin
TragicComic6-Apr-08 17:10
TragicComic6-Apr-08 17:10 
GeneralRe: WPF, Expression Blend and C++ Pin
Jammer7-Apr-08 1:34
Jammer7-Apr-08 1:34 
GeneralRe: WPF, Expression Blend and C++ Pin
Jammer7-Apr-08 1:44
Jammer7-Apr-08 1:44 
Basically your going to have to make do with intermediate C# / VB / Blend projects. The example looks like it has to be a loose XAML file as well (no class definition using an x:Class="" declaration.

In Blend you end up with a partial class code-behind which I'm almost sure would blow up in your scenario.

<UserControl
	xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation"
	xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml"
        xmlns:Main="clr-namespace:WPFWindows"    
        xmlns:d="http://schemas.microsoft.com/expression/blend/2006"
        xmlns:mc="http://schemas.openxmlformats.org/markup-compatibility/2006"
        mc:Ignorable="d"    
        x:Class="WPFWindows.Navigator3"
	Width="Auto" Height="Auto">


Jammer

Going where everyone here has gone before! Smile | :)
My Blog

QuestionWPF: Frame Control? Pin
Stevie6-Apr-08 8:50
Stevie6-Apr-08 8:50 
AnswerRe: WPF: Frame Control? Pin
Pete O'Hanlon17-Jun-08 8:39
mvePete O'Hanlon17-Jun-08 8:39 
GeneralWhat's the best way to create shapes for use in application Pin
Rob Philpott6-Apr-08 5:21
Rob Philpott6-Apr-08 5:21 
GeneralRe: What's the best way to create shapes for use in application Pin
Jammer6-Apr-08 13:25
Jammer6-Apr-08 13:25 
GeneralRe: What's the best way to create shapes for use in application Pin
Rob Philpott6-Apr-08 22:31
Rob Philpott6-Apr-08 22:31 
GeneralRe: What's the best way to create shapes for use in application Pin
Jammer7-Apr-08 1:12
Jammer7-Apr-08 1:12 
GeneralRe: What's the best way to create shapes for use in application Pin
Rob Philpott7-Apr-08 7:57
Rob Philpott7-Apr-08 7:57 
GeneralRe: What's the best way to create shapes for use in application Pin
Jammer7-Apr-08 8:42
Jammer7-Apr-08 8:42 
GeneralRe: What's the best way to create shapes for use in application Pin
Jammer7-Apr-08 1:23
Jammer7-Apr-08 1:23 
GeneralRe: What's the best way to create shapes for use in application Pin
Insincere Dave7-Apr-08 6:04
Insincere Dave7-Apr-08 6:04 
QuestionExecuting an animation from within code? Pin
Red_Wizard_Shot_The_Food3-Apr-08 5:48
Red_Wizard_Shot_The_Food3-Apr-08 5:48 
AnswerRe: Executing an animation from within code? Pin
User 2710093-Apr-08 5:57
User 2710093-Apr-08 5:57 
GeneralWPF Dependancy Property issue Pin
riddle20002-Apr-08 23:01
riddle20002-Apr-08 23:01 
GeneralRe: WPF Dependancy Property issue Pin
Pete O'Hanlon3-Apr-08 1:25
mvePete O'Hanlon3-Apr-08 1:25 
GeneralRe: WPF Dependancy Property issue Pin
User 2710093-Apr-08 3:50
User 2710093-Apr-08 3:50 
GeneralRe: WPF Dependancy Property issue Pin
Insincere Dave3-Apr-08 6:02
Insincere Dave3-Apr-08 6:02 
GeneralRe: WPF Dependancy Property issue Pin
riddle20007-Apr-08 22:56
riddle20007-Apr-08 22:56 

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.