Главная страница
Top.Mail.Ru    Яндекс.Метрика
Текущий архив: 2002.12.30;
Скачать: CL | DM;

Вниз

У меня 2 вопроса. Хелп мне! Плиз.   Найти похожие ветки 

 
BALU1111 ©   (2002-12-19 12:53) [0]

Здрасте! Вопрос №1: какой командой запустить программу с известным путем.
Вопрос №2: есть в дельфях команда как и в Паскале Sound, чтобы звук выходил на динамик компьютера?


 
F1 ©   (2002-12-19 12:57) [1]

1.
ShellExecute
CreateProcess
...

2. Что-то типа Beep?
До свиданя!


 
Anatoly Podgoretsky ©   (2002-12-19 13:07) [2]

В данной версии ОС именно BEEP, в NT музыкальный BEEP


 
F1 ©   (2002-12-19 13:16) [3]

Beep
The Beep function generates simple tones on the speaker. The function is synchronous; it does not return control to its caller until the sound finishes.

BOOL Beep(
DWORD dwFreq, // sound frequency
DWORD dwDuration // sound duration
);

Parameters
dwFreq
Windows NT/ 2000:
[in] Specifies the frequency, in hertz, of the sound. This parameter must be in the range 37 through 32,767 (0x25 through 0x7FFF).
dwDuration
Windows NT/ 2000:
[in] Specifies the duration, in milliseconds, of the sound.
Return Values
If the function succeeds, the return value is nonzero.

If the function fails, the return value is zero. To get extended error information, call GetLastError.

Remarks
Windows 95: The Beep function ignores the dwFreq and dwDuration parameters. On computers with a sound card, the function plays the default sound event. On computers without a sound card, the function plays the standard system beep.



Страницы: 1 вся ветка

Текущий архив: 2002.12.30;
Скачать: CL | DM;

Наверх




Память: 0.47 MB
Время: 0.012 c
1-99145
kalishenko stas
2002-12-18 13:59
2002.12.30
И снова Word


6-99236
Мазут Береговой
2002-11-01 07:16
2002.12.30
Помогите Мазуту!


4-99409
Maksss
2002-11-15 02:33
2002.12.30
без SYSUTILS.PAS


6-99240
anmak
2002-10-30 17:21
2002.12.30
UDP + WinXP%(


3-98989
Roki
2002-12-10 12:19
2002.12.30
Есть ли аналоги SQL Monitor для Delphi?