עבור לתוכן
View in the app

A better way to browse. Learn more.

HWzone

A full-screen app on your home screen with push notifications, badges and more.

To install this app on iOS and iPadOS
  1. Tap the Share icon in Safari
  2. Scroll the menu and tap Add to Home Screen.
  3. Tap Add in the top-right corner.
To install this app on Android
  1. Tap the 3-dot menu (⋮) in the top-right corner of the browser.
  2. Tap Add to Home screen or Install app.
  3. Confirm by tapping Install.

הוספת מוזיקה / מנגינת רקע לפרויקט ב- VB

Featured Replies

פורסם

מישהו יודע האם וכיצד ניתן להוסיף מוזיקת רקע שתנוגן כאשר FORM שאני בוחר /מעלה רץ (=פועל)?

פורסם
  • מחבר


Private Sub btnPlay_Click(ByVal sender As System.Object, _
ByVal e As System.EventArgs) Handles btnPlay.Click
btnPlay.Enabled = False
Application.DoEvents()

Dim file_name As String = Application.StartupPath
file_name = file_name.Substring(0, file_name.Length - 3)
AxMediaPlayer1.AutoStart = False
AxMediaPlayer1.FileName = file_name & "Test.wav"
AxMediaPlayer1.Play()
End Sub

Private Sub AxMediaPlayer1_EndOfStream(ByVal sender As _
Object, ByVal e As _
AxMediaPlayer._MediaPlayerEvents_EndOfStreamEvent) _
Handles AxMediaPlayer1.EndOfStream
btnPlay.Enabled = True
End Sub

לפי הקוד הנ"ל :

האם אפשר לתת למשתמש לבחור את המוזיקה ? כיצד?

האם ניתן לבטל את הנגן של וינדוס מדיה פלייר כך שרק המוזיקה תושמע ולא יהיה ניתן לבצע פעולות על המוזיקה ?

ארכיון

דיון זה הועבר לארכיון ולא ניתן להוסיף בו תגובות חדשות.

דיונים חדשים

Configure browser push notifications

Chrome (Android)
  1. Tap the lock icon next to the address bar.
  2. Tap Permissions → Notifications.
  3. Adjust your preference.
Chrome (Desktop)
  1. Click the padlock icon in the address bar.
  2. Select Site settings.
  3. Find Notifications and adjust your preference.