How to hide console window when I launch the program from my application?
Question: I launch your ImageConverter Plus command line batch image converter from my application.
Is there a way to hide console window that opens at every launch?
Answer: Surely it is possible. Below are examples for Visual
Basic and Visual C++.
Example for Visual Basic:
Shell("""C:\Program Files\ImageConverter Plus\ICPCL.exe"" -convertto tiff dither:no -source ""D:\Graphic Files\in\*.*" " -dest ""D:\out"" -oper Resize size:25 25 keep_prop:no, vbHide)
Example for Visual C++:
ShellExecute(0, "open", "C:\\Program Files\\ImageConverter Plus\\ICPCL.exe", -convertto tiff -source \"C:\\My Documents\\*.*\" -dest \"C:\\TIFF Files" -save_opt convert_subfolders:yes restore_subfolders:yes -oper Resize size:200 100", 0, SW_HIDE)
Information for developers:
Image Open Save Dialog
We are happy to announce a new tool offered by our company as a part of "Complete Image Convesion Solution" project.
www.image-open-save-dialog.com
Working with the command line is best illustrated at
www.online-image-converter.com
The conversion is carried out with the help of ImageConverter Plus Command Line.
You can convert your images free of charge and without any limitations.
Īnline-image-converter just illustrates the command line support and that's why it lacks some features available with command line when used offline.
Information for solution suppliers and system integrators
The company is happy to inform our customers about the fact that a new image conversion management tool, ImageConverter Plus Scheduler, is under private testing now.
www.command-line-imageconverterplus.com