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

C#

 
AnswerRe: Printing without colour (or color) Pin
Manas Bhardwaj26-Jun-09 1:34
professionalManas Bhardwaj26-Jun-09 1:34 
GeneralRe: Printing without colour (or color) [modified] Pin
musefan26-Jun-09 1:47
musefan26-Jun-09 1:47 
QuestionHow to determine the keypress/mouse click is human action or simulation? Pin
alien viper26-Jun-09 0:08
alien viper26-Jun-09 0:08 
AnswerRe: How to determine the keypress/mouse click is human action or simulation? Pin
Christian Graus26-Jun-09 0:13
protectorChristian Graus26-Jun-09 0:13 
AnswerRe: How to determine the keypress/mouse click is human action or simulation? Pin
mutpan26-Jun-09 1:08
mutpan26-Jun-09 1:08 
GeneralRe: How to determine the keypress/mouse click is human action or simulation? Pin
Rajesh R Subramanian26-Jun-09 1:18
professionalRajesh R Subramanian26-Jun-09 1:18 
AnswerRe: How to determine the keypress/mouse click is human action or simulation? Pin
Rajesh R Subramanian26-Jun-09 1:19
professionalRajesh R Subramanian26-Jun-09 1:19 
AnswerRe: How to determine the keypress/mouse click is human action or simulation? Pin
molesworth26-Jun-09 3:03
molesworth26-Jun-09 3:03 
GeneralRe: How to determine the keypress/mouse click is human action or simulation? Pin
alien viper26-Jun-09 3:35
alien viper26-Jun-09 3:35 
AnswerRe: How to determine the keypress/mouse click is human action or simulation? Pin
Dan Neely26-Jun-09 4:00
Dan Neely26-Jun-09 4:00 
QuestionProblem with Windows Mobile and image scaling Pin
mrmckeb25-Jun-09 23:25
mrmckeb25-Jun-09 23:25 
QuestionBorder color of Textbox not working Pin
mutpan25-Jun-09 22:48
mutpan25-Jun-09 22:48 
AnswerRe: Border color of Textbox not working Pin
J4amieC25-Jun-09 23:42
J4amieC25-Jun-09 23:42 
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

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.