2,322 Topics

Member Avatar for
Member Avatar for kenny.robinson.315

Hi can someone help me i am getting this box up when i try to print an excel file as far as i know i changed no settings and i can print files from about 4 months ago but new ones i make i cant if anyone can help it …

Member Avatar for JorgeM
0
443
Member Avatar for zillah

Hi Experts I have been experience this problem recently. I have got a USB printer when I connect it through a new 5 m USB (non brand name, and not faulty) cable it didn't work but when I connect the same printer via 1.5 m it works. I tried the …

Member Avatar for JorgeM
0
191
Member Avatar for jineesh

Hi, how to print a text file using command prompt through usb dotmatrix printer any one please help me... Regards, Jineesh

Member Avatar for BobS0327
0
124
Member Avatar for gthaliath

Hi I would like to get some directions on where to look for in the way of getting a c++ profram to put hex values on a printer. I would also like to know if some one could guide me with a few examples. Regards GT

Member Avatar for Ancient Dragon
0
35
Member Avatar for pavitrakannan

im making a student marksheet generation project.....and i need a facility to print from turbo c++ to excel.... i have used only file handling and no database(tht was the criteria). pls help.....

Member Avatar for Ancient Dragon
0
117
Member Avatar for mahnaz0098

Hello I want to turn on a LED using C, meaning that I want to write on printer port. but the code doesn't work. I use char ledStatus instead of BYTE ledStatus. is there any difference?? what is the problem in this code? #include <windows.h> #include <conio.h> #include <staio.h> #define …

Member Avatar for Ancient Dragon
0
384
Member Avatar for naingthusoeworld

Hi. I am Naing Thu Soe from Asia. I am a computer student. Now, I am making assignment about small business network. Can you help me? I want to know about total cost of small business installation. I created a network diagram. In my diagram, including 8 PCs, 1 network …

Member Avatar for naingthusoeworld
0
278
Member Avatar for salmaah
Member Avatar for dcdruck
0
119
Member Avatar for ttambet

How to change font size in win32print module? Win32print works but the font size in virtual printer or local printer is too small (maybe size is 9), but required size maybe 14. Or alternative for win32print?

0
40
Member Avatar for opspl_programme

Hi I need to take one or more files(**.txt** or **.csv** format only), convert them, one at a time and sent them to the printer in **PostScript** format. The paper will be pre-printed and of A4 size. It is perforated in the middle(Portrait orientation). For example, taking a file, A.txt, …

Member Avatar for NanaYee
0
1K
Member Avatar for kelly.pirnik

I have done some research trying to find an answer to this question, but have failed find answer. Gave working Dell monitor to neighbor, after purchasing adapter to connnect to printer port. (my mom decided to do this for her) The monitor goes on and immediately goes to sleep. When …

Member Avatar for Gé48
0
128
Member Avatar for LastMitch

Hi I'm still having trouble understand arrays since I join Daniweb a few months ago. I thought I got a handle it but it seems I need to practice more and write more arrays correctly. This the issue I'm having I can't `echo` the words <?php $printer_machine = array("Copier", "Inkjet", …

Member Avatar for LastMitch
0
268
Member Avatar for Jen425

I very much appreciate this site. While attempting to "fix" my Compaq Presario F763NR (which runs Vista), I deleted a start up file. Now, when I press the "on" button, it lights up for a second then shuts off and my computer won't turn on. I called HP but they …

Member Avatar for CimmerianX
0
227
Member Avatar for uk_rich

hello, I'm running Mac OSX and have been given a dell printer by a friend. Dell don't support Mac though. Is there any other driver i can use for my Mac which supports Dell printers? thanks

Member Avatar for Anouska
-14
4K
Member Avatar for silversurf

Hello everyone, I am trying to build a inventory and pos system with Ms-Access as database and VB 6.0 programming. I got stuck in one place again. What I want to do is trying to print out the codes and price of the products. In this form, I have a …

Member Avatar for AndreRet
0
458
Member Avatar for troverman

I setup a brand new Windows 7 Pro PC a few days ago, and connected an HP LaserJet 1022n via a network connection (TCP/IP Port). The printer worked fine. After a couple of days of successful printing, the user asked me to add a Dymo labelwriter, which I successfully did. …

Member Avatar for JorgeM
0
176
Member Avatar for sanjeewa.abeywardana

