How can I print an XML or HTML document
Posted: Tue Jul 02, 2024 10:39 am
hello Roger
How can I print an XML or HTML document
How can I print an XML or HTML document
Donnay Software Web Forums
http://bb.mobile.donnay-software.com/Donnay/
http://bb.mobile.donnay-software.com/Donnay/viewtopic.php?f=2&t=3235
Code: Select all
DllCall( "Shell32.dll" , DLL_STDCALL, "ShellExecuteA", 0, "print", "your file", Chr(0), Chr(0), 3 )
skiman wrote: ↑Tue Jul 02, 2024 11:47 pm Hi,
The following should work.
Code: Select all
DllCall( "Shell32.dll" , DLL_STDCALL, "ShellExecuteA", 0, "print", "your file", Chr(0), Chr(0), 3 )