Print Control - Print to shared printer on network

Welcome to our brand new Clickteam Community Hub! We hope you will enjoy using the new features, which we will be further expanding in the coming months.

A few features including Passport are unavailable initially whilst we monitor stability of the new platform, we hope to bring these online very soon. Small issues will crop up following the import from our old system, including some message formatting, translation accuracy and other things.

Thank you for your patience whilst we've worked on this and we look forward to more exciting community developments soon!

Clickteam.
  • Basically as the title said, is it possible? I have a printer connected on another PC, shared across computer network.
    Printer enumerations on Print Control object always succeed to enumerate local printers, but other types (Shared, Network, Remote) always returns zero, even though I've installed the printer on client PC.
    Is there something I miss? The example file doesn't help.

    <span style="font-weight: bold">My MMF2 Application:</span>
    Please login to see this link. - Windows XP Tweaking Tool
    Please login to see this link. - FLV/MP4 Player Example made by MMF2

  • I wish to send Fernando a PM since this is his extension but I cannot send PM to him anymore -- does anyone know what is his Discord handle?

    <span style="font-weight: bold">My MMF2 Application:</span>
    Please login to see this link. - Windows XP Tweaking Tool
    Please login to see this link. - FLV/MP4 Player Example made by MMF2

  • + 1 for this, If you work this out please share. I could only get local printers to enumerate as well, local printers are usuful yet most users tend to access network printers.

    So I made it work -- somewhat, by making the network printer as "Default printer" in the system. Thus you don't need to enumerate it, Print Control will automatically pick default printer and send data to it.
    But it's not really a feasible solution, because we are using another printer as default for work.

    <span style="font-weight: bold">My MMF2 Application:</span>
    Please login to see this link. - Windows XP Tweaking Tool
    Please login to see this link. - FLV/MP4 Player Example made by MMF2

  • So I made it work -- somewhat, by making the network printer as "Default printer" in the system. Thus you don't need to enumerate it, Print Control will automatically pick default printer and send data to it.
    But it's not really a feasible solution, because we are using another printer as default for work.

    I agree it's not an ideal solution, as most networks have several printers to choose from. Plus it's a pain to restore the default printer each time, I've had to store the current printer in an alt value and then restore it after printing in one of my current projects and it starts to get messy.

  • Interesting one.

    You can actually use Windows DLL's for this using the DLL object. If you can't enumerate on a network, you could just have the user type in the printer name then execute it... I'm not sure on the exacts but you need to look at

    RUNDLL32 and PRINTUI.DLL - you can use flags such as /y /n "\\Shared\ThisPrinter"

    Alternatively, you could write out and then execute a dynamic batch file based on parameters you or the user gives it, such as:

    PRINT /M:\\shared\thisprinter C:\thisfile.pdf

    Game Launcher Creator V3 - Please login to see this link.
    Bespoke Software Development - Please login to see this link.
    Learn Clickteam Fusion 2.5 - Please login to see this link.

    Danny // Clickteam

Participate now!

Don’t have an account yet? Register yourself now and be a part of our community!