Click here to Skip to main content
15,891,033 members
Home / Discussions / Visual Basic
   

Visual Basic

 
GeneralRe: how to draw a road map in vb 2008? Pin
dunkin_ina13-Jul-08 22:07
dunkin_ina13-Jul-08 22:07 
QuestionCannot open external file with space character in filename or path. Pin
Roullakis9-Jul-08 20:48
Roullakis9-Jul-08 20:48 
AnswerRe: Cannot open external file with space character in filename or path. Pin
Ashfield9-Jul-08 21:31
Ashfield9-Jul-08 21:31 
GeneralRe: Cannot open external file with space character in filename or path. Pin
Roullakis9-Jul-08 22:00
Roullakis9-Jul-08 22:00 
GeneralRe: Cannot open external file with space character in filename or path. Pin
Guffa10-Jul-08 0:38
Guffa10-Jul-08 0:38 
GeneralRe: Cannot open external file with space character in filename or path. Pin
Ashfield10-Jul-08 1:20
Ashfield10-Jul-08 1:20 
GeneralRe: Cannot open external file with space character in filename or path. Pin
Guffa10-Jul-08 4:01
Guffa10-Jul-08 4:01 
AnswerRe: Cannot open external file with space character in filename or path. Pin
Ajay.k_Singh9-Jul-08 21:35
Ajay.k_Singh9-Jul-08 21:35 
For opening .pdf or .doc file you do not need to specify any application name, as your system should be able to automatically detect application which is registered to open these file types.

Use of a simple line as following will work for you –

System.Diagnostics.Process.Start("C:\Manuals\User Manual.pdf")

Note that above mentioned syntax will work even if file name has got spaces within it.

-Dave.

------------------------------------
http://www.componentone.com
------------------------------------

GeneralRe: Cannot open external file with space character in filename or path. Pin
Roullakis9-Jul-08 21:57
Roullakis9-Jul-08 21:57 
QuestionCHM model program using VB.Net[2005] Pin
kvwarun9-Jul-08 19:53
kvwarun9-Jul-08 19:53 
QuestionError while showing report Pin
Amit Battan Ror9-Jul-08 4:02
Amit Battan Ror9-Jul-08 4:02 
AnswerRe: Error while showing report Pin
Christian Graus9-Jul-08 4:13
protectorChristian Graus9-Jul-08 4:13 
AnswerRe: Error while showing report Pin
Paul Conrad9-Jul-08 13:26
professionalPaul Conrad9-Jul-08 13:26 
AnswerRe: Error while showing report Pin
Rupesh Kumar Swami9-Jul-08 20:12
Rupesh Kumar Swami9-Jul-08 20:12 
GeneralRe: Error while showing report Pin
Amit Battan Ror9-Jul-08 20:29
Amit Battan Ror9-Jul-08 20:29 
GeneralRe: Error while showing report Pin
Rupesh Kumar Swami9-Jul-08 21:37
Rupesh Kumar Swami9-Jul-08 21:37 
QuestionWindows application is having problems in connecting to our server. Pin
kjalandoon8-Jul-08 22:08
kjalandoon8-Jul-08 22:08 
AnswerRe: Windows application is having problems in connecting to our server. Pin
Eduard Keilholz9-Jul-08 0:36
Eduard Keilholz9-Jul-08 0:36 
GeneralRe: Windows application is having problems in connecting to our server. Pin
kjalandoon9-Jul-08 0:49
kjalandoon9-Jul-08 0:49 
AnswerRe: Windows application is having problems in connecting to our server. Pin
Dave Kreskowiak9-Jul-08 5:30
mveDave Kreskowiak9-Jul-08 5:30 
GeneralRe: Windows application is having problems in connecting to our server. Pin
kjalandoon9-Jul-08 16:25
kjalandoon9-Jul-08 16:25 
GeneralRe: Windows application is having problems in connecting to our server. Pin
Dave Kreskowiak9-Jul-08 17:47
mveDave Kreskowiak9-Jul-08 17:47 
GeneralRe: Windows application is having problems in connecting to our server. Pin
kjalandoon9-Jul-08 18:37
kjalandoon9-Jul-08 18:37 
Questiondate and time manupulation (modified) Pin
Ebube8-Jul-08 20:04
Ebube8-Jul-08 20:04 
AnswerRe: date and time manupulation (modified) Pin
_Damian S_8-Jul-08 20:13
professional_Damian S_8-Jul-08 20:13 

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.