Page 1 of 1
Nombre de impresora compartida
Posted: Fri Jul 24, 2009 9:42 pm
by ralph
Hola a todos
alguien sabe como obtener el nombre asignado a una impresora de red compartida?
PrnGetName() me da el nombre de la impresora pero necesito el nombre asignado para compartirla.
Saludos
Ralph
Re: Nombre de impresora compartida
Posted: Fri Jul 24, 2009 11:05 pm
by Patricio Avalos Aguirre
Hola
revisa la libreria CT, puede que te sirva..
Code: Select all
NetCancel() Releases an existing network connection.
NetDisk() Tests if a drive is a network drive.
NetPrinter() Tests if the current printer is a network printer.
NetRedir() Establishes a connection to a server.
NetRmtName() Returns the remote name of a network device.
Network() Tests for the existence of a network.
NNetwork()
- Item Description
GetDefaultPrinter() Retrieves the name of a computer's default printer.
GetPrinters() Retrieves information about available printers.
IsPrinter() Determines if print output can be processed.
PrinterExists() Checks if a particular printer is installed.
PrinterPortToName() Retrieves the name of the printer connected to a printer port.
PrintFileRaw() Prints a file to a Windows printer in RAW mode.
PrintReady() Tests if a printer connected to a specified port is ready.
PrintSend() Sends a string or a single character to the printer.
PrintStat() Returns the status of a printer.
Win32Bmp() Creates a new Win32Bmp object.
Win32Prn() Creates a new Win32Prn object.
Re: Nombre de impresora compartida
Posted: Sat Jul 25, 2009 3:21 pm
by cuatecatl82
Hola Ralph:
Tengo algo que talvez te ayude con este tema, es un trabajo que preprare hace unas semanas atras, revisa el codigo fuente incluido y el ejemplo incluido
http://www.soldisoft.unlugar.com/productos.html (
REPORTES IMPRESOS)
Un Saludo desde Mexico..