Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我对编程相当陌生,我正在做一些教程,但我自己添加了一些曲折,以使程序对我更有用,这让我保持动力。
我进行了搜索,但找不到在用户单击按钮时弹出视频的方法。该按钮是一个旋转按钮,但是当用户单击它而不旋转图像时,我希望它播放一个有趣的视频。目前它只显示一条消息。
提前致谢
你可以试试这样的
System.Diagnostics.Process.Start(FULLPATH);
“FULLPATH”是视频文件的完整文件路径。通过使用此方法,将使用其默认应用程序打开视频。