Relative Content

Tag Archive for c#windows

How to have two windows open on top at the same time

I do not like the default windows start menu and want to change the windows key to open to open Powertoys Run and taskbar instead, whilst this can’t be done in Powertoys settings I can do it with hooks in C++ (or Autohotkey but I have no experience with this unlike C++).

Update USB WiFi device driver

Device is detected under Device Manager under Other devices as 802.11ac NIC device. I need to automate driver update in same way as it can be done with Device Manager ‘Update Driver Software – 802.11ac NIC’ -> ‘Browse my computer for driver software’ wizard. What API can be used?

Developing a windows application as a beginner

I am a beginner in software developing (like no knowledge at all) and I want to develop a windows application for managing a store. I want it to help tracking sales, managing stock, and other features that are used for managing a store in general.