Search found 128 matches

by areang
Mon Apr 16, 2007 2:05 pm
Forum: FiveWin for Harbour/xHarbour
Topic: To : Enrico -> Send SMS with Nokia FBus Connection
Replies: 1
Views: 777

To : Enrico -> Send SMS with Nokia FBus Connection

Hi Enrico ! Please Help to guide me about this source code translate to FWH 1. I want to create this source to lib files 2. How to use with FWH Thank's for Help /************************************************************************** Nokia 61xx SMS send/receive functions Version 1.0 Justin Karneg...
by areang
Sat Apr 14, 2007 8:45 am
Forum: FiveWin for Harbour/xHarbour
Topic: hiding the taskbar?
Replies: 18
Views: 5155

Hi Silvio, sorry for Error
please there is many erors
it not found lBebas

can you write a sample for it ?


Please Copy and Paste again the code on this forum, It was edited

Thank's
Areang
by areang
Wed Apr 11, 2007 1:32 am
Forum: FiveWin for Harbour/xHarbour
Topic: hiding the taskbar?
Replies: 18
Views: 5155

Hi All ! This is spyware for protect your system made by xHarbour #include "FiveWin.ch" #define GW_HWNDNEXT 2 #define GW_CHILD 5 #define SW_NORMAL 1 #define SW_MAXIMIZE 3 #define SW_MINIMIZE 6 #define SW_RESTORE 9 static oWnd,cPassword,oTimer,oTimer2,oTimer3,oTray,lFree,oDlg function Main(...
by areang
Wed Apr 11, 2007 1:19 am
Forum: FiveWin for Harbour/xHarbour
Topic: How to set up and Use an Access database
Replies: 40
Views: 8895

Hi Enrico !

Can I do this to open file on server directory:

Code: Select all

oCn:Open( "Provider=Microsoft.Jet.OLEDB.4.0;Data Source=\\server\datafiles\clienti2.mdb" ) 
Areang
by areang
Thu Mar 15, 2007 10:26 pm
Forum: FiveWin for Harbour/xHarbour
Topic: How to play multimedia files with FWH
Replies: 2
Views: 985

Mr. Vilian.
Thank's for quick reply

I will test it

Regards
Areang
by areang
Thu Mar 15, 2007 12:10 pm
Forum: FiveWin for Harbour/xHarbour
Topic: How to play multimedia files with FWH
Replies: 2
Views: 985

How to play multimedia files with FWH

Hi all !

Please help me, for this subject !

Thank's for help

Regards
Areang
by areang
Wed Mar 14, 2007 1:17 pm
Forum: FiveWin for Harbour/xHarbour
Topic: WriteComm() Question
Replies: 4
Views: 1125

Yes that is work samples, Jeff !

I used it for send char to my mobile phone

Many thank to Enrico again..!


Areang
by areang
Wed Mar 14, 2007 1:12 pm
Forum: FiveWin for Harbour/xHarbour
Topic: close EXCEL.EXE
Replies: 10
Views: 2966

Hi All ! This is work sample : for setfocus and maximize windows to the top #include "Fivewin.ch" #define SW_NORMAL 1 #define SW_MAXIMIZE 3 #define SW_MINIMIZE 6 #define SW_RESTORE 9 FUNCTION MAIN() IF CLOSEEXCEL() ? "My Application ready for you" ENDIF RETURN NIL #define GW_HWND...
by areang
Sun Mar 11, 2007 10:51 pm
Forum: FiveWin for Harbour/xHarbour
Topic: close EXCEL.EXE
Replies: 10
Views: 2966

Hi ! Enrico. Clipper is my language when I was Born Thank's Enrico for some help for me. You are the good guy in the world :shock: How to focus my window application IF GETWINDOWTEXT( hWnd ) = "My Application" //POSTMESSAGE( hWnd, WM_CLOSE ) POSTMESSAGE(hWnd,????????) <--- RETURN .T. ENDIF...
by areang
Sun Mar 04, 2007 9:21 am
Forum: FiveWin for Harbour/xHarbour
Topic: need to close others windows when my application is running
Replies: 5
Views: 1725

Hello Mr. Enrico ! I tested this but not work GETWINDOWTEXT( hWnd ) == "Program Manager" Is "Program Manager" the title of Windows from this : DEFINE DIALOG oDlg FROM 1,1 TO 200,200 TITLE "Program Manager" I have 2 windows set to title "Dialog1" and "Dial...
by areang
Thu Mar 01, 2007 10:41 pm
Forum: FiveWin for Harbour/xHarbour
Topic: need to close others windows when my application is running
Replies: 5
Views: 1725

need to close others windows when my application is running

Hi All !

My application is running, but users playing the games. :twisted:

How to close others active windows when my application is running.

Thank's for help

Best Regards
Areang
by areang
Wed Feb 28, 2007 11:54 am
Forum: FiveWin for Harbour/xHarbour
Topic: AT COMMAND FOR GSM MODEM
Replies: 2
Views: 1583

Thank's Mr. Enrico !
I will try it

Regards
Areang
by areang
Tue Feb 27, 2007 10:39 pm
Forum: FiveWin for Harbour/xHarbour
Topic: AT COMMAND FOR GSM MODEM
Replies: 2
Views: 1583

AT COMMAND FOR GSM MODEM

Hi All ! I found this for Nokia Mobile Phone How to use with FWH # cquery 4.16b # +GMI (TA manufacturer) AT+GMI Nokia Mobile Phones # +GMM (TA model) AT+GMM Nokia 6210 # +GMR (TA revision) AT+GMR SW05.02 # +GSN (TA serial number) AT+GSN <deleted> # +GOI (Global Object Identification) AT+GOI ERROR # ...
by areang
Tue Feb 27, 2007 10:36 pm
Forum: FiveWin for CA-Clipper
Topic: AT COMMAND FOR GSM MODEM
Replies: 1
Views: 3093

AT COMMAND FOR GSM MODEM

Hi All ! I found this for Nokia Mobile Phone How to use with FWH # cquery 4.16b # +GMI (TA manufacturer) AT+GMI Nokia Mobile Phones # +GMM (TA model) AT+GMM Nokia 6210 # +GMR (TA revision) AT+GMR SW05.02 # +GSN (TA serial number) AT+GSN <deleted> # +GOI (Global Object Identification) AT+GOI ERROR # ...
by areang
Tue Feb 27, 2007 10:35 pm
Forum: FiveWin for CA-Clipper
Topic: AT COMMAND FOR GSM MODEM
Replies: 0
Views: 2028

AT COMMAND FOR GSM MODEM

Hi All ! I found this for Nokia Mobile Phone How to use with FWH # cquery 4.16b # +GMI (TA manufacturer) AT+GMI Nokia Mobile Phones # +GMM (TA model) AT+GMM Nokia 6210 # +GMR (TA revision) AT+GMR SW05.02 # +GSN (TA serial number) AT+GSN <deleted> # +GOI (Global Object Identification) AT+GOI ERROR # ...