2,860 questions with Developer technologies | Windows Presentation Foundation tags
How to get Device Location in .NET 8 WPF App without Internet
Hi Community , Is it possible to obtain the device's location coordinates in a .NET 8 WPF application without requiring an internet connection? The goal is to access the location without relying on WINRT, as this only supports up to .NET 5. What…
Developer technologies | Windows Presentation Foundation
my laptopi modern 14 b11mou 14" fhd display core i3 11th windows key not working plz help me
my laptop modern 14 b11mou 14" fhd display core i3 11th windows key not working
Developer technologies | Windows Presentation Foundation
i have hp laptop but when i update my window my laptop's fan working continously
My laptop fan is running continuously. I don't know why it seems like there's a problem with your laptop fan. I have no idea how to fix it. Please give me a solution for it.
Developer technologies | Windows Presentation Foundation
Catastrophic failure while installing wsl
I was re installing wsl after I had earlier uninstalled it. But while re installing using wsl --install wsl --install -d Ubuntu wsl --install --web-download I got a pop up box saying: Windows ® Installer. V 5.0.26100.1150 msiexec /Option <Required…
Developer technologies | Windows Presentation Foundation
DEBUG Mode doesn't work in D3D11CreateDeviceAndSwapChain
i use (windows-rs)[https://github.com/microsoft/windows-rs] to develop an app using DirectAPI, but i found that it can not get debug information, eventhough i enable D3D11_CREATE_DEVICE_DEBUG in when using D3D11CreateDeviceAndSwapChain, I don't see the…
Developer technologies | Windows Presentation Foundation
Question For Printing in avalonia ui for multiple size directly and Sintly
Hello Developer. i want to ask how i can print invoice or pdf ... from my avalonia ui app (some as WPF) directly withtout any dialog show from code sintly. i see multiple option some as questpdf but it not have any api for printing it be generate a pdf
Developer technologies | Windows Presentation Foundation
Is there any other alternative to use the functionality of dragging and dropping an email item from new outlook1.2024.508.600 (Production) version( ) to WPF form using C#?
I have an existing functionality where I drag and email item from outlook and drop it in the WPF form and it is dropped there along with its attachments. This works fine with Classic outlook but doesn't seem to be working with New outlook (1.2024.508.600…
Developer technologies | Windows Presentation Foundation
Microsoft 365 and Office | Development | Other

Outlook | Windows | Classic Outlook for Windows | For business
Windows for business | Windows Client for IT Pros | User experience | Other
How to change default color of WPF Combobox?
I want to change the color of Combobox in WPF as below. I tried changing the color with the background property of the Combobox, but the background color of the contents displayed when the combo box is clicked is changed. Is there a way to solve this by…
Developer technologies | Windows Presentation Foundation
Developer technologies | XAML
Developer technologies | C#
How to change the grey default background of a combobox in wpf in xaml
Hi how can I change the grey default background color of a combobox? Of the selected Item not the dropdown list Any help?
Developer technologies | Windows Presentation Foundation
Developer technologies | .NET | Other
How to Remove Language Folders (cs, es, tr, etc.) and resources.dll Files from WPF Project Output in .NET 8?
Hello, I’m developing a WPF application using .NET 8. In the bin output folder, several language-specific folders (cs, es, tr, etc.) are being generated along with .resources.dll files inside them, such as: …
Developer technologies | Windows Presentation Foundation
Developer technologies | C#

Ensuring Windows Server 2016/2019 Is Properly Configured to Accept Requests from an FTP Client
I have a C# program that makes it easy to transfer files using the ftp protocol. It works fine on Server A. But on Server B it throws an exception after the data channel is "connected," at the point where it tries to "connect" the…
Developer technologies | Windows Presentation Foundation
Windows for business | Windows Server | User experience | Other

How to use Microsoft. Extensions. Logging in WPF (.net 9.0) ?
I have been searching for information online for a long time, but have not found the latest correct usage method. Can you please help me? thanks
Developer technologies | Windows Presentation Foundation
Unable to Type Korean Characters in WPF TextBox When changing the ReadOnly Property
We have a WPF application in which the culture is set to Korean. In the application, we have added the InkCanvas to the grid and a text box is added to the canvas. While adding the text box to the canvas, we set its ReadOnly property to true and to false…
Developer technologies | Windows Presentation Foundation
I am having a problem with WPF text box , its not allowing record space when pressing space bar on key board
When adding some text on text box in a wpf application its not arecording the space. it's only allowing it if i type the text as one string and use the back keys to go back to to where i want to record the space. Not sure what is the cause and solution…
Developer technologies | Windows Presentation Foundation
Developer technologies | .NET | Other
How Can I Detect if the System Clock is Moved Forward or Backward in a C# WPF Application?
Hello, In my C# WPF desktop project, I want to detect if the system clock has been moved forward or backward. When such a change is detected, I would like to take specific actions. For example: Show a warning if the system clock is moved forward. Log an…
Developer technologies | Windows Presentation Foundation
Developer technologies | C#
treeview with + and lines
hi, how to make treeview with node symbol as + symbol (instead of triangle) which converts to - symbol when expanded, and how to add lines (dash lines) that makes it easy to follow the intendations of the tree. thanks in advance
Developer technologies | Windows Presentation Foundation
Restrict portions of an application - C# Wpf
Hi, i am making a c# wpf application that has several pages and i want to protect certain pages from being accessed by certain users. what would some good aproaches to doing this be? I would really appreciate your help.
Developer technologies | Windows Presentation Foundation
WPF problem with using decimal points with ValidationRule and Lost Focus
here is my Code <StackPanel Grid.Row="2" Grid.Column="0" Orientation="Horizontal" Grid.ColumnSpan="3" Height="auto" Grid.RowSpan="2" > <TextBox …
Developer technologies | Windows Presentation Foundation
Deployment WPF as self contained
Hi, I used visual studio 17.3.4. I published WPF app as self contained in .NET 9 to folder , the publish process succeeded. But the generating exe is not running ? Why? How it can be solved ? Thanks,
Developer technologies | Windows Presentation Foundation
How to Keep New at Top of DataGrid
Consider the following code which sets up a DataGrid: ocExpenses.OrderByDescending(Function(ve) ve.ChargeDate) dgExpenses.ItemsSource = ocExpenses Dim ecv As IEditableCollectionView = dgExpenses.Items ecv.NewItemPlaceholderPosition =…