Posts by Vinicius Victor • 141 points
2 posts
-
1
votes1
answer1275
viewsA: Transparent form with image C#
Man, I’m not sure I understand the question, but let’s go: If your goal is to have a transparent form with an image above, add the Picturebox normally and, in the class of your Form, inside the…
-
0
votes2
answers1383
viewsA: Automatic click at a certain time
Add using System.Runtime.InteropServices; in your Form class, and then the code below within that same class: [DllImport("user32.dll",CharSet=CharSet.Auto,…
c#answered Vinicius Victor 141