Results 1 to 5 of 5

Thread: SnagIt virtual printer port such!...

  1. #1

    Thread Starter
    Junior Member
    Join Date
    Apr 2009
    Posts
    22

    SnagIt virtual printer port such!...

    hi
    As the picture below snagit virtual printer port how add?

    printer folder virtual printer add
    Set WSHNetwork = WScript.CreateObject("WScript.Network")
    set shell = WScript.CreateObject( "WScript.Shell" )
    CompName = shell.ExpandEnvironmentStrings("%COMPUTERNAME%")
    Set objWMIService = GetObject("winmgmts:\\" & CompName & "\root\cimv2")
    Set objNewPort = objWMIService.Get("Win32_TCPIPPrinterPort").SpawnInstance_
    objNewPort.Name = "IP_10.0.0.199"
    objNewPort.Protocol = 1
    objNewPort.HostAddress = "10.0.0.199"
    objNewPort.PortNumber = "9100"
    objNewPort.SNMPEnabled = False
    objNewPort.Put_

    c:\windows\system32\RUNDLL32.exe PRINTUI.DLL,PrintUIEntry /if /b "NEW PRINTER" /f C:\ld045\OEMSETUP.INF /r "IP_10.0.0.199" /m "LANIER LD045 PCL 6"

    but methinks snagit not follow this path. How did SnagIt?

    purpose
    1.virtual printer add
    2.print the requested and virtual printer is sent jpg to save messages

    Waiting for your help in this regard....

    http://en.pdfforge.org/download I could not understand the code here there are missing files another example or what things we should also look at this code?

    thnks
    note:I do not know English (googletranslate)
    as far as I can tell...
    Attached Images Attached Images  

  2. #2
    Frenzied Member
    Join Date
    Mar 2009
    Posts
    1,182

    Re: SnagIt virtual printer port such!...

    Okay, to get the entire project and the rest of the files, click the link to the source code, and scroll down to the bottom of the list and click on "Download GNU tarball". You will have to download some software to extract the files from a .tar.gz file of which I think you can find that at PSC if you do a search over there. If not a www search should find you some free or evaluation version that will extract the file for you.



    Good Luck
    Option Explicit should not be an Option!

  3. #3

    Thread Starter
    Junior Member
    Join Date
    Apr 2009
    Posts
    22

    Re: SnagIt virtual printer port such!...

    vb5prgrmr very thnks "Download GNU tarball" I downloaded with but how to install a virtual printer that is? codes reviewed but i could not see the virtual printer to add
    I want this is also known printing i wrote my program will open
    Last edited by fikret; Dec 7th, 2009 at 08:56 AM.

  4. #4
    Frenzied Member
    Join Date
    Mar 2009
    Posts
    1,182

    Re: SnagIt virtual printer port such!...

    I believe you will have to compile the source (not the VB source) and then create an install. As for where to start on it I don't know because I have deleted the source. Just keep searching for the read me txt files and the help files. I'm betting there are some clues in there somewhere...



    Good Luck
    Option Explicit should not be an Option!

  5. #5

    Thread Starter
    Junior Member
    Join Date
    Apr 2009
    Posts
    22

    Re: SnagIt virtual printer port such!...

    No source code for the virtual printer as you can guess the deleted Thank you for your interest vb5prgrmr
    I will solve my problem with bullzip dll was written in vbasic declare
    I use it in commercial programs bullzip? though was free
    http://www.bullzip.com/products/pdf/info.php

Tags for this Thread

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  



Click Here to Expand Forum to Full Width