Click here to Skip to main content
15,905,508 members
Home / Discussions / Visual Basic
   

Visual Basic

 
QuestionCrystal Reports - Rounded corners problem in Box object Pin
prathiba_naresh21-Nov-05 23:27
prathiba_naresh21-Nov-05 23:27 
QuestionWant to get the Type of file? Pin
raheeli21-Nov-05 20:44
raheeli21-Nov-05 20:44 
QuestionRe: Want to get the Type of file? Pin
Briga21-Nov-05 22:01
Briga21-Nov-05 22:01 
AnswerRe: Want to get the Type of file? Pin
raheeli21-Nov-05 23:24
raheeli21-Nov-05 23:24 
AnswerRe: Want to get the Type of file? Pin
Briga22-Nov-05 0:13
Briga22-Nov-05 0:13 
GeneralRe: Want to get the Type of file? Pin
raheeli22-Nov-05 0:18
raheeli22-Nov-05 0:18 
QuestionThank You Everybody! Pin
Axonn Echysttas21-Nov-05 19:06
Axonn Echysttas21-Nov-05 19:06 
Questionhow can i print a document of file (.xls,.doc,.ppt,.pdf) its urgent Pin
raheeli21-Nov-05 18:20
raheeli21-Nov-05 18:20 
hi guys can any one of you tell me that how can i print these file of document... i m using the coding below to print these files its working fine but the 2 problems i m facing here. 1. if i want to print numbers of copies of one file how can i do,like i have (book.xls) file and i want to print 5 copies of this document how can i do and second problem is that its open the application i dont want to open it... like if i want to print .xls file it open Ms Excel application but i wont. How can i solve these errors please someone help me out its urgent.

Coding.

Dim p As Process = New Process

p.StartInfo.FileName = filePath.ToString()
p.StartInfo.CreateNoWindow = False
p.StartInfo.WindowStyle = ProcessWindowStyle.Normal
p.StartInfo.Verb = "Print"
p.Start()
p.Dispose()


Raheel Iqbal
AnswerRe: how can i print a document of file (.xls,.doc,.ppt,.pdf) its urgent Pin
Steve Pullan21-Nov-05 18:58
Steve Pullan21-Nov-05 18:58 
GeneralRe: how can i print a document of file (.xls,.doc,.ppt,.pdf) its urgent Pin
raheeli21-Nov-05 19:18
raheeli21-Nov-05 19:18 
GeneralRe: how can i print a document of file (.xls,.doc,.ppt,.pdf) its urgent Pin
Steve Pullan21-Nov-05 19:30
Steve Pullan21-Nov-05 19:30 
GeneralRe: how can i print a document of file (.xls,.doc,.ppt,.pdf) its urgent Pin
raheeli21-Nov-05 23:35
raheeli21-Nov-05 23:35 
GeneralRe: how can i print a document of file (.xls,.doc,.ppt,.pdf) its urgent Pin
Steve Pullan22-Nov-05 12:27
Steve Pullan22-Nov-05 12:27 
GeneralRe: how can i print a document of file (.xls,.doc,.ppt,.pdf) its urgent Pin
raheeli22-Nov-05 17:01
raheeli22-Nov-05 17:01 
GeneralRe: how can i print a document of file (.xls,.doc,.ppt,.pdf) its urgent Pin
Steve Pullan22-Nov-05 17:38
Steve Pullan22-Nov-05 17:38 
GeneralRe: how can i print a document of file (.xls,.doc,.ppt,.pdf) its urgent Pin
raheeli22-Nov-05 18:00
raheeli22-Nov-05 18:00 
QuestionPizza Program Help Pin
pdm7621-Nov-05 17:13
pdm7621-Nov-05 17:13 
AnswerRe: Pizza Program Help Pin
Christian Graus21-Nov-05 17:39
protectorChristian Graus21-Nov-05 17:39 
GeneralRe: Pizza Program Help Pin
pdm7621-Nov-05 17:41
pdm7621-Nov-05 17:41 
GeneralRe: Pizza Program Help Pin
Christian Graus21-Nov-05 17:43
protectorChristian Graus21-Nov-05 17:43 
GeneralRe: Pizza Program Help Pin
pdm7621-Nov-05 17:51
pdm7621-Nov-05 17:51 
GeneralRe: Pizza Program Help Pin
Christian Graus22-Nov-05 11:12
protectorChristian Graus22-Nov-05 11:12 
GeneralRe: Pizza Program Help Pin
pdm7622-Nov-05 14:45
pdm7622-Nov-05 14:45 
QuestionGrab Frame From MPEG file (VB .NET) Pin
zammourr21-Nov-05 17:08
zammourr21-Nov-05 17:08 
AnswerRe: Grab Frame From MPEG file (VB .NET) Pin
Christian Graus21-Nov-05 17:39
protectorChristian Graus21-Nov-05 17:39 

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.