Click here to Skip to main content
16,016,570 members
Home / Discussions / Mobile
   

Mobile

 
QuestionHow to access the printer from my eVC++ applicatiion Pin
AKSIVAKUMAR26-Feb-03 22:10
AKSIVAKUMAR26-Feb-03 22:10 
AnswerRe: How to access the printer from my eVC++ applicatiion Pin
João Paulo Figueira27-Feb-03 1:37
professionalJoão Paulo Figueira27-Feb-03 1:37 
GeneralRe: How to access the printer from my eVC++ applicatiion Pin
AKSIVAKUMAR27-Feb-03 22:47
AKSIVAKUMAR27-Feb-03 22:47 
GeneralRe: How to access the printer from my eVC++ applicatiion Pin
João Paulo Figueira27-Feb-03 22:58
professionalJoão Paulo Figueira27-Feb-03 22:58 
GeneralPrinting in Windows CE, 2.11 Pin
Jørgen Belfalas26-Feb-03 0:22
Jørgen Belfalas26-Feb-03 0:22 
GeneralRe: Printing in Windows CE, 2.11 Pin
AKSIVAKUMAR26-Feb-03 22:25
AKSIVAKUMAR26-Feb-03 22:25 
GeneralRe: Printing in Windows CE, 2.11 Pin
AKSIVAKUMAR27-Feb-03 23:06
AKSIVAKUMAR27-Feb-03 23:06 
GeneralRe: Printing in Windows CE, 2.11 Pin
Jørgen Belfalas28-Feb-03 1:00
Jørgen Belfalas28-Feb-03 1:00 
Hi Siva,

Basically the access to the printer in CE is the same as in Windows. You can find examples in "Programming Windows" by Charles Petzold, ISBN 1-57231-995-X and/or in "Programming Windows with MFC" by Jeff Prosise, ISBN 1-57231-695-0.

The procedure is almost like:

StartDoc()
StartPage()
.. Do your printing
EndPage()
EndDoc()

An example can be found in the online help in VCC. Search on StartPage

The problem is that these functions apparently don't return an error code on failure as they probably do in Windows? If they do - I can't see them?

If that won't help you, let me know what exactly you do need?

Regards,
Jørgen



GeneralRe: Printing in Windows CE, 2.11 Pin
AKSIVAKUMAR2-Mar-03 19:18
AKSIVAKUMAR2-Mar-03 19:18 
GeneralWhy dll can't be loaded Pin
eihab Sewidan25-Feb-03 5:53
eihab Sewidan25-Feb-03 5:53 
GeneralRe: Why dll can't be loaded Pin
João Paulo Figueira25-Feb-03 6:04
professionalJoão Paulo Figueira25-Feb-03 6:04 
GeneralRe: Why dll can't be loaded Pin
eihab Sewidan25-Feb-03 8:50
eihab Sewidan25-Feb-03 8:50 
GeneralRe: Why dll can't be loaded Pin
João Paulo Figueira25-Feb-03 22:16
professionalJoão Paulo Figueira25-Feb-03 22:16 
Generalpocket pc & systeminformation Pin
dasweasel24-Feb-03 22:27
dasweasel24-Feb-03 22:27 
GeneralRe: pocket pc & systeminformation Pin
João Paulo Figueira24-Feb-03 23:35
professionalJoão Paulo Figueira24-Feb-03 23:35 
GeneralRe: pocket pc & systeminformation Pin
dasweasel25-Feb-03 0:02
dasweasel25-Feb-03 0:02 
GeneralPocket PC Emulator for Win98 Pin
Anonymous24-Feb-03 5:08
Anonymous24-Feb-03 5:08 
GeneralRe: Pocket PC Emulator for Win98 Pin
João Paulo Figueira24-Feb-03 5:20
professionalJoão Paulo Figueira24-Feb-03 5:20 
GeneralTrasparent CBrush Pin
\SOLMAN24-Feb-03 3:47
\SOLMAN24-Feb-03 3:47 
GeneralRe: Trasparent CBrush Pin
João Paulo Figueira24-Feb-03 4:06
professionalJoão Paulo Figueira24-Feb-03 4:06 
GeneralRe: Trasparent CBrush Pin
\SOLMAN24-Feb-03 4:13
\SOLMAN24-Feb-03 4:13 
GeneralRe: Trasparent CBrush Pin
João Paulo Figueira24-Feb-03 4:24
professionalJoão Paulo Figueira24-Feb-03 4:24 
GeneralRe: Trasparent CBrush Pin
\SOLMAN24-Feb-03 22:57
\SOLMAN24-Feb-03 22:57 
GeneralRe: Trasparent CBrush Pin
João Paulo Figueira25-Feb-03 0:59
professionalJoão Paulo Figueira25-Feb-03 0:59 
GeneralBeginner with eVC++ Pin
jakethefake21-Feb-03 8:45
jakethefake21-Feb-03 8:45 

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.