Click here to Skip to main content
16,006,845 members
Home / Discussions / Visual Basic
   

Visual Basic

 
GeneralRe: Reading PDF Pin
Christian Graus7-May-08 20:12
protectorChristian Graus7-May-08 20:12 
GeneralRe: Reading PDF Pin
Anubhava Dimri7-May-08 20:41
Anubhava Dimri7-May-08 20:41 
GeneralRe: Reading PDF Pin
Dave Kreskowiak8-May-08 1:26
mveDave Kreskowiak8-May-08 1:26 
QuestionVirtual Printer Pin
nitin_ion7-May-08 19:33
nitin_ion7-May-08 19:33 
AnswerRe: Virtual Printer Pin
Christian Graus7-May-08 19:51
protectorChristian Graus7-May-08 19:51 
GeneralRe: Virtual Printer Pin
nitin_ion7-May-08 19:56
nitin_ion7-May-08 19:56 
GeneralRe: Virtual Printer Pin
Christian Graus7-May-08 20:03
protectorChristian Graus7-May-08 20:03 
GeneralRe: Virtual Printer Pin
Dave Kreskowiak8-May-08 1:24
mveDave Kreskowiak8-May-08 1:24 
You can't do this without writing an actual printer driver that will be the interface (look like) a printer to Windows and do the translating between the Windows printing subsystem and your .EXE. You can't write a driver in VB.NET. It has to be done in C++. I suggest Googling for "Windows DDK". Writing drivers is an VERY advanced topic. One that, because you even asked this question, leads me to believe that it's currently beyond your abilities.


A guide to posting questions on CodeProject[^]



Dave Kreskowiak
Microsoft MVP
Visual Developer - Visual Basic
     2006, 2007, 2008




QuestionDeployment Of Custom Controls Pin
papaboar7-May-08 18:01
papaboar7-May-08 18:01 
AnswerRe: Deployment Of Custom Controls Pin
Christian Graus7-May-08 19:00
protectorChristian Graus7-May-08 19:00 
AnswerRe: Deployment Of Custom Controls Pin
John Ad7-May-08 19:03
John Ad7-May-08 19:03 
Questionhow can i check duplicate row values exists or not in the table? [modified] Pin
mhabhelle147-May-08 17:02
mhabhelle147-May-08 17:02 
AnswerRe: how can i check duplicate row values exists or not in the table? Pin
Christian Graus7-May-08 18:02
protectorChristian Graus7-May-08 18:02 
AnswerRe: how can i check duplicate row values exists or not in the table? Pin
Mycroft Holmes7-May-08 19:30
professionalMycroft Holmes7-May-08 19:30 
QuestionEditing the app.config file using a window form application during runtime Pin
drexler_kk7-May-08 16:17
drexler_kk7-May-08 16:17 
AnswerRe: Editing the app.config file using a window form application during runtime Pin
_Damian S_7-May-08 18:00
professional_Damian S_7-May-08 18:00 
GeneralRe: Editing the app.config file using a window form application during runtime Pin
drexler_kk7-May-08 18:13
drexler_kk7-May-08 18:13 
AnswerRe: Editing the app.config file using a window form application during runtime Pin
Christian Graus7-May-08 18:01
protectorChristian Graus7-May-08 18:01 
GeneralRe: Editing the app.config file using a window form application during runtime Pin
drexler_kk7-May-08 18:10
drexler_kk7-May-08 18:10 
GeneralRe: Editing the app.config file using a window form application during runtime Pin
Christian Graus7-May-08 19:19
protectorChristian Graus7-May-08 19:19 
GeneralRe: Editing the app.config file using a window form application during runtime Pin
drexler_kk7-May-08 19:44
drexler_kk7-May-08 19:44 
GeneralRe: Editing the app.config file using a window form application during runtime Pin
Christian Graus7-May-08 19:47
protectorChristian Graus7-May-08 19:47 
GeneralRe: Editing the app.config file using a window form application during runtime Pin
drexler_kk7-May-08 19:53
drexler_kk7-May-08 19:53 
AnswerRe: Editing the app.config file using a window form application during runtime Pin
Mycroft Holmes7-May-08 19:33
professionalMycroft Holmes7-May-08 19:33 
GeneralRe: Editing the app.config file using a window form application during runtime Pin
drexler_kk7-May-08 19:55
drexler_kk7-May-08 19:55 

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.