Click here to Skip to main content
15,885,032 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
QuestionRe: How to manually implement ID_FILE_NEW for MDI application? Pin
David Crow25-Jun-09 7:45
David Crow25-Jun-09 7:45 
AnswerRe: How to manually implement ID_FILE_NEW for MDI application? Pin
transoft25-Jun-09 8:29
transoft25-Jun-09 8:29 
QuestionRe: How to manually implement ID_FILE_NEW for MDI application? Pin
David Crow25-Jun-09 8:33
David Crow25-Jun-09 8:33 
AnswerRe: How to manually implement ID_FILE_NEW for MDI application? Pin
transoft25-Jun-09 8:54
transoft25-Jun-09 8:54 
QuestionRe: How to manually implement ID_FILE_NEW for MDI application? Pin
David Crow25-Jun-09 9:05
David Crow25-Jun-09 9:05 
AnswerRe: How to manually implement ID_FILE_NEW for MDI application? Pin
transoft25-Jun-09 9:20
transoft25-Jun-09 9:20 
QuestionOperation with virtual port USB of the printer and the scanner Pin
tumanovalex25-Jun-09 1:01
tumanovalex25-Jun-09 1:01 
AnswerRe: Operation with virtual port USB of the printer and the scanner Pin
Cedric Moonen25-Jun-09 1:15
Cedric Moonen25-Jun-09 1:15 
tumanovalex wrote:
For me virtual printer port HP LaserJet 1020 in system is designated as USB001. I tried to use the port name in CreateFile (\. \\USB001), it has turned out nothing.


No, you don't open a USB port directly. What you will need to do is get a handle to the driver for that device. So, you have to know the driver symbolic name and use this one instead.

But, what are you trying to achieve exactly ? Because if you need to print something, there's probably a much better way to do that than to access the printer driver directly...

Cédric Moonen
Software developer

Charting control [v2.0]
OpenGL game tutorial in C++

GeneralRe: Operation with virtual port USB of the printer and the scanner Pin
tumanovalex25-Jun-09 23:47
tumanovalex25-Jun-09 23:47 
QuestionFont in Combo Pin
p_196025-Jun-09 0:24
p_196025-Jun-09 0:24 
AnswerRe: Font in Combo Pin
Rajesh R Subramanian25-Jun-09 0:43
professionalRajesh R Subramanian25-Jun-09 0:43 
GeneralRe: Font in Combo Pin
p_196025-Jun-09 2:04
p_196025-Jun-09 2:04 
GeneralRe: Font in Combo Pin
Rajesh R Subramanian25-Jun-09 2:33
professionalRajesh R Subramanian25-Jun-09 2:33 
GeneralRe: Font in Combo Pin
David Crow25-Jun-09 3:46
David Crow25-Jun-09 3:46 
GeneralRe: Font in Combo Pin
Rajesh R Subramanian25-Jun-09 4:00
professionalRajesh R Subramanian25-Jun-09 4:00 
QuestionHow to resize the controls on a dialog based on the size of the dialog Pin
V K 225-Jun-09 0:13
V K 225-Jun-09 0:13 
AnswerRe: How to resize the controls on a dialog based on the size of the dialog Pin
Rajesh R Subramanian25-Jun-09 0:18
professionalRajesh R Subramanian25-Jun-09 0:18 
AnswerRe: How to resize the controls on a dialog based on the size of the dialog Pin
David Crow25-Jun-09 3:48
David Crow25-Jun-09 3:48 
Questionc code of rotate image(imrotate) Pin
ashish_2418824-Jun-09 23:41
ashish_2418824-Jun-09 23:41 
AnswerRe: c code of rotate image(imrotate) Pin
CPallini24-Jun-09 23:59
mveCPallini24-Jun-09 23:59 
GeneralRe: c code of rotate image(imrotate) Pin
ashish_2418825-Jun-09 0:08
ashish_2418825-Jun-09 0:08 
GeneralRe: c code of rotate image(imrotate) Pin
CPallini25-Jun-09 0:15
mveCPallini25-Jun-09 0:15 
GeneralRe: c code of rotate image(imrotate) Pin
ashish_2418825-Jun-09 0:19
ashish_2418825-Jun-09 0:19 
GeneralRe: c code of rotate image(imrotate) Pin
ashish_2418825-Jun-09 0:24
ashish_2418825-Jun-09 0:24 
RantRe: c code of rotate image(imrotate) Pin
Rajesh R Subramanian25-Jun-09 0:36
professionalRajesh R Subramanian25-Jun-09 0:36 

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.