Click here to Skip to main content
15,890,438 members
Home / Discussions / Visual Basic
   

Visual Basic

 
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 
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 
You still have to build a complete path to the .EXE, not a relative one. This is because the relative path would be relative to whatever the "current directory" is and that can change without your code knowing it.

Since the folder is under your program files folder, you can get the path to your own .EXE by using Application.StartupPath. You can then build the remaining path to the target .EXE using the methods in the Path class[^].

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 
AnswerRe: Entity framework : disconnect from database and set offilne Pin
Dave Kreskowiak17-Jun-14 7:03
mveDave Kreskowiak17-Jun-14 7:03 
Question"Open Database connectivity error" while opening Word from VB with OLE Pin
Badusha15-Jun-14 22:36
Badusha15-Jun-14 22:36 

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.