You are using an out of date browser. It may not display this or other websites correctly. You should upgrade or use an alternative browser.
c# code
About this tag
The c# code tag on WindowsForum.com covers topics related to C# programming in the context of Windows development and automation. Discussions include tools like the WinAppDriver UI Recorder, an open-source utility for creating automated UI tests for Windows 10 applications using C#. Another example is the HP Printer Display Hack, a C# background application that sends stock prices to HP printer displays using printer job control language. These threads demonstrate practical uses of C# for Windows automation, testing, and hardware interaction, with a focus on real-world coding solutions and community-driven projects.
A new open-sourced tool is now available for the Windows Application Driver (WinAppDriver) community: the WinAppDriver UI Recorder tool. This tool will enable users to easily create automated UI tests.
For those of you not familiar with WinAppDriver, it is a UI automation service for Windows 10...
automated testing
automation
c#codecode generation
feedback
github
open source
software development
tool release
ui elements
ui recorder
ui testing
user interface
version 1.0
visual studio
winappdriver
windows 10
windows community
xpath
The HP Printer Display Hack is a simple background application that periodically checks the current price of a selected stock and sends it to the display of HP (and compatible) laser printers.
IntroductionThis app is based on an old hack from back to at least 1997 that uses the HP Job control...