Jump to content

Cyberonimo

Members
  • Posts

    7
  • Joined

  • Last visited

Everything posted by Cyberonimo

  1. Thanks I check the topic, and is very useful, but dont have function to add print server can you help me, to translate this to autoit ' -------------------- GetPrintXpsDocumentWriter() ------------------- ''' <summary> ''' Returns an XpsDocumentWriter for the default print queue.</summary> ''' <returns> ''' An XpsDocumentWriter for the default print queue.</returns> Private Function GetPrintXpsDocumentWriter() As XpsDocumentWriter ' Create a local print server Dim ps As New LocalPrintServer() ' Get the default print queue Dim pq As PrintQueue = ps.DefaultPrintQueue ' Get an XpsDocumentWriter for the default print queue Dim xpsdw As XpsDocumentWriter = PrintQueue.CreateXpsDocumentWriter(pq) Return xpsdw End Function ' end:GetPrintXpsDocumentWriter() thanks for your patience I will appreciate it
  2. Hi Really your programs are very useful do you have some to add local print server
  3. Hi Thanks for your Help i want to add the localprintserver and to configure it. add printers, etc.
  4. Hi more specifically Dim ps As New LocalPrintServer() please help to translate to autoit
  5. Hi please help to translate this to autoit Dim myPrintServer As New PrintServer("\\theServer") regards in advance
  6. thanks, for your rapid help, sorry i didnt explain me, I need to create a print server in my local machine i have windows 7,
  7. Hi I am new with Autoit, and need to create a print server Think in vb like this Dim myPrintServer As New PrintServer("\\theServer") please any help thanks in advance
×
×
  • Create New...