Search results for query: *

  1. Hamzyah

    Question Getting URL from Properties.Resources

    Thank you for your time and effort to help me, you are the best, and I found solution using my logic ?. It works and that’s only which is important. For axWindowsMediaPlayer.URL, I used this: axWindowsMediaPlayer.URL = Application.StartupPath + “/resources/myfilename.wav”; and this kind of...
  2. Hamzyah

    Question Getting URL from Properties.Resources

    Thank you, I know how local files work, and with them my app is working perfectly. But my job isn’t to use path of local file, because it will work just on my computer. I need to use path from poject resources, so when I send my app to someone, it can work perfectly. I figured it out for...
  3. Hamzyah

    Question Getting URL from Properties.Resources

    I am not surprised that it isn’t working, I am trying to find put how to connect my wav song or mp3 song from Resources to axWindowsMediaPlayer.
  4. Hamzyah

    Question Getting URL from Properties.Resources

    Hello, I am having problem with getting url path of sound effect from Properties.Resources. When I am working on app for myself it is easy I just copy full file path for example “C:/videos/.....”. But I am working for app that will be used on another computers, and that filepath doesn’t match...
Back
Top Bottom