Andrés,
Check samples of fivewin
samples\webcam.prg
Source file too on folder source of fivewin.
Thanks.
Search found 603 matches
- Mon Oct 03, 2011 8:13 pm
- Forum: FiveWin for Harbour/xHarbour
- Topic: Webcams OF LAITON
- Replies: 7
- Views: 1774
- Sat Oct 01, 2011 10:54 pm
- Forum: FiveWin para Harbour/xHarbour
- Topic: Pregunta? aplicaciones Web xHarbour
- Replies: 5
- Views: 1333
Re: Pregunta? aplicaciones Web xHarbour
Hola Guillermo, Con FiveWeb se puede correr una aplicación en navegador. Visite el foro FiveWeb: http://www.fiveweb.com.br que tiene muchas informaciones, codigo fonte es mucho facil y mucho semelhante ao fivewin para facilitar lo desenvolvimento. FiveWeb tambien roda en Win y Linux con mesmo codigo...
- Sat Oct 01, 2011 10:46 pm
- Forum: FiveWin for Harbour/xHarbour
- Topic: Webcams OF LAITON
- Replies: 7
- Views: 1774
Re: Webcams OF LAITON
Hello Friends,
I'll Check it and send changes to Antonio.
Thanks.
I'll Check it and send changes to Antonio.
Thanks.
- Sat Oct 01, 2011 10:30 pm
- Forum: Off Topic / Otros temas
- Topic: PHP Browser
- Replies: 17
- Views: 6310
- Tue Jul 05, 2011 10:46 am
- Forum: FiveWin para Harbour/xHarbour
- Topic: Enviando un mensaje a un objeto desde bajo nivel
- Replies: 32
- Views: 8873
Re: Enviando un mensaje a un objeto desde bajo nivel
Mucho Impressionante



- Wed Jun 29, 2011 3:21 am
- Forum: FiveWin for Harbour/xHarbour
- Topic: WEB event
- Replies: 1
- Views: 608
Re: WEB event
It's wrong...
Never will work, maybe you can test other way but it no.

Never will work, maybe you can test other way but it no.

- Sat Jun 04, 2011 9:51 pm
- Forum: FiveWin for Harbour/xHarbour
- Topic: Lailton .. navigate back one page in IE
- Replies: 2
- Views: 703
Re: Lailton .. navigate back one page in IE
try
IE:Window:History:back()
if no work try
IE:Window:History:go( -1 )
IE:Window:History:back()
if no work try
IE:Window:History:go( -1 )
- Fri Jun 03, 2011 11:57 am
- Forum: FiveWin for Harbour/xHarbour
- Topic: Bug xBrowse Fwh 11.5
- Replies: 2
- Views: 689
Bug xBrowse Fwh 11.5
When press CTRL+C focus on xBrowse show me error mensagem of window and close my app.
I'll try found solution more posted here if other guys have same problem.

I'll try found solution more posted here if other guys have same problem.

- Fri Jun 03, 2011 10:32 am
- Forum: FiveWin for Harbour/xHarbour
- Topic: Redefine xBrowse ( WS_HSCROLL ) Solved
- Replies: 0
- Views: 409
Redefine xBrowse ( WS_HSCROLL ) Solved
How remove WS_HSCROLL using xBrowse from resource ?

Changed Window Style to: 0x50200000 and WS_HSCHROLL was removed.

Changed Window Style to: 0x50200000 and WS_HSCHROLL was removed.

- Tue May 31, 2011 3:56 am
- Forum: FiveWin for Harbour/xHarbour
- Topic: New Function GetNetCardInfo
- Replies: 3
- Views: 1429
Re: New Function GetNetCardInfo
Solved =)


- Tue May 31, 2011 2:50 am
- Forum: FiveWin for Harbour/xHarbour
- Topic: New Function GetNetCardInfo
- Replies: 3
- Views: 1429
Re: New Function GetNetCardInfo
xBrowse( GETALLMACADDRESS() ) #pragma BEGINDUMP #include <Windows.h> #include <Iphlpapi.h> #include <Assert.h> #include "hbapi.h" #include "hbapiitm.h" HB_FUNC(GETALLMACADDRESS) { IP_ADAPTER_INFO AdapterInfo[16]; // Allocate information for up to 16 NICs DWORD dwBufLen = sizeof(A...
- Tue May 17, 2011 3:15 pm
- Forum: FiveWin para Harbour/xHarbour
- Topic: Scripts para Harbour y FWH !!!
- Replies: 31
- Views: 10694
Re: Scripts para Harbour y FWH !!!
Isto é para Harbour somente ( acredito eu... )
- Tue May 17, 2011 1:27 pm
- Forum: FiveWin para Harbour/xHarbour
- Topic: Scripts para Harbour y FWH !!!
- Replies: 31
- Views: 10694
Re: Scripts para Harbour y FWH !!!
Antonio,
Very good
Very good

- Mon May 16, 2011 2:49 am
- Forum: FiveWin for Harbour/xHarbour
- Topic: Html to plain text conversion
- Replies: 1
- Views: 579
Re: Html to plain text conversion
cDESC := upper(IE:document:documentElement:outerText)


- Fri Apr 29, 2011 5:12 am
- Forum: FiveWin for Harbour/xHarbour
- Topic: VbScript to FWH translation ( login to a website follow up )
- Replies: 10
- Views: 4345
Re: VbScript to FWH translation ( login to a website follow up )
Rick,
What you want do ? a outlook ?
What you want do ? a outlook ?
