Click here to Skip to main content
15,902,003 members
Home / Discussions / Visual Basic
   

Visual Basic

 
Questionwindows form application configuration Pin
uglyeyes21-Jun-07 17:57
uglyeyes21-Jun-07 17:57 
AnswerRe: windows form application configuration Pin
Dave Kreskowiak22-Jun-07 3:44
mveDave Kreskowiak22-Jun-07 3:44 
GeneralRe: windows form application configuration Pin
uglyeyes24-Jun-07 14:15
uglyeyes24-Jun-07 14:15 
GeneralRe: windows form application configuration Pin
uglyeyes25-Jun-07 17:34
uglyeyes25-Jun-07 17:34 
QuestionVB 2003 or 2005 Aol Instant Messanger Pin
rmsuperstar9921-Jun-07 12:59
rmsuperstar9921-Jun-07 12:59 
AnswerRe: VB 2003 or 2005 Aol Instant Messanger Pin
Dave Kreskowiak21-Jun-07 14:29
mveDave Kreskowiak21-Jun-07 14:29 
GeneralRe: VB 2003 or 2005 Aol Instant Messanger Pin
rmsuperstar9921-Jun-07 17:12
rmsuperstar9921-Jun-07 17:12 
QuestionPrinting existing PDF file Pin
Jodd21-Jun-07 11:36
Jodd21-Jun-07 11:36 
Hello,

I have to print a PDF file in my project

Now I'm using following code

Dim NP As New Process()
NP.StartInfo.FileName = "c:\" & PdfFile
NP.StartInfo.WindowStyle = ProcessWindowStyle.Hidden
NP.StartInfo.Verb = "Print"
NP.Start()
NP.WaitForExit(9000)
If Not NP.HasExited Then
NP.Kill()
End If

This works fine on the default printer. The question is : how to let the user choose a different printer or is there an other way to print the pdf file without acrobat ???

AnswerRe: Printing existing PDF file Pin
Christian Graus21-Jun-07 12:52
protectorChristian Graus21-Jun-07 12:52 
GeneralRe: Printing existing PDF file Pin
WhiteGirl2324-Jun-07 20:18
WhiteGirl2324-Jun-07 20:18 
QuestionAccess Reports and VB 2005 Pin
Karma3125121-Jun-07 10:31
Karma3125121-Jun-07 10:31 
AnswerRe: Access Reports and VB 2005 Pin
leckey21-Jun-07 10:47
leckey21-Jun-07 10:47 
AnswerRe: Access Reports and VB 2005 Pin
Tarakeshwar Reddy21-Jun-07 10:51
professionalTarakeshwar Reddy21-Jun-07 10:51 
QuestionValue for uninitialized elements of array Pin
hsprasain21-Jun-07 9:01
hsprasain21-Jun-07 9:01 
AnswerRe: Value for uninitialized elements of array Pin
Dave Kreskowiak21-Jun-07 9:10
mveDave Kreskowiak21-Jun-07 9:10 
GeneralRe: Value for uninitialized elements of array Pin
hsprasain21-Jun-07 9:21
hsprasain21-Jun-07 9:21 
GeneralRe: Value for uninitialized elements of array Pin
Kschuler21-Jun-07 9:28
Kschuler21-Jun-07 9:28 
GeneralRe: Value for uninitialized elements of array Pin
hsprasain21-Jun-07 9:35
hsprasain21-Jun-07 9:35 
GeneralRe: Value for uninitialized elements of array Pin
Kschuler21-Jun-07 9:37
Kschuler21-Jun-07 9:37 
GeneralRe: Value for uninitialized elements of array Pin
hsprasain21-Jun-07 10:15
hsprasain21-Jun-07 10:15 
GeneralRe: Value for uninitialized elements of array Pin
Dave Kreskowiak21-Jun-07 9:48
mveDave Kreskowiak21-Jun-07 9:48 
GeneralRe: Value for uninitialized elements of array Pin
hsprasain21-Jun-07 10:15
hsprasain21-Jun-07 10:15 
QuestionHow to detect what version of OS Pin
ctlqt1221-Jun-07 7:54
ctlqt1221-Jun-07 7:54 
AnswerRe: How to detect what version of OS Pin
Dave Kreskowiak21-Jun-07 9:15
mveDave Kreskowiak21-Jun-07 9:15 
AnswerRe: How to detect what version of OS Pin
GuyThiebaut22-Jun-07 1:04
professionalGuyThiebaut22-Jun-07 1:04 

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.