Search found 133 matches: pause

Return to advanced search

Re: Voces

SAPI.SpVoice Properties: '.Pause = pause speaking '.resume = resume after pause '.Rate = speed at which voice speaks '.Voice = you can use set and a voice value to change the voice (if multiple exist on machine) '.Volume = volume of voice ...
by Antonio Linares
Sun Jun 09, 2013 10:01 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: Voces
Replies: 23
Views: 7600

Re: Voices

SAPI.SpVoice Properties: '.Pause = pause speaking '.resume = resume after pause '.Rate = speed at which voice speaks '.Voice = you can use set and a voice value to change the voice (if multiple exist on machine) '.Volume = volume of voice ...
by Antonio Linares
Sun Jun 09, 2013 10:01 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Voices
Replies: 17
Views: 4001

Re: Using gmail

Hello Antonio. I've downloaded your file, and linked the cur lib_static from the lib<release folder. And there are other errors. :cry: Type: C >>>xlink.exe -NOEXPOBJ -MAP -FORCE:MULTIPLE -NOIMPLIB -subsystem:windows -UNMANGLE -LIBPATH:"C:\xHB\lib" -LIBPATH:"C:\xHB\c_lib&qu...
by Massimo Linossi
Wed May 15, 2013 4:20 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Using gmail
Replies: 25
Views: 15470

Re: Voice SPEAKING

