python (65.1k questions)
javascript (44.2k questions)
reactjs (22.7k questions)
java (20.8k questions)
c# (17.4k questions)
html (16.3k questions)
r (13.7k questions)
android (12.9k questions)
RegEnumValue only returning ERROR_MORE_DATA
The following code always returns error 0xEX (ERROR_MORE_DATA):
According to the documentation of MSFT (https://learn.microsoft.com/en-us/windows/win32/api/winreg/nf-winreg-regenumvaluea)
"If the...
Itay Avraham
Votes: 0
Answers: 0
Download specific point release version of a dotnet dll / dotnet framework
Does anyone of you have an idea how to get access to a specific version of a dotnet dll (or the complete .net framework that contains the specific dll)?
We're trying to look into a dmp file, but the u...
Johann Studanski
Votes: 0
Answers: 0
Is it possible to get a Process object by process handle?
When launching a process through winapi calls (CreateProcessAsUserW for instance), you get a process and thread handle. With this you could get the PID of the process and with that you could do a Proc...
Ertyui
Votes: 0
Answers: 1
Datatable rows select operation showing error when column name has special characters. (C#)
I am trying to perform select operation on a datatable to extract some values from a column.
The column that I am targeting has some special characters in it.
so the error message is saying,
An except...
Kuldeep
Votes: 0
Answers: 1