Movatterモバイル変換


[0]ホーム

URL:


Sorry, we no longer support your browser
Please upgrade toMicrosoft Edge,Google Chrome, orFirefox. Learn more about ourbrowser support.
Skip to main content
Stack Overflow
  1. About
  2. For Teams
Loading…
How are we doing? Please help us improve Stack Overflow.Take our short survey
Collectives™ on Stack Overflow

Find centralized, trusted content and collaborate around the technologies you use most.

Learn more about Collectives
169,978 questions
Filter by
Sorted by
Tagged with
0votes
0answers
22views

My implementation of RelayCommand implements ICommand.CanExecuteChanged event like this: public event EventHandler CanExecuteChanged { add { ...
Andrew Stephens's user avatar
0votes
0answers
35views

I keep getting this error on my WPF application. I installed OxyPLot.WPF version 2.1.0. Build started at 10:44 AM.1>------ Build started: Project: PAHAgri.Desktop, Configuration: Debug Any CPU ----...
Ace_XII0's user avatar
3votes
0answers
80views

I'd like to use a popup in an .NET WPF application.<Popup x:Name="MyPopup" TouchLeave="MyPopup_TouchLeave" IsOpen="True"> <Border Background="Blue"...
be_mi's user avatar
1vote
1answer
75views

Using WPF, I display golf results in a DataGrid. There are two rows per player in each DataGrid row, with 19 columns. The first row showing gross scores and the second row showing net scores.<?...
MikeP's user avatar
Advice
0votes
6replies
99views

I made a WPF desktop application for Windows with C#, and when I basically finished it programming with a 1920x1200 pixel screen, I found out that the graphics rendering performance is way too slow on ...
-1votes
0answers
76views

In a forms application, I did this. if (scanOnly) { if (int.TryParse(slowScanTimeS, out stdScanTime)) scanTime = Convert.ToInt32(slowScanTimeS); else scanTime = ...
2votes
2answers
228views

I have a user control that I did not write. The control's XAML has an object that has unmanaged resources. It creates Direct3D render targets and depth stencil surfaces and the like, and holds ...
Joe's user avatar
  • 7,226
Best practices
0votes
3replies
46views

In a VB.Net WPF XAML project, I want to add a Property to a UserControl class and inherit from that Class.I have tried the following:Public Class clsUcBase Inherits UserControl Private ...
1vote
0answers
94views

Let's take an example from here "BindingGroup.Items Property"If you replace Name="bindingGroup" with x:Name=bindingGroup" in the example, then only one object will be ...
EldHasp's user avatar
  • 8,860
0votes
1answer
56views

I have a WPF C# project in Visual Studio 2026 and I'm trying to get my menu bar's content to properly align. Currently, it's aligning like this:and I'd like it to align like this:.I've tried many ...
Jacob F's user avatar
0votes
0answers
60views

I'm trying to develop an equivalent of a webview2 using CefSharp because I need backward compatibility for systems that do not support .NET 8/10. These are the steps I performed after creating a WPF ...
VirtualCom's user avatar
0votes
1answer
102views

bonjour.I'm having trouble finding a solution to update the default backgroudn color (in gray) to another color. As for now I got so far (see linked screen capture) with the folowing code:<Style ...
3votes
1answer
151views

In my WPF app I navigate from one sub view to another and then back. I've done this and so have other users in the past but today I got the strangest unhandled exception appear while I was navigating ...
user2529011's user avatar
1vote
3answers
226views

WPF app using MVVM - this is my first time trying to use CanExecute of an ICommand, so please bear with me.A button is bound to a Command in the view model. When the button is clicked, it runs a long ...
patsy2k's user avatar
1vote
0answers
60views

I am creating a copilot like VSIX extension on VS2026 to use with my offline LLM server.I have created the dropdown menu button and submenu buttons (which seems to be always greyed out/disabled).I ...
blackwolf511's user avatar

153050per page
1
2345
11332

Hot Network Questions

more hot questions
Newest wpf questions feed

[8]ページ先頭

©2009-2026 Movatter.jp