Click here to Skip to main content
15,911,360 members
Home / Discussions / Visual Basic
   

Visual Basic

 
SuggestionRe: Why does this Array.FindIndex for case insensitive return 2 not 0 Pin
Richard Deeming23-Jun-14 2:16
mveRichard Deeming23-Jun-14 2:16 
GeneralRe: Why does this Array.FindIndex for case insensitive return 2 not 0 Pin
Dave Kreskowiak23-Jun-14 2:42
mveDave Kreskowiak23-Jun-14 2:42 
GeneralRe: Why does this Array.FindIndex for case insensitive return 2 not 0 Pin
Richard Deeming23-Jun-14 11:09
mveRichard Deeming23-Jun-14 11:09 
GeneralRe: Why does this Array.FindIndex for case insensitive return 2 not 0 Pin
Dave Kreskowiak23-Jun-14 11:16
mveDave Kreskowiak23-Jun-14 11:16 
QuestionIs there a TimeZoneInfo in VB.NET 2005 Pin
hansoctantan20-Jun-14 3:12
professionalhansoctantan20-Jun-14 3:12 
AnswerRe: Is there a TimeZoneInfo in VB.NET 2005 Pin
Richard Deeming20-Jun-14 4:00
mveRichard Deeming20-Jun-14 4:00 
QuestionRun Program from Within Folder Pin
Parament Technologies18-Jun-14 16:44
Parament Technologies18-Jun-14 16:44 
AnswerRe: Run Program from Within Folder Pin
Dave Kreskowiak18-Jun-14 17:32
mveDave Kreskowiak18-Jun-14 17:32 
Your question doesn't make a lot of sense. It may be obvious to you but the description is missing some critical detail.

Why would OpenOffice be under your Projects folder?

There are two paths to be aware of when launching an application. The first is the fully qualified path to the executable you're trying to launch. What this path contains is entirely dependent on when the application is installed. How are you getting this path?

The second is the "Startup Directory". This is what the current path should be when the target application is launched. Normally, this path doesn't matter at all, but some apps do require it. How are you going to determine if the app requires this and how are you going to determine what this path is?

There are the "well-known" paths that Windows supplies. Using the Environment.GetFolderPath() method will return the path of certain folders using an enumeration value to determine which folder you want the path for. See the documentation for GetFolderPath()[^] and SpecialFolder enumeration[^] for more information.

GeneralRe: Run Program from Within Folder Pin
Parament Technologies18-Jun-14 17:45
Parament Technologies18-Jun-14 17:45 
GeneralRe: Run Program from Within Folder Pin
Dave Kreskowiak19-Jun-14 2:06
mveDave Kreskowiak19-Jun-14 2:06 
GeneralRe: Run Program from Within Folder Pin
Parament Technologies19-Jun-14 4:10
Parament Technologies19-Jun-14 4:10 
GeneralRe: Run Program from Within Folder Pin
Dave Kreskowiak19-Jun-14 4:30
mveDave Kreskowiak19-Jun-14 4:30 
GeneralRe: Run Program from Within Folder Pin
Parament Technologies19-Jun-14 5:59
Parament Technologies19-Jun-14 5:59 
GeneralRe: Run Program from Within Folder Pin
Dave Kreskowiak19-Jun-14 9:49
mveDave Kreskowiak19-Jun-14 9:49 
GeneralRe: Run Program from Within Folder Pin
Eddy Vluggen19-Jun-14 5:14
professionalEddy Vluggen19-Jun-14 5:14 
QuestionVB6 CommonDialog in WIndows 7 Pin
Liefie200017-Jun-14 6:11
Liefie200017-Jun-14 6:11 
AnswerRe: VB6 CommonDialog in WIndows 7 Pin
Eddy Vluggen17-Jun-14 7:30
professionalEddy Vluggen17-Jun-14 7:30 
GeneralRe: VB6 CommonDialog in WIndows 7 Pin
Liefie200017-Jun-14 8:08
Liefie200017-Jun-14 8:08 
GeneralRe: VB6 CommonDialog in WIndows 7 Pin
Eddy Vluggen17-Jun-14 8:10
professionalEddy Vluggen17-Jun-14 8:10 
GeneralRe: VB6 CommonDialog in WIndows 7 Pin
Liefie200017-Jun-14 8:14
Liefie200017-Jun-14 8:14 
Questionlistview selected row is light grey when control loses focus, not deep blue Pin
Jim Dolson17-Jun-14 4:20
Jim Dolson17-Jun-14 4:20 
AnswerRe: listview selected row is light grey when control loses focus, not deep blue Pin
Dave Kreskowiak17-Jun-14 7:09
mveDave Kreskowiak17-Jun-14 7:09 
AnswerRe: listview selected row is light grey when control loses focus, not deep blue Pin
Eddy Vluggen17-Jun-14 7:26
professionalEddy Vluggen17-Jun-14 7:26 
GeneralRe: listview selected row is light grey when control loses focus, not deep blue Pin
Jim Dolson17-Jun-14 16:00
Jim Dolson17-Jun-14 16:00 
QuestionEntity framework : disconnect from database and set offilne Pin
dilkonika16-Jun-14 4:47
dilkonika16-Jun-14 4:47 

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.