python (65.1k questions)
javascript (44.2k questions)
reactjs (22.7k questions)
java (20.8k questions)
c# (17.4k questions)
html (16.3k questions)
r (13.7k questions)
android (12.9k questions)
What is the practical usages of MessagePorts in electron Js?
what is the practical usages of MessagePorts in electron Js? why we need this? instead can't we use ipcRenderer.invoke? I can't see any practical usages of MessagePorts. It's just data transfering bet...
Habib
Votes: 0
Answers: 1
C# WinUI3 Desktop: How can I reference or control two buttons in a ListView's selected item DataTemplate?
I have two buttons in a listview data template. 'ButtonListViewEdit' and 'ButtonListViewDelete'.
I want the two buttons to remain 'collapsed' until a listview item is selected. Only the buttons on the...
LennyL
Votes: 0
Answers: 1
Multiple Key KeyStroke for Menu Shortcuts in Java
I am working on a program that maintains data for multiple different purposes, such as loads, vehicle service, brokers, customers, fuel purchases, as well as other types of purchases.
To this end, I h...
Sean Carrick
Votes: 0
Answers: 1
C#, Process Viewer, which is service vs desktop app
I'm not writing a process viewer, but need somewhat the same concept.
I can do
List<Process> allProcesses = Process.GetProcesses().ToList();
Question:
How can I tell which process is a normal p...
Chizl
Votes: 0
Answers: 1