Click here to Skip to main content
15,888,579 members
Home / Discussions / C#
   

C#

 
GeneralRe: Border color of Textbox not working Pin
mutpan26-Jun-09 1:00
mutpan26-Jun-09 1:00 
GeneralRe: Border color of Textbox not working Pin
J4amieC26-Jun-09 1:16
J4amieC26-Jun-09 1:16 
GeneralRe: Border color of Textbox not working Pin
DaveyM6926-Jun-09 1:05
professionalDaveyM6926-Jun-09 1:05 
GeneralRe: Border color of Textbox not working Pin
J4amieC26-Jun-09 1:15
J4amieC26-Jun-09 1:15 
GeneralRe: Border color of Textbox not working Pin
DaveyM6926-Jun-09 1:25
professionalDaveyM6926-Jun-09 1:25 
QuestionGet proxy settings from automatic configuration script Pin
Succodimele25-Jun-09 22:33
Succodimele25-Jun-09 22:33 
GeneralDLL creation [modified] Pin
ishika_kukki25-Jun-09 22:29
ishika_kukki25-Jun-09 22:29 
GeneralRe: DLL creation Pin
DaveyM6925-Jun-09 22:39
professionalDaveyM6925-Jun-09 22:39 
GeneralRe: DLL creation Pin
ishika_kukki25-Jun-09 22:56
ishika_kukki25-Jun-09 22:56 
GeneralRe: DLL creation Pin
Mirko198025-Jun-09 23:08
Mirko198025-Jun-09 23:08 
GeneralRe: DLL creation Pin
DaveyM6925-Jun-09 23:11
professionalDaveyM6925-Jun-09 23:11 
QuestionPrinter sometimes hangs [modified] Pin
Member 459609425-Jun-09 21:39
Member 459609425-Jun-09 21:39 
With one of my customers I have this really weird problem. I just describe it in a bunch of facts, to keep it short.

* It's an application that communicates with a weighbridge and visualises the current weight of the brigde (serial communication RS232) --> the scale sends over the weight continuessly
* The customer can make a ticket containing information about the transporter and the kind of product that's been transported
* When the ticket is saved, it is also printed on the connected USB HP LaserJet (P1006) printer
* pc/dev configuration: Windows XP SP3, VS2008 (C#)

The problem is that sometimes for an unknown reason, the printer does not print. The ready-LED keeps blinking but nothing happens. The application continues to work normal. When this happens, the customer opens the print cartridge cover and closes it again and then the printer starts the print job.

It's a problem that I've seen happening but I can not reproduce it.
it's not related to the data (if you print the ticket afterwards, no problem)
It's not related to hardware (did replace PC, Printer (from other brand), USB Cable without success)
I did rewrite my app so that the serial communication happens in a backgroundworker and generates an event only if the current weight is different from the previous value (this delegate for this event updates the GUI)
I did create also another backgroundworker to create and print out the document (System.Drawing is used to do this; did use Crystal Reports in the past but same problem there)
The data is stored in XML files

What I also did was unchecked the flag 'allow the computer to turn off this device to save power' for all USB Root Hubs. --> I don't have any results of that yet, since I did this just yesterday.

At this moment, I don't know where to search anymore. I can not reproduce it, I can not find any kind of pattern in the occurence of this problem, I can not tell what might cause the problem.

In summary: is there anybody with some suggestions

modified on Friday, June 26, 2009 3:56 AM

AnswerRe: Printer sometimes hangs Pin
Pete O'Hanlon25-Jun-09 22:00
mvePete O'Hanlon25-Jun-09 22:00 
QuestionSystem.Collections.Specialized.StringCollection Question Pin
Programm3r25-Jun-09 21:14
Programm3r25-Jun-09 21:14 
AnswerRe: System.Collections.Specialized.StringCollection Question Pin
Christian Graus25-Jun-09 21:19
protectorChristian Graus25-Jun-09 21:19 
QuestionRe: System.Collections.Specialized.StringCollection Question Pin
Programm3r25-Jun-09 21:47
Programm3r25-Jun-09 21:47 
AnswerRe: System.Collections.Specialized.StringCollection Question Pin
Christian Graus25-Jun-09 23:46
protectorChristian Graus25-Jun-09 23:46 
GeneralADO,Net Pin
Isaac Gordon25-Jun-09 20:21
Isaac Gordon25-Jun-09 20:21 
GeneralRe: ADO,Net Pin
Manas Bhardwaj25-Jun-09 20:30
professionalManas Bhardwaj25-Jun-09 20:30 
GeneralRe: ADO,Net Pin
Isaac Gordon25-Jun-09 23:10
Isaac Gordon25-Jun-09 23:10 
GeneralRe: ADO,Net Pin
Christian Graus25-Jun-09 23:45
protectorChristian Graus25-Jun-09 23:45 
GeneralRe: ADO,Net Pin
padmanabhan N25-Jun-09 20:46
padmanabhan N25-Jun-09 20:46 
GeneralRe: ADO,Net Pin
Christian Graus25-Jun-09 20:58
protectorChristian Graus25-Jun-09 20:58 
GeneralRe: ADO,Net Pin
Thomas Krojer25-Jun-09 21:21
Thomas Krojer25-Jun-09 21:21 
GeneralRe: ADO,Net Pin
Christian Graus25-Jun-09 21:22
protectorChristian Graus25-Jun-09 21:22 

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.