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.
  1. News

    Introducing WinAppDriver UI Recorder

    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...
  2. News

    Windows 7 The HP Printer Display Hack (with financial goodness)

    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...
Back
Top