Click here to Skip to main content
15,888,461 members
Home / Discussions / C#
   

C#

 
AnswerRe: TSR Pin
loyal ginger23-Jun-10 5:27
loyal ginger23-Jun-10 5:27 
AnswerRe: TSR Pin
Keith Barrow23-Jun-10 5:28
professionalKeith Barrow23-Jun-10 5:28 
AnswerHey Pin
Ennis Ray Lynch, Jr.23-Jun-10 6:00
Ennis Ray Lynch, Jr.23-Jun-10 6:00 
JokeRe: Hey Pin
Paladin200023-Jun-10 6:08
Paladin200023-Jun-10 6:08 
GeneralRe: Hey Pin
Keith Barrow23-Jun-10 6:10
professionalKeith Barrow23-Jun-10 6:10 
GeneralRe: Hey Pin
DaveAuld23-Jun-10 6:27
professionalDaveAuld23-Jun-10 6:27 
QuestionAccessing the user.config file on a newly installed application from the installer itself Pin
Kaare Tragethon23-Jun-10 5:10
Kaare Tragethon23-Jun-10 5:10 
AnswerRe: Accessing the user.config file on a newly installed application from the installer itself Pin
hwswin23-Jun-10 5:54
hwswin23-Jun-10 5:54 
protected override void OnAfterInstall(System.Collections.IDictionary savedState)
{
    string t_path = this.Context.Parameters["assemblypath"].ToString();
    Configuration _usrConfigLoc = System.Configuration.ConfigurationManager.OpenExeConfiguration(Path.Combine(t_path,"user.config"));
    //...
    base.OnAfterInstall(savedState);
}

GeneralRe: Accessing the user.config file on a newly installed application from the installer itself Pin
Kaare Tragethon23-Jun-10 6:28
Kaare Tragethon23-Jun-10 6:28 
GeneralRe: Accessing the user.config file on a newly installed application from the installer itself Pin
hwswin23-Jun-10 6:44
hwswin23-Jun-10 6:44 
GeneralRe: Accessing the user.config file on a newly installed application from the installer itself Pin
Kaare Tragethon23-Jun-10 6:53
Kaare Tragethon23-Jun-10 6:53 
GeneralRe: Accessing the user.config file on a newly installed application from the installer itself Pin
hwswin23-Jun-10 7:04
hwswin23-Jun-10 7:04 
GeneralRe: Accessing the user.config file on a newly installed application from the installer itself Pin
Kaare Tragethon23-Jun-10 7:15
Kaare Tragethon23-Jun-10 7:15 
GeneralRe: Accessing the user.config file on a newly installed application from the installer itself Pin
hwswin23-Jun-10 7:27
hwswin23-Jun-10 7:27 
GeneralRe: Accessing the user.config file on a newly installed application from the installer itself Pin
Kaare Tragethon23-Jun-10 7:47
Kaare Tragethon23-Jun-10 7:47 
QuestionHow to import a namespace - 2 levels up? Pin
martingeorgiev23-Jun-10 4:47
martingeorgiev23-Jun-10 4:47 
AnswerRe: How to import a namespace - 2 levels up? Pin
Łukasz Nowakowski23-Jun-10 4:53
Łukasz Nowakowski23-Jun-10 4:53 
AnswerRe: How to import a namespace - 2 levels up? Pin
Abhinav S23-Jun-10 5:04
Abhinav S23-Jun-10 5:04 
AnswerRe: How to import a namespace - 2 levels up? Pin
Luc Pattyn23-Jun-10 5:11
sitebuilderLuc Pattyn23-Jun-10 5:11 
GeneralRe: How to import a namespace - 2 levels up? Pin
PIEBALDconsult23-Jun-10 14:33
mvePIEBALDconsult23-Jun-10 14:33 
AnswerRe: How to import a namespace - 2 levels up? Pin
martingeorgiev23-Jun-10 5:22
martingeorgiev23-Jun-10 5:22 
GeneralRe: How to import a namespace - 2 levels up? Pin
Luc Pattyn23-Jun-10 5:27
sitebuilderLuc Pattyn23-Jun-10 5:27 
Questionnested masterpages. Pin
FEMDEV23-Jun-10 4:41
FEMDEV23-Jun-10 4:41 
AnswerRe: nested masterpages. Pin
Paladin200023-Jun-10 5:00
Paladin200023-Jun-10 5:00 
GeneralRe: nested masterpages. Pin
FEMDEV23-Jun-10 5:04
FEMDEV23-Jun-10 5:04 

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.