2,322 Topics

Member Avatar for
Member Avatar for Jammie

Hi there, Could someone tell me if it's safe to edit PCL(Printer Command Language) files in Windows? I've a bunch of PCL files to edit and each PCL file is different when it comes to the header part. So, I'm not able to figure out a standard simple way to …

0
41
Member Avatar for JimBoCol

Has anyone written a driver for this printer? Dell only offers Windows Drivers, and when I do a web search, I can get a driver for every platform except MAC. I hate the thought of throwing a brand new printer into the scrap heap and buying a new brand that …

Member Avatar for kevinnrobert
0
145
Member Avatar for daslas

Help! When I try to go to an anti-spyware website on my desktop, windows XP, I get redirected to a web page the says it cannot find the website. When I run it on my laptop, it runs fine so I know it some sort of virus. Here is the …

Member Avatar for jholland1964
0
264
Member Avatar for bufospro

Hi, I am trying to learn exceptions using "throws". So , my code is [CODE]public class A { public static void main(String args[]) { A a = new A(); int x1; int x2; x1 = 7; x2 = 0; a.printer(x1, x2); } void printer(int x1, int x2) throws ArithmeticException{ System.out.println("Add: …

Member Avatar for bufospro
0
162
Member Avatar for gsatya

Hi, I have certain data stored in tamil font (TAM-TTValluvar) I am creating a text file using PRINT #1,<fieldname> through VB6. The output in the text file looks like a bunch of junk characters and I could not able to take the printout from my dot matrix printer either by …

Member Avatar for vb5prgrmr
0
411
Member Avatar for clueless07

I am trying to print out the results of a sql query into a table i haven't finished the table yet but im already getting an error please help the error is Warning: mysql_num_rows() expects parameter 1 to be resource, boolean given in C:\xampp\htdocs\minterface.php on line 45 [code]<!DOCTYPE html PUBLIC …

Member Avatar for clueless07
0
134
Member Avatar for Jackgrt

Will vb run an old gwbasic .bas program? My problem is to lprint to a usb printer, and if I have to learn vb, so be it. thanx Jack

Member Avatar for kinwang2009
0
235
Member Avatar for BTVS

My Compaq monitor attached to a Gateway tower receives a signal on bootup, light stays green but the screen stays black. Light on the tower is green. I have 3 external hard drives, copier/printer and an 8 connection USB hub attached to the PC. I've noticed that if I unplug …

Member Avatar for techsheaven
0
134
Member Avatar for clueless07

I am trying to put the results of my query into a table on my webpage that i have made however, i am having problems as it prints some of the code out onto the webpage & doesn't display the table. [code]<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd"> <html …

Member Avatar for clueless07
0
134
Member Avatar for ramdaol

I have 3 printers, 2 HP P1006 and 1 HP 1020 shared on a network with a Windows 2003 Domain and 18 workstations all of them with Windows Xp Professional. The 3 printers are connected to 3 of the workstations, shared and with bidirectional compatibility disabled and it has been …

0
52
Member Avatar for laks_samy

hi i am working in vb.net 2005, how to check my printer status(true or false) before print report?

0
72
Member Avatar for VIeditorlover

First of all - no [URL="http://msdn.microsoft.com/en-us/library/ms996492.aspx"]http://msdn.microsoft.com/en-us/library/ms996492.aspx[/URL] or derivative work - I don't want hear os class Rtf...Ex anymore! Thank you. What I am looking for is any (including api calls, com calls etc.) way how to print rtf document from dist on default printer programmatically. Thank you for any reasonable …

Member Avatar for kvprajapati
0
101
Member Avatar for talablink

My epson stylus TX110 printer doesn't show ink levels anymore. It was fine when I bought it but after my black ink ran out I changed the cartridge and the ink levels won't show anymore. All of the ink levels are gray, gray as in disabled gray. All I did …

Member Avatar for talablink
0
1K
Member Avatar for RAjushendre

i thought i finished all but the problem araise about printing...... i used crystal report viewer for viewing and printing.. in vb 2005' i need to set the printing paper size such as for receipts with 10*6 inches..........but when i close and reuse it .it will take the default one...that …

0
56
Member Avatar for aianne

Hi! I need help to my c++ program. I created a program that is much like the "Who wants to be a Millionaire" television show. It has questions and the right answers and three lifelines. How can I possibly do eliminate a lifeline after being used.? this is the program …

Member Avatar for WaltP
0
223
Member Avatar for Masterace

Hi people need codes for displaying serial number in a receipt (ie a unique number after every transaction) here is the receipt code am working on [code] Private Sub CmdPrint_Click() 'printing a receipt If MsgBox("Print Receipt?", vbYesNo, "Receipt") = vbYes Then Printer.Print Tab(30); Printer.Print Tab(30); "TIKMASH MANAGEMENT LIMITED" Printer.Print Tab(30); …

Member Avatar for Masterace
0
2K
Member Avatar for matt1

Hey folks recenty I finished up a webpage for an internship, everything seems to be working great however whenever the page is printed it clips off about half of the page. I did a little research and noticed there were several products I could buy that would auto fit the …

0
55
Member Avatar for garyinspringhil

[CODE]x = self.spinbox37.value() * 40 y = self.spinbox38.value() * 40 printer = str(self.comboBox4.currentText()) print_cmd = 'echo "IN;PU" x "," y | lpr -P %s %s' self.LCDNumber18.display(x) self.LCDNumber19.display(y) #print_cmd = 'echo "IN;PU2100,11300;" | lpr -P %s %s' os.system(print_cmd % (printer, ""))[/CODE] In the above line I'm trying to use the x …

Member Avatar for garyinspringhil
0
130
Member Avatar for rogue005

I am doing a project on a network printer spooler. I want to know what APIs are available in Java to interact with a printer.

Member Avatar for gangsta1903
0
76
Member Avatar for absk

Hi This is the summary (by Everest Home Edition) of my desktop Compaq Presario SR 1720IL [QUOTE]Field Value Computer Operating System Microsoft Windows XP Professional OS Service Pack Service Pack 3 DirectX 4.09.00.0904 (DirectX 9.0c) Computer Name User Name Motherboard CPU Type Intel Pentium 4 516, 2933 MHz (22 x …

Member Avatar for sparkax
0
304
Member Avatar for emint

hi all, i am working on small RMS and got problem to print receipt using pos printer. the expected out put is like that. [CODE] XYZ Ltd London, Uk Transaction #: 100 Date: 11/12/2008 Time: 09:10:10 Cashier: Fred Item Qty Unit Price 567577 xyz 2 £12.00 687687 abc 1 £19.98 …

Member Avatar for kvprajapati
0
118
Member Avatar for lionaneesh

[CODE]#include<stdio.h> #define CR 13 #define LF 10 int main() { FILE *tg; FILE *th; FILE *printer; int i,a; char input[20]; char file[100]; char input2[20]; char file2[100]; printf("Enter the file name for reading : "); scanf("%s",input); th = fopen(input,"r"); printer = fopen("PRN","w"); do { i=fgets(file,100,th); putc(i,printer); printf("\n\n%s",file); }while(i != EOF); printf("Enter …

Member Avatar for Ancient Dragon
0
129
Member Avatar for Nicky4815

Working on my pacman project I have come across something strange. Im using the outline font method from NeHe and have used the code from there for text printing. When I copied it to my main method and texted it worked fine. But a lot of my objects need to …

Member Avatar for mrnutty
0
323
Member Avatar for shaff

I have a Netgear WAG311 wireless card and connect to my router without any problems. Network printer is connected to the router and I am connected to the router wirelessly. However, I am unable to print. When I try to set up networking through Network Setup Wizard, it only recognised …

Member Avatar for PedroStephano
0
153
Member Avatar for spacephrawg

I'm trying to find some VM software that can access more than 256mb of the video card. Parallels tops out at 256mb. It won't let you access more than that. The machine I intend to run this on will be an 8core mac pro workstation desktop with 8gigs of RAM …

Member Avatar for k2k
0
315
Member Avatar for student02

hi guys, is this possible [CODE]Private Sub Command1_Click() Adodc1.Refresh Adodc1.Recordset.Update Adodc1.Recordset.Fields("Balance") = Val(Text1.Text) - Val(Text2.Text) Adodc1.Recordset.Fields("Amount_Paid") = Val(Text2.Text) + Val(Text3.Text) Adodc1.Recordset.Update Adodc1.RecordSource = "SELECT * FROM Tuition_Fee WHERE Tuition_Fee_ID_PK = " & Form2.Label16.Caption Adodc1.Refresh Text4.Text = Adodc1.Recordset.Fields("Total_Tuition") Text3.Text = Adodc1.Recordset.Fields("Amount_Paid") Text1.Text = Adodc1.Recordset.Fields("Balance") MsgBox "Tuition Updated" Printer.Print " Official Reciept" …

Member Avatar for vb5prgrmr
0
154
Member Avatar for ps101

I have a computer with win xp 32 bit that I have in a network with a computer with a Canon ip4200 printer that is on the windows 7 home 64 bit computer. I can see the shared files on both of the computers, but I can not get the …

Member Avatar for mjdodd
0
290
Member Avatar for vampgirl13

Hi Guys, So I'm trying to fix a small problem with my code. It does everything correctly but when reading from the file I want to not count the space between words. For instance if the line is Hello world the output should be: 11: Hello world but instead it …

Member Avatar for vampgirl13
0
109
Member Avatar for tryingtofindout

[CODE]<option>location1</option> <option>location2</option> <option>location3</option> <option>engineer for location1</option> <option>engineer for location2</option> <option>engineer for location3</option>[/CODE] wen i choose a location the corresponding service engineer for that location should be added to d database in d user form ther will be no option for engineer for that location, by selecting the location, it should …

Member Avatar for tryingtofindout
0
101
Member Avatar for SearchDS

Hello I have been trying to make a function that can send the output data or any text to a network printer, I read many articles/posts about it but nothing is working, have been looking for almost a week... Whenever the program tries to use the printer function, it either …

Member Avatar for SearchDS
0
2K
Member Avatar for yourmna

Dear, I have lost all the installed printers in Win2K Server. When I tried to add new printer it say alert "Printer operation cannot continue due to lack of resources. The print subsystem is unavailable". I have tried to restart the spooler service. It successfully started but when I opened …

Member Avatar for Muhammed Javed
0
504
Member Avatar for G_Waddell

Hi All, I've published a app using Clickonce Deployment for use on our LAN (so I've set it to online only for ease of updates etc) When I run the setup on my own machine, the app installs and runs with no issue however when I run the setup on …

Member Avatar for G_Waddell
0
162
Member Avatar for denni2727

Well, my problem is that i have to print some text in a dot matrix printer with a 8.5in width x 6.5in height page. At first, I change the paper size of the printer in the server properties from windows and it fixed the problem but now i need to …

0
145
Member Avatar for paulojrudi

[I]<<split from [URL="http://www.daniweb.com/forums/post634169.html#post634169"]here[/URL]>>[/I] [QUOTE=Duoas;634670]If all you want is teletype output (like you get on the console, without any fancy graphics or fonts or etc) you can open the PRN or LPT1 device: [code=C++] #include <fstream> #include <iostream> using namespace std; int main() { ofstream printer( "prn" ); if (!printer) { …

0
44
Member Avatar for TomW

I have a process that does a lot of data manipulation and then prints a simple report directly to a printer. The overall priority is speed. Tens of thousands of records need to be scanned & processed individually so moving thru them quickly as possible is the goal. Pseudo code …

Member Avatar for kvprajapati
1
177
Member Avatar for yellowdemon327

pc runs fine for a while, but the longer it runs, the slower it gets before it eventually locks up. Logfile of Trend Micro HijackThis v2.0.3 (BETA) Scan saved at 1:39:09 PM, on 2/19/2010 Platform: Windows Vista SP2 (WinNT 6.00.1906) MSIE: Internet Explorer v8.00 (8.00.6001.18882) Boot mode: Normal Running processes: …

Member Avatar for PhilliePhan
0
159
Member Avatar for jsalisbury

Hey everyone, i'm new here so sorry if this is posted in the wrong place.. However I seem to have got my computer in a bit of trouble and would really appreciate any help you guys can offer. Basically a couple of days ago my computer started saying that I …

Member Avatar for PhilliePhan
0
244
Member Avatar for stumbler

Hello, In the tread [url]http://www.daniweb.com/forums/thread122708.html[/url] there is shown how to do this check in .net 3.0 framework. Is there a possibility to do the same in .net 2.0? Thanks for your reply

Member Avatar for stumbler
0
81
Member Avatar for zigpy_siva

I have created small application(a part of payrole process), for my personal use in VB 6.0, which takes in the employees details, their salary details, employeers details, ect. and computes some othre values. the purpose of this application is to print some forms(4 monthly, 2 half yearly and an anual …

Member Avatar for SANJAY.DESHMUKH
0
186
Member Avatar for djm123

I have an MP3 PLAYER, when I plug it in the port, the computer does not recognize it...IT does recognize my printer.. I do not have a CD or disk for the device.. THE same thing happens with my phone for pictures... Any idea on how to resolve?

Member Avatar for caperjack
0
142
Member Avatar for rgd32955

On my home network I have Windows 7, XP and Vista machines. I have an HP deskjet 970 connected via usb on the XP box that I can see but not connect to from the 7 or vista machines. I am having no problem sharing files between any of the …

0
44
Member Avatar for AdamE34

I'm a relative beginner, taking a c++ class, and I'm trying to output this stream of numbers to a .txt file. I'm having no problem actually getting them into the file, but I can't figure out how to get the numbers to line up in columns or rows instead of …

Member Avatar for AdamE34
0
141
Member Avatar for JohnBrown1321

Hi all, I am very confuse with my printer.Its nor working properly.Some time it will print and some time not.My friend said me that its a problem of clogged head.So any one can give me some idea to solve this problem?Please help me.

Member Avatar for bryanwheeler1
0
156
Member Avatar for johnny_016

Hi, I'm trying to print some text on a credit card size card with a card printer. So, I'm using the print api and it works, the only thing is I want to position text somewhere specific on the card but that I can't change the coordinates of the imageable …

0
51
Member Avatar for scooby36

Hi Guys, I have a problem getting my head around an issue with printing labels. I can get my program to print a single label from gaining the ID number for that record and using the e.drawstring method but I need to print multiple labels say from one persons ID …

0
64
Member Avatar for arunkumars

Hi, Problem wit the print dialog. I have a sheet which has data in it and i need to print it. Am using the normal ShowDialog() method, which takes me to printer connected to the local machine, I need to use the Dialog result for ShowPrintDialog() method, its not possible, …

Member Avatar for jonsca
0
127
Member Avatar for esdel

It used to work fine . I am in Windows XP Then I loaded the cd software for it. This is supposed to tell you how much ink is in each cartridge. How do I get it to do that? (and begin to work again) Many thanks

0
48
Member Avatar for kdcorp87

i don't want to use crystal report. i want to print a fromview or gridview in my printer by c# code in a webfrom. window.print() pint the whole page i want only the selected part will be print by pressing print button. .................................................thanks

Member Avatar for kdcorp87
0
150
Member Avatar for Rikker

I keep getting "not communicating with printer message". Lexmark support hasn't been helpful. I do not have the initial disk. I've unplugged, disconnected, uninstalled, etc, and nothing seems to be helping. Any suggestions? Rikker

Member Avatar for merryjohnson
0
297
Member Avatar for tanque4two

I recently upgraded to XP service pack 3. Now my Plug N Play will not work. When I connect the USB for my Nikon camera, it cannot find the software, likewise for the USB hub. Both of these worked before I upgraded. I have already uninstalled the USB devices, actually …

Member Avatar for tanque4two
0
192

The End.