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...
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...
application compatibility
connection
consoleapplication
development
endpoint
error message
inter-process communication
limitations
ltsb
namedpipebinding
pc software
servicehost
tech support
testing
troubleshooting
windows 10
windows 10 issues
windows 7
windows forum
wpf
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...
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...
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...
consoleapplication
data analysis
memory management
page file
performance monitoring
resource management
system monitor
tech tips
usage tracking
windows xp
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...
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...
api
application development
coding issue
consoleapplication
debugging
enumprinters
error code
error handling
interop
lazy loading
memory management
platform invoke
printer details
printer enumeration
printers
sample code
win32 api
windows development
windows vista