async
Greetings, I have a query regarding asynchronous file transfer. I noticed that it's feasible to enable BackgroundProcessing = true for transferring files in asynchronous mode, allowing the code to proceed after the SendFile operation. My concern is about
Exceed ActiveX zip compression and decompression library using c#.
Hi @Admin, I have recently downloaded and start using Xceed Activex Zip version 6.X for Mcx streaming compression and decompression. I am not able to see any reference dll or releated docs for decompression. Can you please share how to create dll for
ActiveX
"ActiveX component can't create object" error message when using Access... what to do? Regards, Excavation Rochester
Problem with 64bit XceedZip
We have just upgraded a 32-bit MS Access application that was using the 32-bit XceedZip control to un-compress files from 32bit MS Access to 64-bit MS Access and have changed over to now using the 64bit XceedZipX64 control within the updated app. The
ASLR Enabled?
A long time ago we purchased Xceed VCL components: Zip Compression Library v 6.0 and FTP Library v1.1. These were for a desktop Delphi program we still support (not .NET). I'm assuming these are ActiveX components. Does the current version of these
Limitations with a trial license
After creating an encrypted zip file, I find that I can unzip it without specifying the password. Is this a limitation with the trial license? This is with using the XceedZipX64.dll using direct calls to the DLL API functions. Code snippet: bool Finalize(std::wstring
VBA zip file and folder together
Hello, I'm trying to zip a file and a folder together without success. My situation looks like this: testfile.xml bindata\test.pdf bindata is a folder with files. I want to zip those two things together as one zip and the folder "bindata" has to stay.
System error &H80070057 (-2147024809)
I have installed XceedComponents.exe version 3.2.9460.14460 on my vista pc. I open my Visual Basic 6 IDE, create a new form and put the zip control on the form. When i try to save the new form i get the following error message box: System error &H80070057
Ignore Junction Points in Win Vista and 7
Windows Vista and Windows 7 include some junction points by default for backward compatability with Windows XP/2000 (such as the junction point in the root of C: called “Documents and Settings” pointing back to the C:\Users location. Is there any way
Odd behaviour in SmartUI 2
HI, I’m working on an old piece of VB6 code which uses SmartUI and have come across what appears to be the strangest behaviour….. The control has several smart items, the first one of which is ToolDefault which displays an info window The next item is
Xceed Backup Library 1.1 on Windows 10
Can someone please tell me if the Xceed ActiveX Backup Library 1.1 is compatible with Windows 10? This component is used on Windows 7 and Windows Server 2008 and works fine; however when installed on Windows to I get a message that says it is out of
Deploying a DotNet Application using XceedCry.dll
Our application is developed using Visual Studio 2005 and uses XceedCry.dll as an interop control. We use the RSA encryption class. If we build the application on our development machine, and generate a random key pair, it works fine. We then create a
Can Xceed Encryption work with the .NET encryption classes?
The Xceed Encryption Library can be compatible with the Framework’s Rijndael class however you have to be careful when initializing the objects, since we only support the ECB (emoFreeBlocks) and CBC (emoChainedBlocks) encryption modes. Also, you must
FtpClient transfer mode
Hello, How can I change the transfer mode in FtpClient (binary or ASCII)? Thank you.
Upload/Download multiple files simultaneously
Hello, I was wondering if I can do this using the Xceed FTP library? Thank you, Noel
async transfer VBS
hello, a question about asynchronous transfert. I see it was possible to put BackgroundProcessing = true to transfer file in asynchronous mode. so after the SendFile the code continue. My question is how is it possible to catch the events link to the
license key missing or invalid
We have a legacy app using xceedftp and xceedzip. The zip function is working fine. However, on some windows 10 machines, we are getting a license key missing or invalid when being called. The same code will work on other machines, and windows 7 machines.
XceedSco.dll is there a 64 bit version available
I installed Xceed Zip for X64. It installed in the default folder C:\Program files(x86). I guess this folder is meant for 32 bit applications and XceedSco.dll is a 32 bit dll. Is there a 64 bit dll version available , so that i could call it from 64
Xceed Zip with multiple formats
Hi, I have a requirement to extract files from different file compressions formats like .zip, .rar, .Z001, .Z002 etc. can we do this using Xceedzip library? If yes, can you provide me sample code blocks for each format. Thanks, Basanthi
How to use XceedZip to decompress data in RHEL 6 ?
Hi, I am developing Application for Trading Market Data of MCX( Multi Commodity Exchange India). In the process data needs to be decompressed and then mapped to structure. I have developed the same in C# and vc++ 2010 using your trial version. Now i