Click here to Skip to main content
15,898,134 members
Home / Discussions / C#
   

C#

 
GeneralRe: Foreach Pin
Luc Pattyn2-Oct-10 11:20
sitebuilderLuc Pattyn2-Oct-10 11:20 
QuestionConvert monochrome bitmap to ascii string to send to QLS-printer? Pin
Mats Eurén2-Oct-10 5:38
Mats Eurén2-Oct-10 5:38 
AnswerRe: Convert monochrome bitmap to ascii string to send to QLS-printer? Pin
Luc Pattyn2-Oct-10 5:45
sitebuilderLuc Pattyn2-Oct-10 5:45 
GeneralRe: Convert monochrome bitmap to ascii string to send to QLS-printer? Pin
Mats Eurén2-Oct-10 6:09
Mats Eurén2-Oct-10 6:09 
GeneralRe: Convert monochrome bitmap to ascii string to send to QLS-printer? Pin
Luc Pattyn2-Oct-10 6:16
sitebuilderLuc Pattyn2-Oct-10 6:16 
GeneralRe: Convert monochrome bitmap to ascii string to send to QLS-printer? Pin
Dave Kreskowiak2-Oct-10 6:17
mveDave Kreskowiak2-Oct-10 6:17 
GeneralRe: Convert monochrome bitmap to ascii string to send to QLS-printer? Pin
Mats Eurén2-Oct-10 7:08
Mats Eurén2-Oct-10 7:08 
GeneralRe: Convert monochrome bitmap to ascii string to send to QLS-printer? Pin
Dave Kreskowiak2-Oct-10 7:34
mveDave Kreskowiak2-Oct-10 7:34 
Mats Eurén wrote:
and it is not "commands" which tells the printer what to do, it is just plain data that the printer interprets as an image.


How do you think the printer knows what's an image and what isn't?? You have to format the data with the correct COMMAND CODES, which as specific to each printer, to tell it that the data that's coming is an image and how to render it. But, without the manual/documentation on the command codes the printer understands, you'll find it impossible to do this.


Mats Eurén wrote:
I thougth that this was a common problem for which there are quite a few solutions to?!


No, actually, that is a very old method of getting the printer to print an image. Today, it's done through printer drivers that handle images automatically. You basically draw the image to a drawing surface that represents the page, then the printer driver converts that image into a stream of command codes and data that the printer understands.

GeneralRe: Convert monochrome bitmap to ascii string to send to QLS-printer? Pin
Mats Eurén2-Oct-10 7:40
Mats Eurén2-Oct-10 7:40 
QuestionDataGridView with MySQL IndexOutOfRange error Pin
memorexr2-Oct-10 5:03
memorexr2-Oct-10 5:03 
AnswerRe: DataGridView with MySQL IndexOutOfRange error Pin
Luc Pattyn2-Oct-10 5:25
sitebuilderLuc Pattyn2-Oct-10 5:25 
GeneralRe: DataGridView with MySQL IndexOutOfRange error Pin
memorexr2-Oct-10 6:43
memorexr2-Oct-10 6:43 
GeneralRe: DataGridView with MySQL IndexOutOfRange error Pin
Luc Pattyn2-Oct-10 6:50
sitebuilderLuc Pattyn2-Oct-10 6:50 
GeneralRe: DataGridView with MySQL IndexOutOfRange error Pin
memorexr2-Oct-10 7:18
memorexr2-Oct-10 7:18 
GeneralRe: DataGridView with MySQL IndexOutOfRange error Pin
Luc Pattyn2-Oct-10 7:27
sitebuilderLuc Pattyn2-Oct-10 7:27 
GeneralRe: DataGridView with MySQL IndexOutOfRange error Pin
memorexr2-Oct-10 7:54
memorexr2-Oct-10 7:54 
GeneralRe: DataGridView with MySQL IndexOutOfRange error Pin
Luc Pattyn2-Oct-10 7:55
sitebuilderLuc Pattyn2-Oct-10 7:55 
GeneralRe: DataGridView with MySQL IndexOutOfRange error Pin
memorexr2-Oct-10 8:19
memorexr2-Oct-10 8:19 
GeneralRe: DataGridView with MySQL IndexOutOfRange error Pin
Luc Pattyn2-Oct-10 8:36
sitebuilderLuc Pattyn2-Oct-10 8:36 
GeneralRe: DataGridView with MySQL IndexOutOfRange error Pin
memorexr4-Oct-10 9:43
memorexr4-Oct-10 9:43 
GeneralRe: DataGridView with MySQL IndexOutOfRange error Pin
Luc Pattyn4-Oct-10 10:07
sitebuilderLuc Pattyn4-Oct-10 10:07 
AnswerRe: DataGridView with MySQL IndexOutOfRange error Pin
Abhinav S2-Oct-10 5:29
Abhinav S2-Oct-10 5:29 
GeneralRe: DataGridView with MySQL IndexOutOfRange error Pin
Luc Pattyn2-Oct-10 5:33
sitebuilderLuc Pattyn2-Oct-10 5:33 
QuestionRunning a method on a seperate thread Pin
teknolog1232-Oct-10 3:26
teknolog1232-Oct-10 3:26 
AnswerRe: Running a method on a seperate thread Pin
Henry Minute2-Oct-10 3:32
Henry Minute2-Oct-10 3:32 

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.