... [in] BSTR, [defaultvalue] USERDEFINED ) STDCALL dispatch FUNC int SpeakStream( [in] PTR, [defaultvalue] USERDEFINED ) STDCALL dispatch FUNC void Pause() STDCALL dispatch FUNC void Resume() STDCALL dispatch FUNC int Skip( [in] BSTR, [in] int ) STDCALL dispatch FUNC PTR GetVoices( [defaultvalue] ...
by Antonio Linares
Wed May 15, 2013 2:41 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Voice SPEAKING
Replies: 27
Views: 4871

Re: Using gmail

Hi Antonio. These are the errors I receive. Type: C >>>xhb.exe -o"c\mail.c" -m -n -p -q -gc0 -I"C:\fwh\include" -I"C:\xHB\include" -I"C:\xHB\include\w32" "mail.prg"<<< xHarbour Compiler build 1.0.0 (SimpLex) Copyright 1999-2007, htt...
by Massimo Linossi
Wed May 15, 2013 9:13 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Using gmail
Replies: 25
Views: 15470

Re: Saber Metodos de un CREATEOBJECT

... STDCALL dispatch FUNC void BackTrack() STDCALL dispatch FUNC void FastForward() STDCALL dispatch FUNC void NextTrack() STDCALL dispatch FUNC void Pause() STDCALL dispatch FUNC void Play() STDCALL dispatch FUNC void PlayFile( [in] BSTR ) STDCALL dispatch FUNC void PlayPause() STDCALL dispatch FUNC ...
by Antonio Linares
Mon May 13, 2013 5:51 am
 
Forum: FiveWin para Harbour/xHarbour
Topic: Saber Metodos de un CREATEOBJECT
Replies: 62
Views: 32602

Re: Saber Metodos de un CREATEOBJECT

... [in] BSTR, [defaultvalue] USERDEFINED ) STDCALL dispatch FUNC int SpeakStream( [in] PTR, [defaultvalue] USERDEFINED ) STDCALL dispatch FUNC void Pause() STDCALL dispatch FUNC void Resume() STDCALL dispatch FUNC int Skip( [in] BSTR, [in] int ) STDCALL dispatch FUNC PTR GetVoices( [defaultvalue] ...
by Antonio Linares
Mon May 13, 2013 5:26 am
 
Forum: FiveWin para Harbour/xHarbour
Topic: Saber Metodos de un CREATEOBJECT
Replies: 62
Views: 32602

Re: xHARBOUR en modo consola

... CLIP.LOG REM @If "HELLO" == "" Goto Linka REM :Linka REM If ErrorLevel 1 Type Erro. REM &&| More REM If ErrorLevel 1 Pause REM If ErrorLevel 1 Goto Exit echo -O2 -eHELLO.exe -I%hdir%\include HELLO.c > b32.bc %bcdir%\bin\bcc32 -M -c -v @b32.bc :ENDCOMPILE echo \BCC55\lib\c0w32.obj ...
by karinha
Wed Feb 20, 2013 2:49 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: xHARBOUR en modo consola (solucionado)
Replies: 9
Views: 1824

Re: xHARBOUR en modo consola

... CLIP.LOG REM @If "HELLO" == "" Goto Linka REM :Linka REM If ErrorLevel 1 Type Erro. REM &&| More REM If ErrorLevel 1 Pause REM If ErrorLevel 1 Goto Exit echo -O2 -eHELLO.exe -I%hdir%\include HELLO.c > b32.bc %bcdir%\bin\bcc32 -M -c -v @b32.bc :ENDCOMPILE echo \BCC55\lib\c0w32.obj ...
by karinha
Wed Feb 20, 2013 12:38 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: xHARBOUR en modo consola (solucionado)
Replies: 9
Views: 1824

Re: xHARBOUR en modo consola

... set bcdir=c:\borland\bcc582 %hdir%\bin\harbour %1 /n /a /i..\include;%hdir%\include;c: /p %2 %3 > clip.log @type clip.log IF ERRORLEVEL 1 PAUSE IF ERRORLEVEL 1 GOTO EXIT echo -O2 -e%1.exe -I%hdir%\include %1.c > b32.bc %bcdir%\BIN\bcc32 -M -c @b32.bc :ENDCOMPILE echo %bcdir%\lib\c0w32.obj ...
by Patricio Avalos Aguirre
Wed Feb 20, 2013 5:21 am
 
Forum: FiveWin para Harbour/xHarbour
Topic: xHARBOUR en modo consola (solucionado)
Replies: 9
Views: 1824

Re: Release and press key VK_SHIFT simulation

... () // Returns. T. if CONTROL key is pressed * GET_STATE_VK_ALT () // Returns. T. if ALT key is pressed * * PAUSE_READ_VK (.T.) // Pause reading keyboard in order to process the key pressed * PAUSE_READ_VK (.F.) // Restore keyboard reading after the pause * *##################################################################################################* ...
by fafi
Tue Oct 23, 2012 2:47 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Release and press key VK_SHIFT simulation
Replies: 2
Views: 896

VIRTUAL KEY

... 08 BACKSPACE key VK_TAB 09 TAB key VK_CLEAR 0C CLEAR key VK_RETURN 0D ENTER key VK_SHIFT 10 SHIFT key VK_CONTROL 11 CTRL key VK_MENU 12 ALT key VK_PAUSE 13 PAUSE key VK_CAPITAL 14 CAPS LOCK key VK_ESCAPE 1B ESC key VK_SPACE 20 SPACEBAR VK_PRIOR 21 PAGE UP key VK_NEXT 22 PAGE DOWN key VK_END 23 ...
by joseluisysturiz
Mon Jul 16, 2012 5:17 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: VIRTUAL KEY
Replies: 0
Views: 647

Sustituir modulo en libreriia FiveHX.lib FWH1204 (SOLUCIONAD

... Reemplaza modulo en libreria %bcdir%\tlib %fwhdir%\lib\fivehx.lib -+ RPREVIEW.OBJ @del %fwhdir%\LIB\fivehx.BAK @del RPREVIEW.c @del RPREVIEW.obj pause[/code]
by FranciscoA
Sat Jun 23, 2012 4:55 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: Sustituir modulo en libreriia FiveHX.lib FWH1204 (SOLUCIONAD
Replies: 7
Views: 3039

Re: Instalacion silenciosa/desatendida de MySQL

... esta el servidor y los datos en el fichero My.ini. %~dp0\bin\mysqld.exe --install MySQLService --defaults-file=%~dp0\my.ini NET START MySQLService pause Epero haberte ayudado Tendras el link de descarga de esa que va en ZIP ? ya que la he buscado en la pagina de mysql y solo consigo las fuentes, ...
by joseluisysturiz
Thu Jun 14, 2012 4:59 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: Instalacion silenciosa/desatendida de MySQL
Replies: 7
Views: 3942

Re: Instalacion silenciosa/desatendida de MySQL

... esta el servidor y los datos en el fichero My.ini. %~dp0\bin\mysqld.exe --install MySQLService --defaults-file=%~dp0\my.ini NET START MySQLService pause Epero haberte ayudado
by sgurrera
Thu Jun 14, 2012 4:04 am
 
Forum: FiveWin para Harbour/xHarbour
Topic: Instalacion silenciosa/desatendida de MySQL
Replies: 7
Views: 3942
PreviousNext

Return to advanced search