Skip to content
Stack Code Review
Question and answer site for peer programmer code reviews.
MENU
  • HOME

Tag: winapi

Porting ProcMonDebugOutput from C# to VBA

By mariaPosted on January 2, 2023

Problem This code has one public method. ProcMonDebugOutput(). It will sent a string of text to Process Monitor that process […]

Collecting all instances of an Office application (Excel, PowerPoint, Word)

By mariaPosted on August 22, 2021

Problem A project of mine required me to search for certain workbooks in open instances of Excel. I found this […]

Is it okay to remove events from subscription when there is no events

By mariaPosted on September 19, 2020

Problem I wrote an application that when you press the start button it prints file paths to list view through […]

A C++ WinAPI program for changing the process priority classes via PIDs

By mariaPosted on June 17, 2020

Problem (See the next iteration .) I have this program (call it, for example, prioset.exe), that asks for two command […]

Enumerating processes without enumerating flaws of the API

By mariaPosted on March 16, 2020

Problem This arose out of the incident where it was realized that WMI could not be expected to be reliable […]

Hook COM Object and get data from SIEMENS Step 7 software to control PLC through events in their code modified at runtime

By mariaPosted on December 10, 2019

Problem I’m a first traveler coding in WinApi, Hooks, COM objects. Then, I made a dll to inject (EasyHook) this […]

Recent Posts

  • Compute count of unique words using ES6 sets
  • Braille Mini-Library in Python
  • “Angry Professor” Python implementation
  • EOLToken,
  • Challenge: solution for this deep-iteration JavaScript function dilemma?
  • Lovely Lucky LAMBs
  • WGS84-coordinate encoded as Integers
  • Database query inside a method of a class and return data [closed]
  • Find all files in directory and subdirectories while ignoring noncritical exceptions
  • Recursive XML2JSON parser
  • jQuery Select Tabs based on URL #ID
  • Data-type implementation for multiple dynamic histograms
  • Optimize text search in files with Bash
  • Are nested foreach loops to compare two multidimensional arrays efficient in PHP?
  • Recursive bytearray hash function

Categories

  • .Net
  • Algorithm
  • Android
  • Array
  • Bash
  • C#
  • Console
  • CSS
  • Haskel
  • Html
  • Java
  • Javascript
  • JSON
  • MySQL
  • Node Js
  • Object Oriented
  • Parsing
  • Php
  • Programming Chalenge
  • Python 3
  • React JS
  • Recursion
  • Regex
  • Ruby
  • Security
  • Sorting
  • SQL
  • Strings
  • Swift
  • VBA
Proudly powered by WordPress / Theme: Superfast