Thankyouuu so muchhhh for this, new subscribers here keep it uppp 🎉❤❤❤❤❤❤❤
@dra4hos7574 жыл бұрын
the best one thanks so much
@Alm0g4 жыл бұрын
You can make a guide on how to make a multiplayer game ?
@lilalansang4873 Жыл бұрын
Im using wpf c# not winforms but my music plays again when I open the initial window when I press the back button in the volume screen. How do I fix this
@bl4dimir870 Жыл бұрын
Can you tell me how to put the background music on loop ?
@rohitprogrammer Жыл бұрын
Here is a example to put background music on loop using c#... To put background music on loop in a C# Windows application, you can use the Windows Media Player control. Here's an example of how you can achieve this: Open Visual Studio and create a new Windows Forms Application project. Drag and drop a Windows Media Player control onto your form from the toolbox. It will be named "axWindowsMediaPlayer1" by default. Add the following code to your form's code-behind file: using System; using System.Windows.Forms; namespace YourNamespace { public partial class Form1 : Form { public Form1() { InitializeComponent(); } private void Form1_Load(object sender, EventArgs e) { // Set the URL of your background music file axWindowsMediaPlayer1.URL = @"C:\path\to\your\music\file.mp3"; // Set the property to enable looping axWindowsMediaPlayer1.settings.setMode("loop", true); // Start playing the music axWindowsMediaPlayer1.Ctlcontrols.play(); } } } Make sure to replace "C:\path\to\your\music\file.mp3" with the actual path to your background music file. Build and run your application. The background music should start playing and loop continuously until the application is closed.
@seenhidden2 жыл бұрын
Hello, how would I connect my start menu to game I’ve creared
@rohitprogrammer2 жыл бұрын
Check my frog game ...
@Kopitube2 жыл бұрын
Hello. How can i set a default (Lower) volume for bg music? :D Thank you!!
@rohitprogrammer2 жыл бұрын
Simply go to the volume trackbar property section and set the min value as u like ..🙏
@oscarc34943 жыл бұрын
i've tried to download the source code but like it took me to a website and it says to add something to the extension..
@rohitprogrammer3 жыл бұрын
Check the description dear...i have fixed it...
@rachellefualo62292 жыл бұрын
Bakit po unsupported na Yung file?
@PandA-py7hh4 жыл бұрын
the resource file isn't working, can you tell me where you got the pic from?>
@rohitprogrammer4 жыл бұрын
To download the files vist the page & click on I am not a Robot and wait for while for the link..
@PandA-py7hh4 жыл бұрын
@@rohitprogrammer doesn't work for me I've tried.
@bornamusulin25573 жыл бұрын
can the start button take me to my form that i made
@rohitprogrammer3 жыл бұрын
Go to the start button click event and paste this following code ..Hope it's Help... Form2 f2 = new f2(); f2.ShowDialog();
@ashsureshkumar91504 жыл бұрын
The source file or the resource file isn't working.
@rohitprogrammer4 жыл бұрын
To download the files vist the page & click on I am not a Robot and wait for while for the link..