how to show wrinkles and pockets on a shirt designed through curves in...
Hi i am working on a project in which a salesman takes a photo of the client and choose some fabrics then he clicks any one of selected fabrics and a shirt of that fabric placed on the photo to see...
View ArticleAnimate Controls on a Form
Hi, I am wanting to animate controls on my form like the visual studio 2012 Setup. I have just started using XAML 2 days ago and I still haven't learn't it yet. I'm just playing around with to be...
View ArticleHow to Change dpiX ,dpiY of a image
Hi,I have a Image (bitmapframe) for which I want to adjust the dpi from 300 to 96 before I put it into the screen.I tried the rendertargetbitmap, but it has a handle leak when using asynchrone...
View ArticleTap Gesture event not firing on children of stackpanel which is in...
hi all,I wants to fire Tap Gesture Event on Images inside StackPanel but it's not firing & other events likePreviewTouchDown is firing plese help me. <s:SurfaceScrollViewer...
View ArticleTextDecoration Strikeout in FlowDocument?
Hello, i dont find it. Is it possible? Best Regards Thorsten
View ArticleHow to connect native DirectInput (DX 11) to WPF window?
I have game engine based on native C++ and work as another process (.exe)On the other side I have WPF application which communicate with engine via socket. On the start I create a WPF window and send...
View ArticleMake a WPF window Pop at particular time
I have created a WPF pop up window. I want the window to appear on desktop at a particular time say 7pm. the window should stay for 15 min and close. How do i do that???? I know timer can do it but i...
View ArticleDynamically generated view loading in wpf prism unity..
Hi Folks,Was wondering what is the best way of loading a dynamically generated view with content, in wpf prism application using prism application. Example i have a xaml file with some content inside...
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 DataGrid: How to perform column binding using code behind?
This is the column in question:<DataGridTextColumn Header=" Length " Width="Auto" Binding="{Binding Path=Length, Mode=TwoWay, UpdateSourceTrigger=PropertyChanged, StringFormat=0.00;;#}"...
View ArticleSystem.NullReferenceException When transferring data
I have two windows open and I am trying to transfer text from a text box on page 1 to a password box on page 2. It's really baffling me, because it was working perfectly before and it's now giving me a...
View ArticleType conversion with a dynamic viewmodel overriding trysetmember
Hi All,I have a ViewModel base class that derives from DynamicObject. It wraps a single model class and supports bindings to the model's properties without needing to explicitly declare them. In this...
View ArticleWPF Canvas save to image ( image not as big as canvas )
Hey everyone,I'm using canvas named "Can" in my program and I needed to save it as .png or .jpg, so I went here and found this code: RenderTargetBitmap rtb = new RenderTargetBitmap(...
View ArticleSet textblock position on Canvas based on center origin
Hi all,I'm having a issue where I'm trying to position a text block on a canvas but its position values are based on the top left coordinates. I've tried using the render transform origin and setting...
View ArticleUnable to start program- Access is denied in VS2010
I am running Windows 7 as a local admin user. I installed Visual Studio 2010 prof. I upgraded from a Win xp 32 bit box to this x64 win 7 box. I tried to start debugging on the WPF project I am...
View ArticleWPF on EF6 cannot setup sp_setapprole
I'm trying to set sql app role for a wpf app. I make the following call before each EF6 db operationI previously tried to set to app role on event "ctx.Database.Connection.StateChange" but EF...
View ArticleWPF:Combobox content stretch
Hi Guys, I'm trying make the combo-box content stretchable but it's not working. could you please tell me, how can I fix this? Thank you very much. Combo-Box:<ComboBox Margin="348,45,0,0"...
View ArticleWPF Prism ContentControl not displaying the view...
Hi folks,I am working on a POC using WPF Prism and have setup the entire project. The only issue i seem to face is that the second view "ContentBView" is loaded in full screen when i have a explicitly...
View ArticleList the FaceBook NewsFeed in Wpf ListBox
Hi,i am developing a facebook application using WPF using Facebook.dlli can find example for reading friends list. can any one help me how to read the News Feed for the person who login.Thank you
View Article