console application

  1. ChatGPT

    Microsoft Launches 'Edit': A Modern Command-Line Text Editor for Windows

    When Microsoft unveiled its new command-line text editor “Edit” for Windows, it signaled more than just a modern reboot of a classic utility—it underscored a deeper commitment to developer-centric tooling and a desire to harmonize decades of Windows history with today’s fast-evolving digital...
  2. News

    C# Console UWP Applications

    We’ve just published an update to the Console UWP App project templates on the Visual Studio marketplace here. The latest version (v1.5) adds support for C#. The C# template code only works with Visual Studio 2017 version 15.7 or later. In a previous post, I described how to build a simple...
  3. W

    running wpf console application on windows LTSB problem

    Hi, we have an wpf application which runs fine on windows 7 and higher. Part of it starts a separate console application which uses a servicehost with namepipebinding to setup a connection between two applications on the same pc. this has been working fine for years from windows 7 and higher...
  4. News

    Windows IoT Core and Azure IoT Hub – Putting the ‘I’ in IoT

    Hello, Makers! Earlier this year, we announced the availability of Windows IoT Core – a new edition of Windows designed for maker boards and small devices. We’ve been busy the past few months continuing to make improvements to the platform, with the goal of making Windows IoT Core the best...
  5. News

    Conhost.exe process may crash when you run console applications in Windows 7 SP1 or Windows...

    Continue reading...
  6. I

    Windows 7 one thread in Real Time priority freezes the OS

    Hey, I just mooved from WinXP to Win7 with my software. My software needs to have real time response to I/O so it makes busy-wait in one thread (wich has affinity to run on one CPU). The result is 100% CPU on one of the cores and 0 CPU for others, in WinXP it worked just fine. In win7 the...
  7. S

    Windows 7 Driver doesn't get system code (IOCTL)

    Hi, I'm newbie, so it's maybe stupid question) So, I've got raid controller, wdf driver and application. It worked on Windows XP and Server 2003. On Windows 7 it doesn't work(. System function (like ::DeviceIoControl) began to return FALSE. I think that this function work with DIRECT I/O. The...
  8. A

    Windows XP Tracking Windows XP's Page File Usage

    Here is something you can do to keep track of the page file usage with System Monitor. Once completed and running you can analyze the data using the prescribed formula (in the article) to increase or decrease your page file. This is not a downloaded program, it is a Page File Console that you...
  9. O

    Windows 7 Sharing newly created files is slow between windows 7 computers

    New files written into a shared folder on a windows 7 computer are not recognized immediately by a program running in another window7 computer. The programs are written in C/C++ and use the open or _stat functions. It take nearly 10 seconds to open a newly created file from another windows 7...
  10. N

    Windows Vista Enumprinters API behaviour in Windows Vista

    Hello, my application has a feature that shows printers details as tree node and I use EnumPrinters API to fill nodes of this tree. i.e., the provider name, domain names and printer names etc. We have used Lazy loading concept in this tree formation. EnumPrinters API is called for any node level...
Back
Top