Search found 278 matches: managed

Return to advanced search

Re: tSmtp() with gmail

Thanks,

This works properly.

Now the pop3 server and all mail can be managed from within FiveWin.

Greetings

Willy
by Willy
Wed Jul 15, 2009 6:02 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: tSmtp() with gmail
Replies: 3
Views: 731

FWH/xHarbour Menus

Hi all, I have found some C lang. code in \FWH\SOURCE\WINAPI called MENUS.C, and have played a little with this code. I managed to give a nicer look (at least in my opinion) to the menus. This code can be simply pasted preferably inside the main program (see below), and it will work. ...
by E. Bartzokas
Thu May 21, 2009 9:57 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: FWH/xHarbour Menus
Replies: 20
Views: 8524

Re: Help :-( (Firebird / AdoRdd)

Hi Jeff, So far this is what I've managed to cook up and some steps that I took in getting there. 1. Download and install Firebird server 2.0 series. 2. Download the free version of ADO driver from IBProvider (NOTE: The free version supports ...
by hua
Fri May 08, 2009 2:03 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Help :-( (Firebird / AdoRdd)
Replies: 11
Views: 3991

Re: TOleAuto/CreateObject en FWPPC

JM,

En este artículo explican como acceder a código "managed" (.NET) desde código "unmanaged" (C ó C++ en nuestro caso):
http://www.codeproject.com/KB/mcpp/unma ... naged.aspx

Posiblemente esta sea la puerta para poder llegar a los APIs de .NET que queremos :-)
by Antonio Linares
Wed Apr 22, 2009 1:43 am
 
Forum: FiveWin para Pocket PC
Topic: TOleAuto/CreateObject en FWPPC
Replies: 10
Views: 1838

Re: Timer and Dialog

... I wonder why this difference in Window and Dialog It is a Windows API design difference: * A window is created and it can be activated (shown, managed) later on. * A dialog is created and activated at the same time, so (FWH) DEFINE DIALOG does not really create it, instead it prepares everything ...
by Antonio Linares
Thu Apr 16, 2009 1:22 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Timer and Dialog
Replies: 4
Views: 579

Re: Problem with bitmaps - to Antonio

Taavi, We found what is going on: HasAlpha() is failing under 16 bits colors resolution and is returning a wrong value, so they get managed as alpha bitmaps when they aren't. We need to detect if we are under 16 bits colors and return false. We are working to improve HasAlpha() for this ...
by Antonio Linares
Tue Apr 14, 2009 10:15 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Problem with bitmaps - to Antonio
Replies: 14
Views: 2302

Re: Still trouble Transparent say in dialogs

Hi all, I have recently utilized the provided C code, to give my programs a new look and feel, and I managed to do it! Thanks for the transparency to all involved persons. My problem is one and only, which if I manage to resolve, it will make me happy, and will get off my ...
by E. Bartzokas
Thu Apr 09, 2009 3:09 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Still trouble Transparent say in dialogs
Replies: 6
Views: 1206

Re: Printing a PDF silent

... bit distorted. Not much, but enough not to be acceptable. I'm thinking that perhaps there is a way to convert the PDF back to emf that can then be managed with tprinter? Reinaldo.
by reinaldocrespo
Tue Mar 03, 2009 5:57 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Printing a PDF silent
Replies: 12
Views: 3538

Re: Digitally sign files (eInvoice xml, pdfs, etc)

... about the late post. ePad.id from Interlink electronics has a few different devices that can capture a customer signature. These devices can be managed from xharbor via ocx controls. The final signature can be imported/exported using blobImport() and BloblExport() as a .jpg into a <binary> ...
by reinaldocrespo
Thu Feb 19, 2009 4:10 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Digitally sign files (eInvoice xml, pdfs, etc)
Replies: 2
Views: 1288

Identificar GET, WINDOW, DIALOG, FOLDER,... sin recursos

... for ReadVar(). Thanks to some new preprocessor values added in FiveWin.ch, the name of the edited variable is properly stored in the internal GET managed by the Class TGet. So you can easily access to the GET edited variable name this way: oMyGet:oGet:Name. Thanks to Colin!" Entiendo que ...
by FiveWiDi
Wed Jan 28, 2009 10:57 am
 
Forum: FiveWin para Harbour/xHarbour
Topic: Identificar GET, WINDOW, DIALOG, FOLDER,... sin recursos
Replies: 6
Views: 839

New FTDN January/Enero 2009 (9.01)

... There are new functions: DialogBoxW(), DialogBoxIndirectW(), CreateDlgW() and CreateDlgIndirectW(). These functions are going to be automatically managed from Class TDialog. Thanks to Ruediger help! * New: New examples FWH\samples\TestMap.prg and TestMap2.prg show how to build a map using some ...
by Antonio Linares
Mon Jan 26, 2009 1:16 pm
 
Forum: WhatsNew / Novedades
Topic: New FTDN January/Enero 2009 (9.01)
Replies: 4
Views: 3356

Background checkboxes on xBrowse!? (Solved!)

... and the cursor of xBrowse are the same color! The background of the image of "checkbox" used must be always white. In version 8.04, I managed to fix that! In this version (8.10), I do can't! How do I fix it? http://lh6.ggpht.com/_sT5-i02vGTY/SW-GNVbthWI/AAAAAAAAATU/D9SDr9p16tE/s800/imagem.JPG
by JC
Thu Jan 15, 2009 6:54 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Background checkboxes on xBrowse!? (Solved!)
Replies: 3
Views: 737

Re: create a pcode dll

... not need the EXE "virtual machine" at all. I recommend you this document reading as it explains the different kind of DLLs that can be managed with Harbour/xHarbour: /* * $Id: windll.txt 5836 2002-12-28 00:32:44Z brianhays $ */ Windows 32-bit DLLs with Harbour code ===================================== ...
by Antonio Linares
Wed Jan 07, 2009 12:54 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: create a pcode dll
Replies: 25
Views: 6474

FW 2.4 to compile with FWH & VC98

... I have purchased the source code for a large project that I can compile with FW, clipper, and link with Blinker 7.0. That all works well. I have managed to get to the point of the application starting when compiled with FWH and VC98. I have several MsgInfo() calls in the code so I can see something ...
by paulrhanson
Thu Dec 11, 2008 5:43 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: FW 2.4 to compile with FWH & VC98
Replies: 6
Views: 1319

Willy,

It works fine for basic database management.

Its good for using ADO if you don't know anything about ADO or if you want that ADO is managed automatically :-)
by Antonio Linares
Sun Oct 26, 2008 1:20 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: New AdoRDD (free)
Replies: 203
Views: 109156
PreviousNext

Return to advanced search