How can I fire-up Imaging for Windows from within VB and pass a filename to it to be displayed?
Thanks, DaveBo
Printable View
How can I fire-up Imaging for Windows from within VB and pass a filename to it to be displayed?
Thanks, DaveBo
umm this isnt anything to do with COM/ActiveX
but i'd imagine Imaging supports a simple command line pass:
in your form:
ShellExecute me.hwnd, "open", <Imaging Path>, <File to Open>, vbnullstring, 1