Search found 3 matches
- 2012-01-09T08:34:42-07:00
- Forum: Windows COM+ & Visual Basic
- Topic: Solved: VB: How to use dynamic/variable convert parameters?
- Replies: 3
- Views: 104300
Re: Solved: VB: How to use dynamic/variable convert paramete
Using TypeLib Information Library is good implementation but solution. Before, I'd written a program using TLI Application with perfect call-by-name mechanism that it helps to dynamically feed parameters to the MagickImage.Convert method, and then I found it's hard to deploy because TLI library is ...
- 2012-01-09T07:35:33-07:00
- Forum: Windows COM+ & Visual Basic
- Topic: Using vb6
- Replies: 2
- Views: 17847
Re: Using vb6
A newbie's answer for the old post.
You may find a list of commands/methods when your VB6 project refers to the ImageMagick library, declare a variable, and locate the class MagickImage in the object browser in VB6 IDE.
You may find a list of commands/methods when your VB6 project refers to the ImageMagick library, declare a variable, and locate the class MagickImage in the object browser in VB6 IDE.
- 2012-01-08T21:01:56-07:00
- Forum: Windows COM+ & Visual Basic
- Topic: Problem on Concurrency?
- Replies: 0
- Views: 10591
Problem on Concurrency?
Hi, I have a VB6 program using ImageMagickObject. A batch procedure transfers a set of PDFs into TIFFs by the command `convert`, and another procedure checks TIFFs produced by the commend `identify`. Recently I found that sometimes a TIFF file is not correctly identified, that is, my program got a ...