Crystal Report Creation Error in dll Project
I am getting one error specifically in a project which is build as a dll.The below is the error.Could not load file or assembly 'file:///C:\Program Files\SAP BusinessObjects\Crystal Reports for .NET...
View ArticleReusing WPF UserControls
Hi,although I went with "no reuse this time" I would like to ask why my initial idea was not working:I am creating a wpf-application using the mvvm pattern and I tried to create a simple error- or...
View ArticleDetecting unhandled exceptions in bound properties
I want report all unhandle exceptions and shut down the WPF app. I have coded the DispatcherUnhandledException and the AppDomain.CurrentDomain.UnhandledException but my unhandled exception is not...
View ArticleWPF: How to get multiline column header i WPF Datagrid
I need to have a column header on 2 lines in the WPF DataGrid...How can I do that?TIA
View ArticleError Log for WPF
Hi Guys,Firstly, not sure if this question is 100% for WPF, but it is to do with WPF (if that makes sense).I am creating a wpf application that eventually, in time would need to be packaged up. Either...
View ArticleCursor inside textbox disappears
Hello.In all of my grids, most of the textbox columns - when I move inside,the cursor disappears, and the user doesn't know which field he is at.In some of the textbox fields the cursor is shown,it's...
View ArticleAdorner curtain overlay revealing multiple controls (attached .sln)
I am trying to modify this curtain overlay class to be able to add multiple controls to be masked out. At this point only one control can be revealed at a time.This enables me to add another clear...
View ArticleMove caret after a MoveFocus() call
I am attempting to manually control traversal of a number of TextBoxes in a (WPF) Window. I am successfully using (this is within a PreviewKeyDown...
View ArticleWPF on the Windows8 Desktop - where're we going?
Haven't seen any updates to this issue so I wanted to post it again. Assuming that Windows 8 will succeed, and I'm sure it will, what will be the programming paradigm for the Windows 8 Desktop? Seeing...
View ArticleWPF Merged ResourceDictionary and Scope
I'm trying to better understand the MergeDictionaries functionality in order to resolve design time errors from displaying in the XAML. We have an application "Theme" which is basically made up of a...
View ArticleMultipoint sdk 1.5.1 Touch problem its only touch on bottom right corner
Hi ! I have downloaded Multipoint SDK 1.5.1 .Since I am developing applications for absolute pointing devices, i.e. touch screens, I try to use them with the samples in the SDK.All these samples works...
View ArticleScrollViewer hanging on Multitouch devices and PanningMode.None
HelloI realized that the ScrollViewer (e. g. which is inside a ListView) hangs-up for about 20 seconds on a multitouch device (Lenovo Tablet-2, Windows 8, desktop application compiled with .NET 4.0)...
View ArticleHow to add a Column/TextBlock to a ComboBox Programmatically?
Hi,I'm trying to create a portion of my window on the fly based on some user input. in some instances, I'm adding a ComboBox and I dont know what the context will be until the user specifys it....
View ArticleAdding items to Expander in run-time
Hi all of you,I'd need to add programatically using ado .net one expander control<ScrollViewer VerticalScrollBarVisibility="AUTO" Margin="-267,118,193,-63"><StackPanel...
View ArticleDoes exist WPF themes like the SilverLight ones?
Hi all of you,I am just looking for WPF themes..<toolkit:BubbleCremeTheme>Thanks in advance,Primary platform is Windows 7 Ultimate 64 bit along with VS 2012/Sql2k8 for WPF and SilverLight stuff
View ArticleWPF WebBrowser opening silverlight page but my silverlight textbox isn't focused
My silverlight page opens with a textbox that is focused. When I open a webbrowser in a wpf window and have the browser load the silverlight page, the silverlight textbox isn't focused until I click...
View ArticleDraw path Geometry of vector drawing for arrow
How to draw a path Geometry for arrow and that should be stored in xaml file. In my view i want to reference the xaml file to include the arrow on the button?
View ArticleMediaelement or DirectSound for playing multiple sounds
My requirement is1. to play multiple sounds at various intervals,2. pause them, loop them3. play them simultaneously (same time) in WPF application.4. should be done in background. (No UI required for...
View Articlebrush used when ButtonChrome.RenderPressed == true
I want to know the brushes used by ButtonChrome for its various states. I tried placing a ButtonChrome in a window, then looking at its Background property in debug break. The background was null, even...
View ArticleControl storyboard inside custom control...by code
How do I please control (start, stop, pause, go to specific time) a storyboard inside a custom control..by code?I've tried: Dim myStoryboard As New Storyboard myStoryboard =...
View Article