Recently we created a Crystal Report that supports a custom papersize (Half A4 papersize) and attached to our Windows app. When we deployed to a server machine, (the server machine contains application installed and the user logged into the server by **remote desktop connection** to use the application , while …

0
49
Member Avatar for bghh

Hi. Does anyone know how I can create a new printer port in C#? At the moment I've got this, which uses WMI (System.Management): [code=C#] ManagementClass portClass = new ManagementClass("Win32_TCPIPPrinterPort"); ManagementObject portObject = portClass.CreateInstance(); portObject["Name"] = portName; portObject["HostAddress"] = "174.30.164.15"; portObject["PortNumber"] = portNumber; portObject["Protocol"] = 1; portObject["SNMPCommunity"] = "public"; portObject["SNMPEnabled"] …

Member Avatar for yitbarek
0
3K
Member Avatar for lewashby

File "/usr/local/lib/python3.2/distutils/archive_util.py", line 52, in make_tarball tar = tarfile.open(archive_name, 'w|%s' % tar_compression[compress]) File "/usr/local/lib/python3.2/tarfile.py", line 1769, in open stream = _Stream(name, filemode, comptype, fileobj, bufsize) File "/usr/local/lib/python3.2/tarfile.py", line 421, in __init__ raise CompressionError("zlib module is not available") tarfile.CompressionError: zlib module is not available garrett@toshiba-laptop ~/Desktop/nester $ I'M getting the above …

Member Avatar for lewashby
0
170
Member Avatar for manchurianCEO

Please, **before** posting a useless answer just for the sake of saying something ***read*** the post. I bought a laptop at a flea market "as is". No returns accepted. While installing the drivers for my printer, I got a message that said something like the OS in which I was …

Member Avatar for manchurianCEO
-1
300
Member Avatar for frnds2vivek

Hi, A graph is getting plotted in a Picture Box with real-time field values. I want to print the graph in real-time, say in every 10 secs. Tried the following : Printer.PaintPicture Picture2.Image, 0, 0 Printer.EndDoc but this didn't worked..... help plzzz....

Member Avatar for AndreRet
0
192
Member Avatar for ismailkepee

Hello, Iam using window xp and IT@ school EDUBUNTU 10.04and canon pixma ip 1300 printer.but printing is o.k in windows xp but canot in EDuBuNTU Linux.why?

Member Avatar for cereal
0
225
Member Avatar for ShosMeister

Been fighting with this for a while. Office 2007 and Adobe Pro 10. Have VBA code to step through a directory tree and print .doc and .docx files to PDF Printer (set as default). Code runs fine but when I try to open the file, Adobe says it can't because …

0
41
Member Avatar for opjjuly

i have a networked printer. LAN pc's (those usin ethernet cables) can browse and locate the printer on the server, BUT.. those laptops' and desktops connected via wireless, they cant find the printer.Everything used to be fine, until we had a power cut last week, i managed to get everything …

Member Avatar for johhny-marshal
0
233
Member Avatar for ougesh

Dear all, I need some help regarding my final year project, i have been assigned the title: "SMS Pizza Ordering". I will be grateful if i get help on how will i start the project, the tools and knowledge needed to proceed. the languages which i am good at are …

Member Avatar for emond
0
141
Member Avatar for Summer995

I have come across an error code, after building during debug, it shows: System.NullReferenceException was unhandled HResult=-2147467261 Message=Object reference not set to an instance of an object. This problem is located at the end of the program, on the else if statement. Any suggestions as to how I could easily …

Member Avatar for Summer995
0
492
Member Avatar for jsherm101

![IMG_5674016](/attachments/fetch/L2ltYWdlcy9hdHRhY2htZW50cy8zL0lNR181Njc0MDE2LmpwZw%3D%3D/300 "align-left") These days scanners are no longer the flat-bed monstrosities of yesteryear, but have instead evolved into the sheet-fed beasts of today, capable of scanning dozens of pages in a matter of minutes. While some advertise their portability, or ability to easily organize your documents (such as with the …

Member Avatar for jsherm101
0
414
Member Avatar for catherine.regan.75

I have a new laptop. I have loaded my printer on it but it will not print off any files. When I looked at printer disc it said it is not compatable to window 7. What can I do not want a new printer.

Member Avatar for caperjack
0
87
Member Avatar for daino

Would anyone know of a reporting toolkit library for C++ which can be compiled as part of a project. It will need to be ablue to display tables, display charts and be printable through a printer. Preferabely free though I haven't been able to find any at all. The closest …

Member Avatar for daino
0
522
Member Avatar for kelzang.bragongpa

Please help me to fix printer prima4. The printer just discharge the card without being printed. what could be the possible problem? Thanks in advance for your gracious help. Cheers

0
21
Member Avatar for b saaj

hi all, i am working on small RMS and got problem to print receipt using pos printer. the expected out put is like that. 1. XYZ Ltd 2. London, Uk 3. 4. 5. 6. Transaction #: 100 7. Date: 11/12/2008 Time: 09:10:10 8. Cashier: Fred 9. 10. Item Qty Unit …

Member Avatar for nmaillet
0
288
Member Avatar for jellej

I have a jQuery tabs slider that auto rotates and depending on the slide it will adjust the background of the `<div>` element it is in. Auto rotate goes fine, the correct background is loaded, but when I manually click the tabs, it doesn't take the correct values. It's almost …

Member Avatar for Taywin
0
264
Member Avatar for Nanci252

Hi, Acer Aspire, Win7, standard stuff. Installed a Kodak ESP C310 on the IBM NetVista computer yesterday... and selected USB connecting. That machine cannot 'do' wireless. Now, I'd like to attach my laptop to the printer (and use their disk to install) But This Time, I want to select Wireless …

0
44
Member Avatar for AshokGanesan

When i am trying to register the DLL(php_printer.dll) using regsvr32 the error which i come across is -- (Loadlibrary failed. The specified module could not be found). Why i am not able to install? I really struck with this problem. Any help is really appreciated.

Member Avatar for pritaeas
0
148
Member Avatar for maurices5000

public int CalculateProduct(int num1, int num2) Requires a return type of int. However, in main, when CalculateProduct is called, no variable is assigned to accept the int being returned. I don't understand why. Thanks! using System; delegate void NotifyCalculation(int x, int y, int result); class Calculator { NotifyCalculation calcListener; public …

Member Avatar for maurices5000
0
232
Member Avatar for BigHeart

i have a process to use zebra printing machine.. i dont have any idea from where and how can i do this process.. can any one help .... i want to print my sql table id with barcode in zebra printing machine.... i am very much confused how should i …

Member Avatar for pritaeas
-1
70
Member Avatar for vikas_3r

I not going to print any document.I want to retrieve details of usb-printer.How can i get connected with usb- printer with c# programming to retrieve details?

Member Avatar for C#Jaap
0
515
Member Avatar for thelostboy

Hi All I have an issue currently have a Windows Server 2003 enviroment and I have a problem were for some reason they print queues keep going offline for no reason I know that there is a know fault with Windows Server 2003 I have applied the hotfix for this. …

Member Avatar for JorgeM
0
125
Member Avatar for RobRTaylor

I have a question, been racking my brain trying to figure out why this is happening. Let me start off with a chunk of code. This takes values from a textbox and writes them to an Excel sheet: Public Sub printFrmDUIReportPreview() '// =============================== PRINT PREVIEW DUI REPORT FORM ================================== '// …

Member Avatar for RobRTaylor
0
175
Member Avatar for 00viju00

Sir/Madam in our officer there are so many workgroups , so many user names, connected to lan ,am not able to get print, how to find on which workgroup it is, how to connect it, can any 1 guide that

Member Avatar for JorgeM
0
241
Member Avatar for Noodles156

I am attempting to boot a machine with windows 7 installed into safe mode but the option does not appear to be there. The only options availible are "start windows normally" and "Repair your Computer." The machine boots fine otherwise but I need to access safe mode for other printer …

Member Avatar for JorgeM
0
237
Member Avatar for Israelsimba

Im using an epson dfx 8000 to print my reports. the printer prints on preprinted stationery and was printing fine until recently after a service nd it now adds a blank line at the top of each new page. this means my columns wont sit properly into yhe preprinted paper. …

0
85
Member Avatar for chimwetar
Member Avatar for Daniel_497

**How to set up your Wireless Command Center** Setting up your own personal wireless command center isn’t difficult; it will only take up a couple of minutes. But why would anyone want to setup a remote desktop connection? The answer is so that you can access and control your personal …

Member Avatar for sheikhali449
0
200
Member Avatar for Daniel_497

In this article, we're going to focus on inkless printers - it might sound like black magic, but it's actually quite simple once I explain a few basics. Let's jump in! ## Inkless printers ## You've probably handled something printed by an inkless printer today - they're used in cash …

Member Avatar for UrbanKhoja
0
332
Member Avatar for Nitro40

I would like to silently print PDF files from the hard drive to a named printer, which may or may not be the default printer. In the [URL="http://www.daniweb.com/techtalkforums/showthread.php?t=17156"]this thread[/URL], it shows how to silently print the PDF but it always goes to the default printer. Is there a command line …

Member Avatar for dan7
-2
1K
Member Avatar for bhagawatshinde

Hi guys i have generated PDF file from docx(.rtf also) You need to install bullzip printer and word. Prerequsities - you have to add reference Bullzip.PdfWriter. here is code snippest internal static byte[] PrintToPdf(string appFolder, string tempDocxFileName) { try { string tempFolder = appFolder + @"\temp"; string tempDocxFilePath = tempFolder …

0
168
Member Avatar for juiceisub3r

I've been having this problem for a while now. Basically what happens is at random times my computer will lock up for about 2 seconds and then just turn itself off. If I try to turn it back on it will start up for about 3 seconds and then just …

Member Avatar for DisabledMOM
0
737
Member Avatar for GlenRogers

I have a JTextArea that I need to be able to print off from the printer. This is the kid of text that is in the JTextArea GLEN ROGERS 47 PINE AVENUE, CARRICKFERGUS, BT38 8EE, 07824771114 733KIA 2012/07/03 DEVICE; OTHER - GIVE MAKE AND MODEL PACKARD BELL EASYNOTE TN? WINDOWS …

Member Avatar for GlenRogers
0
117
Member Avatar for GregDen

I am writing a VB app that provides the user with a menu of reports written in Crystal Reports 4.6. When the user selects a report, it is shown in the Crystal Reports preview window from where it can be printed to the selected printer. My problem is that the …

Member Avatar for GregDen
0
1K

The End.