Click here to Skip to main content
15,888,579 members
Home / Discussions / WPF
   

WPF

 
AnswerRe: WPF Weird behavior or me? Pin
Mark Salsbery15-Mar-09 18:45
Mark Salsbery15-Mar-09 18:45 
GeneralRe: WPF Weird behavior or me? Pin
Mike Hankey16-Mar-09 1:48
mveMike Hankey16-Mar-09 1:48 
AnswerRe: WPF Weird behavior or me? [modified] Pin
Pete O'Hanlon15-Mar-09 22:44
mvePete O'Hanlon15-Mar-09 22:44 
GeneralRe: WPF Weird behavior or me? Pin
Mike Hankey16-Mar-09 1:47
mveMike Hankey16-Mar-09 1:47 
GeneralRe: WPF Weird behavior or me? Pin
Mark Salsbery16-Mar-09 5:38
Mark Salsbery16-Mar-09 5:38 
GeneralRe: WPF Weird behavior or me? Pin
Mike Hankey16-Mar-09 10:41
mveMike Hankey16-Mar-09 10:41 
GeneralRe: WPF Weird behavior or me? Pin
Pete O'Hanlon16-Mar-09 11:21
mvePete O'Hanlon16-Mar-09 11:21 
GeneralRe: WPF Weird behavior or me? Pin
Mike Hankey16-Mar-09 11:46
mveMike Hankey16-Mar-09 11:46 
Operator error, surely not. Smile | :)
This is my app.xaml file.

<Application x:Class="WpfTaskManager.App"
    xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation"
    xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml">
    
   <Application.Resources>        
    	<ResourceDictionary>
    		<ResourceDictionary.MergedDictionaries>
    			<ResourceDictionary Source="TaskMgrResourceDictionary.xaml"/>
    		</ResourceDictionary.MergedDictionaries>
    	</ResourceDictionary>     
    </Application.Resources>
</Application>


Appreciate the input. You've convinced me that I am the cause of the problem so will get with the program and find it. Didn't want to pull my hair out over this one, (as I get older and my hair thinner I have to be careful of the problems involving hair pulling. Smile | :) , if it wasn't something that I had done.

Thanks,
Mike

"It doesn't matter how big a ranch ya' own, or how many cows ya' brand, the size of your funeral is still gonna depend on the weather." -Harry Truman.


Semper Fi
http://www.hq4thmarinescomm.com[^]
My Site


GeneralRe: WPF Weird behavior or me? Pin
Mark Salsbery16-Mar-09 12:31
Mark Salsbery16-Mar-09 12:31 
GeneralRe: WPF Weird behavior or me? Pin
Mike Hankey16-Mar-09 12:45
mveMike Hankey16-Mar-09 12:45 
GeneralRe: WPF Weird behavior or me? Pin
Pete O'Hanlon16-Mar-09 22:57
mvePete O'Hanlon16-Mar-09 22:57 
GeneralRe: WPF Weird behavior or me? Pin
Mike Hankey17-Mar-09 3:34
mveMike Hankey17-Mar-09 3:34 
GeneralRe: WPF Weird behavior or me? Pin
Pete O'Hanlon17-Mar-09 3:50
mvePete O'Hanlon17-Mar-09 3:50 
AnswerRe: WPF Weird behavior or me? Pin
zameb30-Aug-10 23:04
zameb30-Aug-10 23:04 
QuestionVS2008 SP1 Crashes working with XAML - MS Hotfix Released! Pin
Jammer14-Mar-09 23:40
Jammer14-Mar-09 23:40 
AnswerRe: VS2008 SP1 Crashes working with XAML - MS Hotfix Released! Pin
Mark Salsbery15-Mar-09 7:32
Mark Salsbery15-Mar-09 7:32 
GeneralRe: VS2008 SP1 Crashes working with XAML - MS Hotfix Released! Pin
Jammer15-Mar-09 23:05
Jammer15-Mar-09 23:05 
GeneralRe: VS2008 SP1 Crashes working with XAML - MS Hotfix Released! Pin
Mark Salsbery16-Mar-09 5:30
Mark Salsbery16-Mar-09 5:30 
GeneralRe: VS2008 SP1 Crashes working with XAML - MS Hotfix Released! Pin
Jammer16-Mar-09 8:47
Jammer16-Mar-09 8:47 
QuestionBinding a DataSet to a ListBox in a WPF XBAP application Pin
Neeraj Kr14-Mar-09 1:29
Neeraj Kr14-Mar-09 1:29 
AnswerRe: Binding a DataSet to a ListBox in a WPF XBAP application Pin
ABitSmart14-Mar-09 1:46
ABitSmart14-Mar-09 1:46 
GeneralRe: Binding a DataSet to a ListBox in a WPF XBAP application Pin
Neeraj Kr14-Mar-09 2:25
Neeraj Kr14-Mar-09 2:25 
GeneralRe: Binding a DataSet to a ListBox in a WPF XBAP application Pin
ABitSmart14-Mar-09 3:15
ABitSmart14-Mar-09 3:15 
GeneralRe: Binding a DataSet to a ListBox in a WPF XBAP application Pin
Dharmesh4U16-Mar-09 4:12
Dharmesh4U16-Mar-09 4:12 
AnswerRe: Binding a DataSet to a ListBox in a WPF XBAP application Pin
RugbyLeague16-Mar-09 4:41
RugbyLeague16-Mar-09 4:41 

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.