Posts by Renato Vieira • 31 points
3 posts
-
1
votes0
answers86
viewsQ: Problems with music in Windows Forms in C#
I am doing a job for college with Object Orientation and Windows Forms, but I have the following problem: The program consists of several Forms, in the first I made the code to play music as shown…
-
1
votes1
answer59
viewsQ: Add a new variable to a component (Picturebox)
I’m creating a game for a college job, this game consists of several Picturebox, one is the main character who walks, jumps and shoots, the PictureBox of the shooting and the PictureBox of monsters…
-
0
votes2
answers446
viewsQ: How to pick up snippets between () a string
I’m doing a program that reads some mathematical expression like for example x^(3*x+1) + (cos x), it doesn’t necessarily have to be that expression, and I’d like to know how to get the specific…