Search found 94 matches

by hebert_j_vargas
Wed Jun 07, 2017 3:23 pm
Forum: FiveWin for Harbour/xHarbour
Topic: TOutlook2010 and Message Bar are not support UNICODE
Replies: 24
Views: 4138

Re: TOutlook2010 and Message Bar are not support UNICODE

Antonio Linares wrote:Dutch,

Fixed, many thanks.

We are going to publish a new FWH 15.09 build.
Antonio, could you please share your fix for Toutlook2010, if I test the sample from Dutch, the program just closed without any error, if you remove FW_SetUnicode( .T. ), it works fine!
by hebert_j_vargas
Tue May 02, 2017 12:48 am
Forum: FiveWin for Harbour/xHarbour
Topic: Check if user Locked/Unlocked Windows from my Software
Replies: 9
Views: 1304

Re: Check if user Locked/Unlocked Windows from my Software

Hebert, Well, that is a very good use. Congrats on thinking of how to accomplish it! I'm going to record that in my bag of tricks. Feel free to make some more contributions here when you come up with ideas like this. James Bag of tricks, hum! I'll take this idea as well, I'm eager to contribute and...
by hebert_j_vargas
Mon May 01, 2017 12:16 am
Forum: FiveWin for Harbour/xHarbour
Topic: Check if user Locked/Unlocked Windows from my Software
Replies: 9
Views: 1304

Re: Check if user Locked/Unlocked Windows from my Software

Hebert, Glad to hear it. I am curious why you needed this? Maybe its something some of the rest of us might use too, if we knew what kind of a problem it solves. James James I have an application receving messages from other users (not a chat), if the user leave the computer alone, after a while in...
by hebert_j_vargas
Sat Apr 29, 2017 11:39 pm
Forum: FiveWin for Harbour/xHarbour
Topic: Check if user Locked/Unlocked Windows from my Software
Replies: 9
Views: 1304

Re: Check if user Locked/Unlocked Windows from my Software

James Bott wrote:I don't know if this will work, but try this:

Code: Select all

Function isWindowsLocked()
    Local lLocked:=.f.
    if getForegroundWindow() == 0  // Screen saver or login screen is foreground
      lLocked:=.t.
    endif
Return lLocked

 
James
Thank's James, It Worked Flawlessly!!!
by hebert_j_vargas
Thu Apr 20, 2017 11:40 pm
Forum: FiveWin for Harbour/xHarbour
Topic: Check if user Locked/Unlocked Windows from my Software
Replies: 9
Views: 1304

Check if user Locked/Unlocked Windows from my Software

Hi, as mentioned on the subject, I searched on msdn SessionSwitchReason.SessionLock, but I'm unable to understand how to implement on harbour+Fwh Here: https://msdn.microsoft.com/en-us/library/microsoft.win32.sessionswitchreason(v=vs.110).aspx?cs-save-lang=1&cs-lang=vb#code-snippet-1 and https:/...
by hebert_j_vargas
Fri Apr 07, 2017 6:02 pm
Forum: FiveWin para Harbour/xHarbour
Topic: TCalex: No presenta bien las citas...
Replies: 70
Views: 13483

Re: TCalex: No presenta bien las citas...

Cristobal, por favor envíame una copia al correo hebert.j.vargas @ gmail.com
by hebert_j_vargas
Mon Oct 03, 2016 8:23 pm
Forum: FiveWin para Harbour/xHarbour
Topic: xSlot
Replies: 4
Views: 564

Re: xSlot

karinha wrote:Very good. hicestes este game con fivewin? Gracias, saludos.
Elaborado con xHarbour + Fivewin
by hebert_j_vargas
Mon Oct 03, 2016 8:18 pm
Forum: FiveWin for Harbour/xHarbour
Topic: xSlot
Replies: 2
Views: 493

Re: xSlot

[quote="D.Fernandez"]Hola Hebert: Se ve muy bueno. Serías tan amable de colocarlo en otro servisor, éste de da virus. O mandarselo a Antonio para que lo ponga a disposición.

Muchas gracias y disculpa.

Saludos
Ruben Dario Fernandez"[quote/]

No hay problema, ya se lo envio
by hebert_j_vargas
Mon Oct 03, 2016 3:29 pm
Forum: FiveWin para Harbour/xHarbour
Topic: xSlot
Replies: 4
Views: 564

xSlot

http://www.4shared.com/img/sJhNF5bOce/s25/1578b1118c0/xSlot1 http://www.4shared.com/img/Aljd05yTba/s25/1578b1147a0/xSlot2 http://www.4shared.com/img/rSdCyiFwce/s25/1578b117a68/xSlot3 Para descargar: http://www.4shared.com/file/lU3KMvXPce/xSlot.html renombrar la extension xSlot.zop to xSlot.zip to u...
by hebert_j_vargas
Mon Oct 03, 2016 3:26 pm
Forum: FiveWin for Harbour/xHarbour
Topic: xSlot
Replies: 2
Views: 493

xSlot

http://www.4shared.com/img/sJhNF5bOce/s25/1578b1118c0/xSlot1 http://www.4shared.com/img/Aljd05yTba/s25/1578b1147a0/xSlot2 http://www.4shared.com/img/rSdCyiFwce/s25/1578b117a68/xSlot3 To download: http://www.4shared.com/file/lU3KMvXPce/xSlot.html please rename xSlot.zop to xSlot.zip to unpack. Regar...
by hebert_j_vargas
Wed Aug 03, 2016 12:27 pm
Forum: FiveWin for Harbour/xHarbour
Topic: How to disable msg about empty USB-drives ? (solved)
Replies: 9
Views: 2425

Re: How to disable msg about empty USB-drives ? (solved)

Hello, I finished the one-click BACKUP-section and noticed the following : http://www.pflegeplus.com/IMAGES/Usb2.jpg Only connected USB-ports are visible. That is OK But why a harddisk connected to the USB-port < T > changes the type to < 3 >. I changed the harddisk against a USB-stick and get < 2 ...
by hebert_j_vargas
Fri Jul 29, 2016 5:54 pm
Forum: FiveWin for Harbour/xHarbour
Topic: How to disable msg about empty USB-drives ? (solved)
Replies: 9
Views: 2425

Re: How to disable messages about empty USB-drives ?

Cristobal, thank You very much it seems all USB-ports are checked calling aDrives() If the USB is empty, a message is shown < please insert a data-medium >. Maybe there is somethig like a < autocheck > for USB inside the system-settings ( I don't know ) I'm wondering <A:\> and the <DVD-burner> is e...
by hebert_j_vargas
Sat Jun 04, 2016 4:28 pm
Forum: FiveWin para Harbour/xHarbour
Topic: GetNetCardID() - se comporta raro ??
Replies: 6
Views: 1092

Re: GetNetCardID() - se comporta raro ??

Hola a todos, Necesito saber porque sucede esto , hay algo malo o debo hacer algun cambio, pues requiero con urgencia conocer la MAC , IP u otro dato existente en el PC. 1) De esta forma xbrowse( GetNetCardInfo() ) muestra 12 columnas con datos de la tarjeta de RED. 2) De esta forma aNIC := GetNetC...