Top "Windows-applications" questions

Writing software specific to the Microsoft Windows operating system: APIs, behaviors, etc.

How to end a process using inno setup?

I want to kill a process using inno setup.i want to check whether the window is open before i …

installation inno-setup uninstallation windows-applications kill-process
How to get device information using Onvif library c#?

I am making a c# windows application which collects the devices connected to my network using an open source library …

c# device windows-applications onvif
Parallel.ForEach issues - Read Write On A File - File Is In Use Error

I am really really confused about Parallel.ForEach... How does it work? The code below has an error -> …

c# file windows-applications read-write parallel.foreach
Dispatcher is not coming on C# Windows Forms Application

I have a C# Windows Forms Application with a progress bar. I want to progress that dynamically based on some …

c# multithreading dispatcher windows-applications
Entity framework doesn't save data entries in database

At first I should mention that this problem only occurs in windows forms applications and the same program in web …

.net visual-studio-2010 entity-framework-4 savechanges windows-applications
Display Text over notifyicon icon in windows application

I'm creating a windows application. In this application I'm using notifyicon and minimizing my application to system tray. In my …

c# windows winforms windows-applications notifyicon
How to read the text file from the Application Directory text file

I have a text file in the application project classpath Directory of Windows Form Application. Now at the time of …

c# text-files windows-applications applicationdomain
How does FiddlerCore decrypt HTTPS traffic

I wrote a little program for capture https traffic. I want to capture DECODED get and post data using that …

c# windows-applications fiddlercore