Click here to Skip to main content
15,895,667 members
Home / Discussions / Windows Forms
   

Windows Forms

 
GeneralRe: getModuleFileNameEx Pin
DaveyM6930-Jun-09 10:29
professionalDaveyM6930-Jun-09 10:29 
Questionhow to create a new printer and add to the list Pin
genius_palli30-Jun-09 2:10
genius_palli30-Jun-09 2:10 
AnswerRe: how to create a new printer and add to the list Pin
Dave Kreskowiak30-Jun-09 3:40
mveDave Kreskowiak30-Jun-09 3:40 
AnswerRe: how to create a new printer and add to the list Pin
Sk9330-Jun-09 5:04
Sk9330-Jun-09 5:04 
AnswerRe: how to create a new printer and add to the list Pin
genius_palli30-Jun-09 19:21
genius_palli30-Jun-09 19:21 
AnswerRe: how to create a new printer and add to the list Pin
genius_palli30-Jun-09 21:34
genius_palli30-Jun-09 21:34 
GeneralRe: how to create a new printer and add to the list Pin
genius_palli10-Jul-09 2:54
genius_palli10-Jul-09 2:54 
GeneralRe: how to create a new printer and add to the list Pin
Sk9327-Jul-09 23:46
Sk9327-Jul-09 23:46 
there is no direct method of doing what you want to achieve in C#

To begin with, you'll need to write your own custom printer driver for your virtual printer to use.
You will need to do a lot of api wrapping, as there is no interface in C# to help you here.

Your best bet is to start looking into the Windows Driver Development kit and see if you can find out
exactly what you need to do.

(and expect to be writing a c++ wrapper too I guess)
Questionhow to use the expandable and collapsable property Pin
honey.rpk29-Jun-09 0:36
honey.rpk29-Jun-09 0:36 
AnswerRe: how to use the expandable and collapsable property Pin
DoctorMick29-Jun-09 5:37
DoctorMick29-Jun-09 5:37 
AnswerRe: how to use the expandable and collapsable property Pin
Rob Smiley30-Jun-09 11:49
Rob Smiley30-Jun-09 11:49 
QuestionHow to make a control as a child to user control but not for a form? Pin
honey.rpk28-Jun-09 21:11
honey.rpk28-Jun-09 21:11 
AnswerRe: How to make a control as a child to user control but not for a form? [modified] Pin
BillWoodruff28-Jun-09 23:20
professionalBillWoodruff28-Jun-09 23:20 
AnswerRe: How to make a control as a child to user control but not for a form? Pin
dan!sh 29-Jun-09 0:03
professional dan!sh 29-Jun-09 0:03 
GeneralRe: How to make a control as a child to user control but not for a form? Pin
honey.rpk29-Jun-09 0:57
honey.rpk29-Jun-09 0:57 
GeneralRe: How to make a control as a child to user control but not for a form? [modified] Pin
BillWoodruff29-Jun-09 2:30
professionalBillWoodruff29-Jun-09 2:30 
GeneralRe: How to make a control as a child to user control but not for a form? Pin
dan!sh 29-Jun-09 2:47
professional dan!sh 29-Jun-09 2:47 
GeneralRe: How to make a control as a child to user control but not for a form? Pin
BillWoodruff29-Jun-09 3:38
professionalBillWoodruff29-Jun-09 3:38 
GeneralRe: How to make a control as a child to user control but not for a form? Pin
dan!sh 29-Jun-09 6:51
professional dan!sh 29-Jun-09 6:51 
AnswerRe: How to make a control as a child to user control but not for a form? Pin
Henry Minute29-Jun-09 6:23
Henry Minute29-Jun-09 6:23 
GeneralRe: How to make a control as a child to user control but not for a form? Pin
honey.rpk29-Jun-09 19:01
honey.rpk29-Jun-09 19:01 
GeneralRe: How to make a control as a child to user control but not for a form? Pin
Henry Minute29-Jun-09 23:29
Henry Minute29-Jun-09 23:29 
GeneralRe: How to make a control as a child to user control but not for a form? Pin
honey.rpk29-Jun-09 23:57
honey.rpk29-Jun-09 23:57 
GeneralRe: How to make a control as a child to user control but not for a form? Pin
Henry Minute30-Jun-09 0:34
Henry Minute30-Jun-09 0:34 
GeneralRe: How to make a control as a child to user control but not for a form? Pin
honey.rpk30-Jun-09 0:58
honey.rpk30-Jun-09 0:58 

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.