Search found 229 matches
- Mon Aug 24, 2009 9:30 am
- Forum: FiveWin for Pocket PC
- Topic: WLAN status and strength (WM_WIFISTATUS)
- Replies: 1
- Views: 799
Re: WLAN status and strength (WM_WIFISTATUS)
Hi Otto, Here you find some code I found googling on internet. This code could be a 'starting' to adapt to FWPPC. The question is about libs needed. I am not quite sure eVc4 have got all of them. By the way... Did you try tSim class ?? #include "stdafx.h" #include "SNapiTest.h" #...
- Sun Aug 09, 2009 5:10 pm
- Forum: FiveWin para Pocket PC
- Topic: Abrir internet Explorer con Activex
- Replies: 7
- Views: 1735
Re: Abrir internet Explorer con Activex
Antonio,
Podríamos probar de utilizar un control 'estandarizado' que ya existe desde la versión 2003.
El control es el HTMLControl. Se crea y mediante SendMessage se mandan las instrucciones y a través de WM_NOTIFY se reciben los resultados.
Ya me dirás como lo ves....
Podríamos probar de utilizar un control 'estandarizado' que ya existe desde la versión 2003.
El control es el HTMLControl. Se crea y mediante SendMessage se mandan las instrucciones y a través de WM_NOTIFY se reciben los resultados.
Ya me dirás como lo ves....
- Sat Aug 01, 2009 4:02 pm
- Forum: FiveWin for Pocket PC
- Topic: First tSim Class
- Replies: 2
- Views: 1172
Re: First tSim Class
Antonio,
You're right!
It is already changed in harbour svn sources.
You're right!
It is already changed in harbour svn sources.
- Thu Jul 30, 2009 7:57 pm
- Forum: FiveWin for Pocket PC
- Topic: Connecting to a bluetooth device from within PPC
- Replies: 2
- Views: 1090
Re: Connecting to a bluetooth device from within PPC
Arturo, Gracias por responder. Si... ya estamos utilizando la impresión mediante un puerto virtual (tal como lo muestras) pero... tiene problemas. Como bien dices no hay control de flujo por lo que no puedes, a priori, saber si el buffer está listo para recibir. Por eso quiero cambiar la forma de ma...
- Wed Jul 29, 2009 8:02 pm
- Forum: FiveWin for Pocket PC
- Topic: First tSim Class
- Replies: 2
- Views: 1172
First tSim Class
Hi all, I am very happy to release very first tSim class to manage smartphone Sim cards. This class just read/write/delete phone book entries from smartphone sim. I do not have time to make a complete demo... But here are some guidelines... * You need to include "#include sim.ch" at beginn...
- Sat Jul 25, 2009 7:10 pm
- Forum: FiveWin for Pocket PC
- Topic: New tSim class
- Replies: 5
- Views: 1560
New tSim class
Hi all, I have almost finished a new class that manage a sim of an smartphone. With this class , fwppc application will be able of: - Reading/Writting/Deleting SIM phone book. - Reading/Writing/Deleting SIM sms messages. - Reading/Writing/Deleting SIM files in differents sim storages. - View/Set/Get...
- Sat Jul 25, 2009 6:59 pm
- Forum: FiveWin for Pocket PC
- Topic: Connecting to a bluetooth device from within PPC
- Replies: 2
- Views: 1090
Connecting to a bluetooth device from within PPC
Hi all,
I am facing some problems in developing classes to manage bluetooth devices.
I think this api can improve our FWPPC applications.
Does someone experience in BT api ??
Please... contact to me and I'll share code.
I am facing some problems in developing classes to manage bluetooth devices.
I think this api can improve our FWPPC applications.
Does someone experience in BT api ??
Please... contact to me and I'll share code.
- Thu Jul 23, 2009 8:01 am
- Forum: FiveWin for Pocket PC
- Topic: TSBrowse for FWPPC
- Replies: 17
- Views: 3953
Re: TSBrowse for FWPPC
Silvio,
Sorry, I don't understand you. What do you mean?Can I share with YOU... ok but I have ask many other things but none shared with me his source code
I refer to many utilities I saw on this forum for fwppc and fwh
- Wed Jul 22, 2009 6:02 pm
- Forum: FiveWin for Pocket PC
- Topic: TSBrowse for FWPPC
- Replies: 17
- Views: 3953
Re: TSBrowse for FWPPC
Hi Silvio,
Can you share it with us ???
Can you share it with us ???
- Wed Jul 15, 2009 3:05 pm
- Forum: FiveWin for Pocket PC
- Topic: SMS question
- Replies: 51
- Views: 25543
Re: SMS question
Otto,
Please... If you don't mind, tell us how you do it...
Please... If you don't mind, tell us how you do it...
- Wed Jul 15, 2009 12:02 pm
- Forum: FiveWin for Pocket PC
- Topic: SMS question
- Replies: 51
- Views: 25543
Re: SMS question
Otto,
Have you connected FWPPC app with PC network shared folder via wifi??
If so... can you share 'know how'?
Have you connected FWPPC app with PC network shared folder via wifi??
If so... can you share 'know how'?
- Mon Jul 13, 2009 7:59 pm
- Forum: FiveWin for Pocket PC
- Topic: SMS question
- Replies: 51
- Views: 25543
Re: SMS question
Hi Dutch,
I am sorry but I can not understand what you want to tell me. Can you explain it a bit more??
I am sorry but I can not understand what you want to tell me. Can you explain it a bit more??
- Sat Jul 11, 2009 7:02 pm
- Forum: FiveWin for Pocket PC
- Topic: SMS question
- Replies: 51
- Views: 25543
Re: SMS question
Otto,
I'm working on it. Hope in short time I'll finish some classes to manage SIM Api, SMS api, etc...
Regards,
José Luis Capel
I'm working on it. Hope in short time I'll finish some classes to manage SIM Api, SMS api, etc...
Regards,
José Luis Capel
- Thu Jul 09, 2009 7:28 pm
- Forum: FiveWin for Pocket PC
- Topic: SMS question
- Replies: 51
- Views: 25543
Re: SMS question
Hi Dutch,
What version of Harbour do you have?
Did you include hbapi.h ?
What version of Harbour do you have?
Did you include hbapi.h ?
- Mon Jul 06, 2009 7:26 am
- Forum: FiveWin for Pocket PC
- Topic: SMS question
- Replies: 51
- Views: 25543
Re: SMS question
Hi all, Here you are corrected sms.h Regards, José Luis CApel ////////////////////////////////////////////////////////////////////////// // Copyright (c) Microsoft Corporation. All rights reserved. // ////////////////////////////////////////////////////////////////////////// #ifndef _SMS_...