Jump to content
View in the app

A better way to browse. Learn more.

Tuts 4 You

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.

Delphi 7

Featured Replies

Posted
:unsure: Sorry my english is bad. How to input music in Borland Delhpi 7??? Please Tell Me???

Hehehe....i think is very...very simple in IDE delphi....N basic Programming for Delphi. Search in Google.

"Hanjian"

I'm sorry i'm not using delphi..... but i will thanks if there id a share about that... :^

You could play it using sndPlaySound API, add MMSystem to the uses list and check MSDN for more info about that function.

You can use ufmod related source code..

  • 4 months later...

You can use the media player component in the system tab

If your trying to play chiptunes (XM, IT, S3M, MOD, MTM, UMX), I'd recommend BASSMOD. It's very easy to implement as well.

Sub Xero

Well mmsystem works only with wave file and it is easy add mmsystem to uses then add this line to where you want

Playsound('//sound name or location.wav',0,snd_sync);

or you can use Ufmod but before use Eff to ripper the Xm

Ufmod_Playsonf(@xm,length(xm),xm_memory);

and for BassMod yoy must include Bass.dll

You do need the BASSMOD.dll file, but it can be stored inside the .exe and extracted to memory when the application is run.

Sub Xero

Create an account or sign in to comment

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.