Click here to Skip to main content
15,915,859 members
Home / Discussions / Visual Basic
   

Visual Basic

 
GeneralRe: How to load a predefined usercontrol at runtime in visual basic Pin
monica2k14-May-05 13:15
monica2k14-May-05 13:15 
GeneralRe: How to load a predefined usercontrol at runtime in visual basic Pin
H@is@here14-May-05 13:19
H@is@here14-May-05 13:19 
GeneralRe: How to load a predefined usercontrol at runtime in visual basic Pin
monica2k14-May-05 13:23
monica2k14-May-05 13:23 
GeneralRe: How to load a predefined usercontrol at runtime in visual basic Pin
H@is@here14-May-05 13:29
H@is@here14-May-05 13:29 
GeneralOpen .txt file Pin
dvmarques2513-May-05 6:34
dvmarques2513-May-05 6:34 
GeneralRe: Open .txt file Pin
monica2k13-May-05 17:17
monica2k13-May-05 17:17 
GeneralDeployment Registry Question Pin
Ryan McCauley13-May-05 6:32
Ryan McCauley13-May-05 6:32 
GeneralRe: Deployment Registry Question Pin
Dave Kreskowiak13-May-05 7:24
mveDave Kreskowiak13-May-05 7:24 
You could put in a custom action to put the installation path into the registry.

It would be even easier to change your code to not care about getting that path from the registry. Instead, at runtime, you could use Application.StartupPath to find out where the .EXE was installed to. From there, you could make absolute, or relative, path names to any file that your application needed using the Path class and its .Combine() method.



RageInTheMachine9532
"...a pungent, ghastly, stinky piece of cheese!" -- The Roaming Gnome

GeneralRe: Deployment Registry Question Pin
Ryan McCauley13-May-05 8:08
Ryan McCauley13-May-05 8:08 
GeneralRe: Deployment Registry Question Pin
rwestgraham13-May-05 22:01
rwestgraham13-May-05 22:01 
GeneralRe: Deployment Registry Question Pin
Ryan McCauley16-May-05 13:47
Ryan McCauley16-May-05 13:47 
GeneralRe: Deployment Registry Question Pin
rwestgraham17-May-05 10:33
rwestgraham17-May-05 10:33 
GeneralGet Domain Info from with VB.NET Pin
Member 172091713-May-05 5:18
Member 172091713-May-05 5:18 
GeneralGRID HORIZONTAL SCROLL BAR Pin
r_anand13-May-05 3:02
r_anand13-May-05 3:02 
Generalproblem with windows service Pin
besah12-May-05 23:45
besah12-May-05 23:45 
QuestionHow to use the select item of listview? Pin
rushing12-May-05 23:16
rushing12-May-05 23:16 
AnswerRe: How to use the select item of listview? Pin
carlos_rocha13-May-05 0:15
carlos_rocha13-May-05 0:15 
Generalconvert hexadecimal to text Pin
AtcKit12-May-05 22:07
AtcKit12-May-05 22:07 
QuestionHow to know the right click event? Pin
rushing12-May-05 21:12
rushing12-May-05 21:12 
AnswerRe: How to know the right click event? Pin
carlos_rocha12-May-05 22:34
carlos_rocha12-May-05 22:34 
GeneralMSMQ problem Pin
nitin_ion12-May-05 20:42
nitin_ion12-May-05 20:42 
GeneralDownloading a CSV file from a password protected ( form's authentication) site. Screen Scrapig Method Pin
rvrajvarshan12-May-05 18:50
rvrajvarshan12-May-05 18:50 
Generalvb/winsock programming Pin
clikemoon12-May-05 18:32
clikemoon12-May-05 18:32 
Generalvb.net and ms word Pin
87612-May-05 16:58
87612-May-05 16:58 
QuestionHow to pass arraylist to the winform? Pin
rushing12-May-05 16:23
rushing12-May-05 16:23 

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.