Posts by Adão Dias • 31 points
2 posts
-
0
votes1
answer155
viewsQ: Showing the value of Readprocessmemory C++
once I used the function below: BOOL readyProcessMe = ReadProcessMemory(process, (LPCVOID)memory, &value, 4, 0); How can I show the correct value on a label?…
-
3
votes2
answers5270
viewsQ: Background image does not appear in div without content
I am creating an empty div with a background image. But when I render the site, the div does not appear. I believe that the mistake happens because there is no content in the div. In this case how…