Click here to Skip to main content
15,891,692 members
Everything / Operating Systems / Win10

Win10

Win10

Great Reads

by Juan G. Carmona
Advanced logging in modern .NET applications. A Sunday-morning-proof-of-concept.
by Petrov Vladimir
Former NeHe OpenGL Lessons adapted to MSVS-15 pro MFC in INICODE and the samples of the Joystick implementation
by Ratish Philip
The next version of the useful WPF controls is here
by Bruno Tabbia
Automatic positioning and resizing of explorer windows, without overlapping (for obsessive superusers)

Latest Articles

by Shao Voon Wong
Lee Algorithm Mazesolver in MFC and Direct2D
by Allegra Angelo
This tip intends to discuss how to rename multiple files in VB.NET.
by Southmountain
How to install and register .OCX components for legacy application
by Southmountain
How to smoothly build Diligent Engine on Windows 10 with Visual Studio 2019

All Articles

Sort by Updated

Win10 

4 Apr 2024 by Dave Kreskowiak
Post your question in the dedicated CodeProject.AI Server [^] forum.
4 Apr 2024 by Joey War
With object detection yolov5.net 1.10.1 i just update and i cant get it to use the gpu ( i have a P1000) i select it in the menu it restarts and go back to CPU (DirectML) is this a bug ? What I have tried: ReInstall object detection yolov5.net...
3 Mar 2024 by Shao Voon Wong
Lee Algorithm Mazesolver in MFC and Direct2D
21 Feb 2024 by Graeme_Grant
Take a look at this: GitHub - anik112/Zkt-Attendence_Software: Create a application for get attendence data from ZKT device.[^] Found it using this Google Search: >zkemkeeper github[^]
21 Feb 2024 by strong devlopper
hi how can i get finger print on run time in picture box using zkemkeeper library in C# using ftf zkteco What I have tried: hi how can i get finger print on run time in picture box using zkemkeeper library in C# using ftf zkteco
21 Feb 2024 by OriginalGriff
Check your build type: if you are running a 32 bit system (Win 10 or 11) and building for a 64 bit EXE file, it won't work. Then check it running it under the debugger rather than executing an EXE directly: that'll tell you if it works at all,...
21 Feb 2024 by glennPattonWork3
Hi All, Another in the continuing saga, I have managed to get Vis Studio 2022 to open the project and I can build it all is good, but I am trying to run the Exe on Windows 10 (the test rig is built around Win 10) which is built in Win 11, I have...
1 Feb 2024 by OriginalGriff
This would be better posted in the dedicated forum: CodeProject.AI Discussions[^]
1 Feb 2024 by Cafeolai
Trying to upgrade to 2.5.1, spent days trying and failing miserably . the older version I had worked like a charm.. ( why did you want to update I hear you say..) anyway , the server installed without problem , but none of the modules will start...
19 Jan 2024 by Member 16185614
Here's the script you need:
15 Jan 2024 by M Imran Ansari
Please see the link for common issues with solution: Solutions for Common Issues with Blue Iris and CodeProject.AI Server[^]
15 Jan 2024 by Member 16180686
Running Code project with Blue Iris Version 5 on windows 11. After working fine for 3-4 days and multiple restarts my CodeProject server is now unreachable. Went to services.msc, try to start CodeProject and get timeout error 1053. Any...
12 Sep 2023 by stravz
I had this same issue and it turns out that CodeProject AI was running on port 32168. Try to connect to http://localhost:32168 and see if that works. If not, you can check the Program Files\CodeProject\AI\Server\appsettings.json - the CPAI_PORT...
31 Aug 2023 by vitovega
I'm sure I'm doing something very simply wrong but I installed CodeProject AI from a download inside the Blue Iris settings and it's running but when I click on OpenAI Dashboard or point my browser to the url:port listed, I get an error. I've...
29 Aug 2023 by AgapeBurt
I can start CodeProject and it will run for days, but as soon as I start Blue Iris or select "Use AI on port ##" in Blue Iris, CodeProject will shut down, and blue iris will become very sluggish. It was working good for a couple months, but...
28 Aug 2023 by Dave Kreskowiak
Post your question in the dedicated CodeProject.AI Discussions[^] forum.
21 Aug 2023 by Dave Kreskowiak
Post this in the CodeProject.AI Discussions[^] forum.
17 Aug 2023 by THEBAULT Jacques
Hello everybody Thanks for your quick answers. To be more precise, I don't try to use a property of MSVidCtl class but to use the class IMSVidDevice, which isn't a member of MSVidCtl itself, but comes in the same time when referencing "MS Video...
16 Aug 2023 by Graeme_Grant
There is an article here on Code Project that is specific to this task. It is in C++ though: Determining the Monitor's On/Off (sleep) Status[^] Otherwise, here is a Google Search with a number of helpful possibilities: how to get the windows...
16 Aug 2023 by Dave Kreskowiak
You have a bit of a problem. There is nothing "Power" related in the MSVidCtl COM interfaces/classes. The MSVidCtl library is for video control, like TV output, tuning, Closed Captioning, DVD playback, ... It has nothing to do with monitors and...
16 Aug 2023 by THEBAULT Jacques
My problem is to get the status power of my desktop display in order to stop some applications when it is OFF (the computer being always ON, night as day) Why under VB6? I explained a lot about that in the topic:...
12 Aug 2023 by EdgeCon 2023
I recently installed CodeProject.AI on my Blue Iris system but I keep getting "AI: error 404". I am running Windows 10 with Blue Iris 5.7.8.3 Any suggestions? CodeProect.AI Server Logs: 18:39:41:Operating System: Windows (Microsoft Windows...
12 Aug 2023 by Graeme_Grant
This is the wrong place to ask. There is a dedicated forum for these questions: CodeProject.AI Discussions[^] ... you have a better chance to receive an answer there. 😉
11 Aug 2023 by Fydobas
I have set a Scheduled Task that is meant to repeat an action every n minutes - say 5 minutes, for example. The first time, the task runs smoothly, taking a mere few seconds to do the action it is meant to do. On subsequent runs however, the...
11 Aug 2023 by OriginalGriff
Without knowing what the task is or does, or how it does it we really can't help you - I'd start by looking at what the task is executing, what the command and parameters are, and if possible it's source code. If I had the source, I'd add...
17 Jul 2023 by BernardIE5317
i utilized WinDbg for record and playback replay "r&r" and found it impractical for lengthy runs as it slows considerably . may i inquire does another such tool exist . [update 7/18/2023] it appears some elaboration is required . by r&r it is...
17 Jul 2023 by Andre Oosthuizen
What I could find were - 1) Intel PIN - Quote: Pin" is a dynamic binary instrumentation (DBI) tool that allows you to instrument and analyze the execution of programs on x86 and x86-64 systems. It provides an API for creating tools that can...
17 Jul 2023 by KarstenK
A standard library is FFmpeg which is also good documented. Start with visiting the ffmpeg Startpage. When you only need some software than Audacity may be an interesting tool.
2 Jul 2023 by Luciano Pietrantonio
Hi, with Visual Studio, I created a Windows service, using the appropriate "template". I made small changes to personalize the service. It does a few things (I need it only as an example): Writes to a dedicated log in the "EventLog" object and...
2 Jul 2023 by Graeme_Grant
I do not have Windows PE, so I can't work the problem. If I was to debug this, I would strip it back to the bare minimum until you get it running, then gradually turn the bits on until you identify what is causing the service to not start.
21 Jun 2023 by Howard1952
Hi, I'm a newbie using BI. I ran the installer (2.19) and the system console is accessible. It immediately starts to install facerecognition which in turn installs Python3.7. The facerecognition fails as it cannot find the "torch" module. The...
21 Jun 2023 by Richard MacCutchan
You should post this question in the CodeProject.AI Discussions[^] forum.
7 Jun 2023 by Patrick Skelton
1. I have an application that needs to rename folders on a shared network drive. 2. These folders have subfolders and there may be files in the subfolders. 3. One or more of these files may be open in an application on the user's computer or...
7 Jun 2023 by OriginalGriff
A better solution might be to not rename folders: instead create a database with the "desired name" and a reference to the new name. That way, users aren't inconvenienced by folder name changes (since the change won't be reflected in MRU lists so...
1 Jun 2023 by JudyL_MD
Status updates at the end As part of a much larger project, I have a piece that records from the microphone to a number of different file formats. For MP4 (AAC) output, I use Media Foundation from a C# application to create a MP4 (AAC)...
1 Jun 2023 by JudyL_MD
I have solved the hang be removing the call to sinkWriter->Flush that was right before the call the sinkWriter->Finalize_. Given that Flush doesn't do anything that Finalize_ doesn't do when called by itself, there is no downside to not calling...
27 Apr 2023 by Douglas Goldberg
Running dedicated win-10 machine. Blue Iris and upgraded to 2.1.6 beta and now getting AI: error 404??? What's up What I have tried: Reboot, clear cache, no license plate detection
27 Apr 2023 by Dave Kreskowiak
The dedicated AI forum is here[^]. You might want to pay attention to the pinned post at the top of the forum.
17 Feb 2023 by OriginalGriff
This is not a video repair site: we are here for software development problems and this is not that! To be honest, you are unlikely to find a free repair tool that will work with anything that large: most free tools are trial versions and only...
1 Dec 2022 by Allegra Angelo
This tip intends to discuss how to rename multiple files in VB.NET.
24 Nov 2022 by Jean-Claude Elias
Using MS-Access 2019 as front end, with databases and tables linked to SQL Express (and using SSMS 18). When I link tables using SQL Authentication, from a remote computer, it asks for the login password the first time, which is ok. However, each...
24 Nov 2022 by Jean-Claude Elias
Thank you CHill60, very interesting and useful. Always willing to try improved solutions. Will most likely adopt this one.
24 Nov 2022 by CHill60
I know this thread is resolved, but this information may help anyone else attempting a similar set up. I'm linking to a SQL Server database from Access 365 and found this article Create DSN-less connection to SQL for linked table - Office |...
23 Nov 2022 by Rick Developer
We have new PCs that have Windows 10 or Windows Server 2019 installed. Cards can now be plugged into certain PCI buses. I want to find out on which PCI bus a card is plugged in. Does anyone have an idea how to find out relatively reliably under...
8 Nov 2022 by Member 15824384
How do we excactly give the method structure for uploading and downloading any file. What I have tried: Haven't tried yet...But if I face this situation, I wanted to be readily available.