Search found 80 matches: vb6

Return to advanced search

Re: Callback Server

Hello Tim, this is a question we all have to address in due time. I had a system with Pocket PC and VB6 to send SMS. https://forums.fivetechsupport.com/viewtopic.php?f=4&t=12991&start=30&hilit=sms But long ago. I think it should be possible to use, for example, ...
by Otto
Fri Mar 10, 2023 7:05 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: PostBack Server
Replies: 7
Views: 648

WinEcrCom

... file scontrino ma io in fwh come faccio a fare questo file e poi ho gli articoli e i prezzi in un'altro modo ho trovato un esempio in VB6 Private Sub ditron()Dim Ris As LongDim comando As String, Result As StringIf SysCmd(acSysCmdRuntime) Then On Error GoTo ditron_Errorcomando ...
by Silvio.Falconi
Mon Sep 19, 2022 7:31 am
 
Forum: All products support
Topic: WinEcrCom
Replies: 2
Views: 493

Re: Drag from Fivewin to Word

... We rename DOCX to zip and then replace our own placeholders for mail merge. Thank you for your posts and help. "Platzhalter Brief" is a VB6 program. Best regards, Otto https://mybergland.com/fwforum/drag2word.gif
by Otto
Wed May 18, 2022 3:00 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Drag from Fivewin to Word
Replies: 3
Views: 487

Re: Drag from Fivewin to Word

Hello friends,
I have solved my problem for now.
I got my 20+ year old development computer out of the attic and put it to work.

Best regards,
Otto


Image
by Otto
Sat May 07, 2022 12:40 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Drag from Fivewin to Word
Replies: 3
Views: 487

Drag from Fivewin to Word

Hello friends, I still have a very old VB6 program in use. I would have to extend the selection fields now. Does anyone know if it is possible to copy from FIVEWIN to an external program with drag and drop. I want to remember that it was not ...
by Otto
Fri May 06, 2022 5:09 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Drag from Fivewin to Word
Replies: 3
Views: 487

Re: Test Windows Mdi with panel right

... one button and that opens a panel (even with a vertical scroll) in which to insert dialogs With explorerbar you can't build that this evening the vb6 exe is bloken and I saw it use these controls : https://github.com/ComponentFactory/Krypton
by Silvio.Falconi
Mon May 02, 2022 11:48 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Test Windows Mdi with panel right
Replies: 10
Views: 680

Re: How to call Events from OLE/COM objects

Jimmy, In vb6 it doesn't use .NET, and the example is very simple. I just can't get it to work in harbor. VERSION 5.00Object = "{B49E66FF-6927-4378-9685-937F14679ADD}#1.0#0"; "DPFPCtlX.dll"Begin VB.Form VerificationDialog ...
by Giovany Vecchi
Fri Apr 22, 2022 8:24 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: How to call Events from OLE/COM objects
Replies: 14
Views: 953

Re: dbase III/IV file encrypted

Ok, but i just want to use the dbf with an old VB6 program that uses a JET connection like this "Provider=Microsoft.Jet.OLEDB.4.0;Extended Properties=dBase IV;Data Source=" I suppose that i must change the encrypted flag in dbf file header ...
by lorenzoazz
Sat Jan 29, 2022 9:32 am
 
Forum: All products support
Topic: dbase III/IV file encrypted
Replies: 8
Views: 980

Re: Apollo

Hello Marco,
I am not clear if you want to link in Apollo in a Fivewin program or if you want to connect to dbf/cdx from another language.
I used VB6 / VB.net with Apollo simultaneously with my FIVEWIN program without any problems. But direct access not the database server.
Best regards,
Otto
by Otto
Fri Dec 01, 2017 7:00 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Apollo
Replies: 13
Views: 3386

Re: Enviar mails usando cuenta de Office 365

... https://stackoverflow.com/questions/37530037/using-cdo-smtp-tls-in-vb6-to-send-email-smtp-office365-com-mail-server https://clicdatacoder.wordpress.com/2012/07/13/sending-smtp-mail-via-office-365-exchange-using-cdo-message-and-other-applications/ ...
by Baxajaun
Wed Jun 21, 2017 6:44 am
 
Forum: FiveWin para Harbour/xHarbour
Topic: Enviar mails usando cuenta de Office 365
Replies: 12
Views: 3334

Re: DLL con sintaxis de VB6 / DLL with VB6 sintax

Prueba a añadir este fichero de cabecera a tu PRG:

#include "FiveWin.ch"
#include "dll.ch"
by Antonio Linares
Thu Oct 20, 2016 9:46 am
 
Forum: Utilities / Utilidades
Topic: DLL con sintaxis de VB6 / DLL with VB6 sintax
Replies: 5
Views: 2980

Re: DLL con sintaxis de VB6 / DLL with VB6 sintax

César, Thank you for this sample. I tried to compile this sample but get following error. c:\fwhtests\806\tutor02.prg(27) Error E0021 Circularity detected in #translate: 'As' c:\fwhtests\806\tutor02.prg(27) Error E0030 Syntax error: "syntax error at 'FUNCTION'" c:\fwhtests\806\tutor02.prg...
by CARLOS ATUNCAR
Wed Oct 19, 2016 11:57 pm
 
Forum: Utilities / Utilidades
Topic: DLL con sintaxis de VB6 / DLL with VB6 sintax
Replies: 5
Views: 2980

Re: Usar DLL .NET

Novedades... Tengo los fuentes de la (s) dll en VB6, existe alguna forma de crear a traves de ellos una lib 100% compatible con Harbour y FWH, o una dll que no sea .NET. Dentro de mi ignorancia pregunto... Saludos Desde Chile Adolfo PD. Actualmente ...
by Adolfo
Thu Jul 21, 2016 2:12 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: Usar DLL .NET
Replies: 5
Views: 770

Usar DLL .NET

Estimados Tengo un proveedor de servicios externo que le entrega a un cliente una DLL desarrollada en VB6 en formato .NET. Debo utilizar esa DLL desde mi aplicacion, mas otras que son llamadas en forma interna desde la DLL principal. No he podido conseguirme las fuentes, existe ...
by Adolfo
Sun Jul 17, 2016 5:22 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: Usar DLL .NET
Replies: 5
Views: 770

DLL32 type object...

... de EPSON para escanear cheques TM-S1000 y abriendo la DLL he logrado ejecutar algunos comandos básicos...copiándome del ejemplo que trae de VB6.0 VB Public Declare Function BiOpenMonPrinter Lib "EpsStmApiWrapper.dll" (ByVal nType As Integer, ByVal pName As String) As Long FWH DLL32 ...
by Tatoo
Tue Apr 12, 2016 7:31 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: DLL32 type object...
Replies: 1
Views: 502
Next

Return to advanced search