Click here to Skip to main content
15,903,203 members
Home / Discussions / Visual Basic
   

Visual Basic

 
GeneralRe: Combobox problem Pin
Dave Kreskowiak10-Sep-07 1:25
mveDave Kreskowiak10-Sep-07 1:25 
QuestionCreating Setup Problem Pin
juli Paris10-Sep-07 1:02
juli Paris10-Sep-07 1:02 
QuestionRunning a .mdb file in network Pin
tonymathewt10-Sep-07 0:55
professionaltonymathewt10-Sep-07 0:55 
AnswerRe: Running a .mdb file in network Pin
Tom Deketelaere10-Sep-07 1:12
professionalTom Deketelaere10-Sep-07 1:12 
GeneralRe: Running a .mdb file in network Pin
tonymathewt10-Sep-07 18:57
professionaltonymathewt10-Sep-07 18:57 
GeneralRe: Running a .mdb file in network Pin
Tom Deketelaere10-Sep-07 21:43
professionalTom Deketelaere10-Sep-07 21:43 
QuestionApplication Path Pin
Trupti Mehta9-Sep-07 23:17
Trupti Mehta9-Sep-07 23:17 
AnswerRe: Application Path Pin
Guffa9-Sep-07 23:59
Guffa9-Sep-07 23:59 
My.Application.Info.DirectoryPath gives you the path of the application folder. When you are running the code from Visual Studio, you get a path like "d:\MyApp\bin\Debug". This is the application path, and if you try to get outside this folder, it won't work when you deploy the application.

If you have files in your project that you want in the application folder, show the properties for the file, and change the "Copy To Output Directory" property from "Do not copy" to "Copy if newer".

---
single minded; short sighted; long gone;

GeneralRe: Application Path Pin
Trupti Mehta10-Sep-07 23:41
Trupti Mehta10-Sep-07 23:41 
AnswerRe: Application Path Pin
Guffa11-Sep-07 2:44
Guffa11-Sep-07 2:44 
AnswerRe: Application Path Pin
Trupti Mehta11-Sep-07 0:38
Trupti Mehta11-Sep-07 0:38 
AnswerRe: Application Path Pin
Guffa11-Sep-07 2:41
Guffa11-Sep-07 2:41 
GeneralRe: Application Path Pin
Trupti Mehta11-Sep-07 19:54
Trupti Mehta11-Sep-07 19:54 
AnswerRe: Application Path Pin
Guffa11-Sep-07 21:45
Guffa11-Sep-07 21:45 
GeneralRe: Application Path Pin
Trupti Mehta11-Sep-07 22:59
Trupti Mehta11-Sep-07 22:59 
QuestionChanging database source for Crystal Reports Pin
DarynRoberts9-Sep-07 22:26
DarynRoberts9-Sep-07 22:26 
AnswerRe: Changing database source for Crystal Reports Pin
Paul Conrad16-Sep-07 8:31
professionalPaul Conrad16-Sep-07 8:31 
QuestionWhat is the Syntaxt to update Database Record in Windows Application? Validate Composite Primary Key ? Pin
Raeem9-Sep-07 22:12
Raeem9-Sep-07 22:12 
QuestionPlease help me with DateTimePicker ShowCheckBox property in GridView. Pin
pcphuc9-Sep-07 21:03
pcphuc9-Sep-07 21:03 
AnswerRe: Please help me with DateTimePicker ShowCheckBox property in GridView. Pin
rohitsrivastava11-Sep-07 0:16
rohitsrivastava11-Sep-07 0:16 
GeneralRe: Please help me with DateTimePicker ShowCheckBox property in GridView. Pin
pcphuc11-Sep-07 0:21
pcphuc11-Sep-07 0:21 
QuestionClean closing Pin
Kevnar9-Sep-07 20:01
Kevnar9-Sep-07 20:01 
AnswerRe: Clean closing Pin
Trupti Mehta9-Sep-07 20:20
Trupti Mehta9-Sep-07 20:20 
GeneralRe: Clean closing Pin
Kevnar9-Sep-07 23:02
Kevnar9-Sep-07 23:02 
AnswerRe: Clean closing Pin
Trupti Mehta9-Sep-07 23:20
Trupti Mehta9-Sep-07 23:20 

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.