Bluetooth Low Energy Integration in Desktop Application Creating in WPF with...
Sir, I want to know about how to integrate Bluetooth Low Energy In my Desktop Application. Actuallay on internet i could not found solution for Desktop. there are many solutions for Windows Phone and...
View ArticleWPF: How to hold the current page and not swtich to other tab when click on...
Our WPF application layout base on tab controls.If click the tab control to switch to that tab control, if current tab includes some unsaved data, we need the application raise the dialog to warn the...
View ArticleVisual Studio 2015
Dear Guys, I attempt to start a new project with my Kinect V2, but everytime i get this error code.Severity Code Description Project File Line Warning Project "App5" depends upon SDK "Microsoft Visual...
View ArticleHow can I change a window's anchor point?
Not even sure how to ask the question, but here it is.Imagine a simple Window is drawn on the screen, positioned in the center.If that Window reduced its Width, then the left hand edge stays where it...
View ArticleRendering Embed WPF-UserControl with Elementhost inside WinForm
I have a custom IDE with few control, which can draw shapes. As I am exploring WPF ,I want to use WPFCustom Controls inside it.So,I created a WPFUserControl which basically draws a Shape (like...
View Article[Question] Connect to web application
Hi everyone,At present, I'm making a website by using C# MVC5 with these functions:- Login - Managing userspublic ActionResult Login(LoginInfo loginInfo);In user management function, I have these...
View ArticleMulitple Custom Slider
The requirement is to have a custom slider that has more than one range controllers as shown in figure. The user should be able to see the value as the slider is moved horizontally and the colored area...
View ArticleHow to create a glow effect in WPF?
Goal: To create a glow effect around any geometry.Problem: OuterGlowBitmapEffect is deprecated.Workaround: I layer one geometry using GetWidenedPathGeometry with decreasing values using alpha channel...
View Articlehow to defind dynamic column of this table ( ListView ) ?
I have simple List<string>. I need to define Table that each column of this table is one of this list elements. So i will use ListView - I need to define a ListView that each column of this...
View Articlehow to find the XPath of a control at runtime
Hello All: In a WPF project I have a control that I know is bound by XPath to a XmlDocument. How can I find the XPath of that control at runtime? I have located the control in the program. So I guess...
View ArticleGet an image DC Term using fft
Hello,I'm need to find an image DC term using FFT algorithm.any one know how can i do it? any library that can help me with that? thanks a lotor
View ArticleHow to get "Message" namespace
Hi guys,There is a code snippet, supposed to disable screen print. But it did not work for me. What did I miss?Thanks a lotRichard-----------Here is the .xaml<Window...
View ArticleUpdate TextBlock text using Dispatch timer
I am trying to update my textblock with new text from a list of strings.But each time I start my programm,the TextBlock always jumps to the last string.And I do not know why.<Grid Opacity="0.8"...
View ArticleHow to get ApplicationView.GetForCurrentView() to work?
Hi guys,How to get ApplicationView.GetForCurrentView() to work?ThanksHave a wonderful weekend.RichardHere is the .xaml<Window x:Class="DisableScreenPrint.MainWindow"...
View ArticleHow to inject js or jquery file in wpf webbrowser control in c#
Hi I am using WPF WebBrowser control on my xaml page. I have Html,Jquery,js, and css file in my html package. I have to load html page in web browser control with all jquery library. How can I inject...
View ArticleGeneral questions about deriving from Window
I've created a class that derives from Window, in my solution I have the new class and a demo/test app.I've gotten most of what I want to do - all of the override logic is coded in the class, the only...
View ArticleMy pictures
All of my images are ghostly looking and can not seem to find anywhere on my computer that fixes this. Help please
View ArticleCant update imagesource programmatically
Hello,I have in a wpf application a button to connect database, in this button i assign image from xaml. When i click i need to update image of button from code but dont work.this is my code:var...
View ArticleBluetooth Low Energy Integration in Desktop Application Creating in WPF with...
Sir, I want to know about how to integrate Bluetooth Low Energy In my Desktop Application. Actuallay on internet i could not found solution for Desktop. there are many solutions for Windows Phone and...
View ArticleHow to draw the points at a Arc in wpf?
I have a arc with Maximum = 8, Minimum = 0 and steps = 0, 2, 4, 6, 8. How to drawing the points at arc like picture: currently, i only drawing the arcThe steps represented by the items in ItemsControl....
View Article