Click here to Skip to main content
15,892,298 members
Home / Discussions / .NET (Core and Framework)
   

.NET (Core and Framework)

 
QuestionPath to default files called by program Pin
smurfy3421-Dec-05 11:14
smurfy3421-Dec-05 11:14 
AnswerRe: Path to default files called by program Pin
Dave Kreskowiak21-Dec-05 13:13
mveDave Kreskowiak21-Dec-05 13:13 
AnswerRe: Path to default files called by program Pin
HakunaMatada22-Dec-05 0:07
HakunaMatada22-Dec-05 0:07 
GeneralRe: Path to default files called by program Pin
Dave Kreskowiak22-Dec-05 5:52
mveDave Kreskowiak22-Dec-05 5:52 
GeneralRe: Path to default files called by program Pin
HakunaMatada22-Dec-05 17:12
HakunaMatada22-Dec-05 17:12 
GeneralRe: Path to default files called by program Pin
Dave Kreskowiak22-Dec-05 17:55
mveDave Kreskowiak22-Dec-05 17:55 
GeneralRe: Path to default files called by program Pin
HakunaMatada22-Dec-05 18:17
HakunaMatada22-Dec-05 18:17 
AnswerRe: Path to default files called by program Pin
HakunaMatada22-Dec-05 0:11
HakunaMatada22-Dec-05 0:11 
Special folder can be got from the

Environment.SpecialFolder enumeration.

If a folder path of one the enumerations is needed then

Environment.GetFolderPath(Environment.SpecialFolder.Desktop) gives you the full path of the destop folder of the currently logged in user.

If you are talking about the SetupWizard then the variable

TARGETDIR gives you the directory where the application is getting installed.

Hope this helps... Smile | :)



Bikash Rai
Questionerror LNK2028: unresolved token Pin
Lythimer21-Dec-05 2:41
Lythimer21-Dec-05 2:41 
AnswerRe: error LNK2028: unresolved token Pin
hiraljv21-Dec-05 20:21
hiraljv21-Dec-05 20:21 
GeneralRe: error LNK2028: unresolved token Pin
Lythimer22-Dec-05 9:12
Lythimer22-Dec-05 9:12 
QuestionPictureBox in .NET Pin
HakunaMatada20-Dec-05 18:17
HakunaMatada20-Dec-05 18:17 
AnswerRe: PictureBox in .NET Pin
Dave Kreskowiak21-Dec-05 2:48
mveDave Kreskowiak21-Dec-05 2:48 
GeneralRe: PictureBox in .NET Pin
HakunaMatada22-Dec-05 0:23
HakunaMatada22-Dec-05 0:23 
GeneralRe: PictureBox in .NET Pin
Dave Kreskowiak22-Dec-05 1:39
mveDave Kreskowiak22-Dec-05 1:39 
GeneralRe: PictureBox in .NET Pin
HakunaMatada22-Dec-05 20:26
HakunaMatada22-Dec-05 20:26 
GeneralRe: PictureBox in .NET Pin
Dave Kreskowiak23-Dec-05 3:57
mveDave Kreskowiak23-Dec-05 3:57 
GeneralRe: PictureBox in .NET Pin
HakunaMatada23-Dec-05 17:27
HakunaMatada23-Dec-05 17:27 
GeneralRe: PictureBox in .NET Pin
Dave Kreskowiak26-Dec-05 6:15
mveDave Kreskowiak26-Dec-05 6:15 
GeneralRe: PictureBox in .NET Pin
HakunaMatada26-Dec-05 17:20
HakunaMatada26-Dec-05 17:20 
GeneralRe: PictureBox in .NET Pin
Colin Angus Mackay26-Dec-05 6:42
Colin Angus Mackay26-Dec-05 6:42 
GeneralRe: PictureBox in .NET Pin
HakunaMatada26-Dec-05 17:24
HakunaMatada26-Dec-05 17:24 
QuestionManaged RTP stack Pin
Ray Cassick20-Dec-05 16:49
Ray Cassick20-Dec-05 16:49 
Questionproblem in creating dll Pin
Jax_qqq20-Dec-05 16:40
Jax_qqq20-Dec-05 16:40 
AnswerRe: problem in creating dll Pin
Christian Graus20-Dec-05 16:47
protectorChristian Graus20-Dec-05 16: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.