Click here to Skip to main content
16,018,264 members
Home / Discussions / Visual Basic
   

Visual Basic

 
AnswerRe: How to program an application to terminate automatically? Pin
Dave Kreskowiak4-May-07 4:24
mveDave Kreskowiak4-May-07 4:24 
Questionarray of bytes into an array of string Pin
Rohit Dev4-May-07 0:19
Rohit Dev4-May-07 0:19 
AnswerRe: array of bytes into an array of string Pin
Dave Kreskowiak4-May-07 4:17
mveDave Kreskowiak4-May-07 4:17 
QuestionConvertion of 2003 to 2005 errors Pin
Central_IT3-May-07 23:38
Central_IT3-May-07 23:38 
AnswerRe: Convertion of 2003 to 2005 errors Pin
Rupesh Kumar Swami4-May-07 0:08
Rupesh Kumar Swami4-May-07 0:08 
GeneralRe: Convertion of 2003 to 2005 errors Pin
Central_IT4-May-07 1:37
Central_IT4-May-07 1:37 
Questiondeploying the files Pin
taherjaorawala3-May-07 23:36
taherjaorawala3-May-07 23:36 
AnswerRe: deploying the files Pin
Dave Kreskowiak4-May-07 4:10
mveDave Kreskowiak4-May-07 4:10 
Do you need this value in your code somewhere? If so, it's easy enough to get at runtime without going to the registry to get it. This path is returned by Application.StartupPath.
Dim myAppPath As String = Application.StartupPath

If you wanted to write this value to the registry during the installation, you'd have to create a custom action to do it. You can find out more about custom actions here[^].


Dave Kreskowiak
Microsoft MVP
Visual Developer - Visual Basic
     2006, 2007


QuestionMethods Other than DTS to read large CSV file in VB 6.0 Pin
virendra_0073-May-07 23:15
virendra_0073-May-07 23:15 
AnswerRe: Methods Other than DTS to read large CSV file in VB 6.0 Pin
ChandraRam4-May-07 3:50
ChandraRam4-May-07 3:50 
QuestionBuilding Exe Pin
BINOVAR3-May-07 22:36
BINOVAR3-May-07 22:36 
AnswerRe: Building Exe Pin
Arun.Immanuel3-May-07 22:36
Arun.Immanuel3-May-07 22:36 
GeneralRe: Building Exe Pin
BINOVAR3-May-07 22:41
BINOVAR3-May-07 22:41 
GeneralRe: Building Exe Pin
Arun.Immanuel3-May-07 23:42
Arun.Immanuel3-May-07 23:42 
GeneralRe: Building Exe Pin
BINOVAR3-May-07 23:47
BINOVAR3-May-07 23:47 
GeneralRe: Building Exe Pin
Arun.Immanuel3-May-07 23:52
Arun.Immanuel3-May-07 23:52 
GeneralRe: Building Exe Pin
BINOVAR4-May-07 0:00
BINOVAR4-May-07 0:00 
AnswerRe: Building Exe Pin
The ANZAC4-May-07 0:50
The ANZAC4-May-07 0:50 
GeneralRe: Building Exe Pin
BINOVAR4-May-07 0:54
BINOVAR4-May-07 0:54 
GeneralRe: Building Exe Pin
Tirthadip4-May-07 1:49
Tirthadip4-May-07 1:49 
QuestionAdding new items to the context menu Pin
chakor1233-May-07 22:25
chakor1233-May-07 22:25 
QuestionHow to save image/Picture in MsAccess Database using Vb.net Pin
Rupesh Kumar Swami3-May-07 21:44
Rupesh Kumar Swami3-May-07 21:44 
AnswerRe: How to save image/Picture in MsAccess Database using Vb.net Pin
Dave Kreskowiak4-May-07 4:01
mveDave Kreskowiak4-May-07 4:01 
QuestionHaving Trouble using the Tab control in VB6 Pin
Vimalsoft(Pty) Ltd3-May-07 21:04
professionalVimalsoft(Pty) Ltd3-May-07 21:04 
AnswerRe: Having Trouble using the Tab control in VB6 [modified] Pin
Dave Kreskowiak4-May-07 3:59
mveDave Kreskowiak4-May-07 3:59 

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.