| Thread | Last Post | Replies |
|
| Creating a DLL | 24 Feb 2005 17:00 GMT | 1 |
I have a number of reports I would like to distribute with my application but instead of 1) compiling them into my EXE or b) distributing them separately I wondered if I could in some way complile them in to a DLL that I could then call from my main EXE. This would make it a lot ...
|
| Would it be possible in VFP? | 10 Feb 2005 15:58 GMT | 2 |
Hi everyone!! im having hardtime to convert from VB to VFP program. I'm integrating the VB code from SDK of Fingerprint scanner actually Digitalpoersona the product name,, from VB code "Withevents" (i.e. Dim Withevents curDev as FPDevice), does
|
| VB to VFP Translation | 04 Feb 2005 05:37 GMT | 7 |
I am considering a SDK product that has examples written in VB6. Following is a portion of code. I was wondering if from what you see here I would just have to declare the routines and call them passing the same parameters? I do have the full documentation but their technical ...
|
| Using CdoSys in VFP8 | 03 Feb 2005 22:02 GMT | 1 |
The following code successfully sends an email from my application. However, it requires an email address to send the email to and from. I only have the AD Login Id. The way we sent the emails previously was to use Mapi and it had a command to resolve the address. Does anyone ...
|
| Debugging a c++ ocx control in Vfp | 01 Feb 2005 22:51 GMT | 1 |
I have been doing the "Creating ActiveX Components with the Visual FoxPro API/LCK" http://msdn.microsoft.com/archive/default.asp?url=/archive/en-us/dnarfoxgen/html /msdn_lck.asp It states:
|