Posts by Wesley.rain • 81 points
5 posts
-
3
votes2
answers105
viewsQ: How to change the value of several variables of the same type, for the same value, at once?
I was wondering if there’s any way to change several variables of the type bool for the same value, true or false, all at once? I have several methods that are similar and do the same thing, only…
-
1
votes0
answers46
viewsQ: How to create software in c# with local database?
I am creating a desktop application, however, it will not be for customer, but for user. I mean, people will download and install in their homes. The main question is: how do I get this system to…
-
1
votes0
answers44
viewsQ: Error and Warning when changing the Anycpu platform to x64
I had a problem, which, when trying to capture 64 Bites processes on x86 platform, an exception error occurred. I managed to solve it by creating an application 64 and a 32 Bites. I packed all the…
-
2
votes2
answers135
viewsQ: How to capture information from a 64-bit process that is running?
Well, I need help to capture the information of a running process. I can accomplish this task by accessing the mainmodule 32-bit processes, however, I cannot do the same with 64-bit processes. I…
-
-1
votes1
answer81
viewsQ: How to create a list of locked programs in C#?
I want that when selecting one of the programs from the list of programs installed in Windows, it can be blocked. I want to stop them from being opened, in case, with a password. For example,…