HI
I finally got it. The regular double quotes worked after got them in the right place.
Search found 5 matches
- 2011-11-19T12:00:24-07:00
- Forum: Windows COM+ & Visual Basic
- Topic: Text Printing Error
- Replies: 2
- Views: 18000
- 2011-11-19T11:29:22-07:00
- Forum: Windows COM+ & Visual Basic
- Topic: Text Printing Error
- Replies: 2
- Views: 18000
Re: Text Printing Error
OK
I found some more of Anthony's Examples on the problem.
He said to put a backslash next to the quotes
I tried that and it doesn't see them either.
He said also to try to put the text in a file and that didn't work
This time it printed the whole directory and not what was in the file.
It may have ...
I found some more of Anthony's Examples on the problem.
He said to put a backslash next to the quotes
I tried that and it doesn't see them either.
He said also to try to put the text in a file and that didn't work
This time it printed the whole directory and not what was in the file.
It may have ...
- 2011-11-18T11:02:23-07:00
- Forum: Windows COM+ & Visual Basic
- Topic: Using vb6
- Replies: 2
- Views: 19247
Re: Using vb6
Hi
This works well for me if this is any help.
REM Image Magick Commands Assembled here in String here.
pid = Shell(S$, 0)
Do
WaitForTerm pid
DoEvents
If pid = 0 Then
REM Load your bitmap back into VB picture box or form here.
End If
Loop Until pid = 0
This calls Image Magick through Shell Using ...
This works well for me if this is any help.
REM Image Magick Commands Assembled here in String here.
pid = Shell(S$, 0)
Do
WaitForTerm pid
DoEvents
If pid = 0 Then
REM Load your bitmap back into VB picture box or form here.
End If
Loop Until pid = 0
This calls Image Magick through Shell Using ...
- 2011-11-18T10:48:28-07:00
- Forum: Windows COM+ & Visual Basic
- Topic: Text Removal
- Replies: 0
- Views: 11393
Text Removal
Hi
I have been looking at Anthony's example of Test or Caption removal and I don't under stand it too well.
Can anyone here explain it to me a little better?
I see in the first step I need a mask. But I don't understand how that is made. Do I have to type in what the text says in order for it to ...
I have been looking at Anthony's example of Test or Caption removal and I don't under stand it too well.
Can anyone here explain it to me a little better?
I see in the first step I need a mask. But I don't understand how that is made. Do I have to type in what the text says in order for it to ...
- 2011-11-18T10:25:57-07:00
- Forum: Windows COM+ & Visual Basic
- Topic: Text Printing Error
- Replies: 2
- Views: 18000
Text Printing Error
Hi
I am a Visual Basic 6 User and have using the old IM 4 and I have upgraded to IM 6 . I am trying out all the new stuff that has been added and really like it but am having a few problems.
Problem 1:
S$ = App.Path + "\Imag\IM6\convert -background lightblue -fill blue -font Candice -size 320x140 ...
I am a Visual Basic 6 User and have using the old IM 4 and I have upgraded to IM 6 . I am trying out all the new stuff that has been added and really like it but am having a few problems.
Problem 1:
S$ = App.Path + "\Imag\IM6\convert -background lightblue -fill blue -font Candice -size 320x140 ...