Click here to Skip to main content
16,014,613 members
Home / Discussions / C#
   

C#

 
AnswerRe: Set width of text part of combo Pin
Russell Jones5-Jan-07 3:25
Russell Jones5-Jan-07 3:25 
AnswerRe: Set width of text part of combo Pin
Larantz5-Jan-07 13:57
Larantz5-Jan-07 13:57 
Generaldirectory of execution Pin
V.5-Jan-07 1:57
professionalV.5-Jan-07 1:57 
GeneralRe: directory of execution Pin
User 66585-Jan-07 2:14
User 66585-Jan-07 2:14 
GeneralRe: directory of execution Pin
V.5-Jan-07 2:21
professionalV.5-Jan-07 2:21 
GeneralRe: directory of execution Pin
Dominik Reichl5-Jan-07 2:16
Dominik Reichl5-Jan-07 2:16 
GeneralRe: directory of execution Pin
V.5-Jan-07 2:21
professionalV.5-Jan-07 2:21 
GeneralRe: directory of execution Pin
Steve Hansen5-Jan-07 2:17
Steve Hansen5-Jan-07 2:17 
The System.Windows.Forms.Application.ExecutablePath property has the following comment:

Gets the path for the executable file that started the application, including the executable name.

You can then extract the path from here.

You could also use the executing assembly and work from there.

System.Reflection.Assembly.GetExecutingAssembly().Location
GeneralRe: directory of execution Pin
V.5-Jan-07 2:22
professionalV.5-Jan-07 2:22 
GeneralRe: directory of execution Pin
ednrgc5-Jan-07 3:35
ednrgc5-Jan-07 3:35 
GeneralRe: directory of execution Pin
V.5-Jan-07 3:43
professionalV.5-Jan-07 3:43 
GeneralRe: directory of execution Pin
ednrgc5-Jan-07 3:46
ednrgc5-Jan-07 3:46 
GeneralRe: directory of execution Pin
Pete O'Hanlon5-Jan-07 4:15
mvePete O'Hanlon5-Jan-07 4:15 
QuestionNamespace Extension (urgent) Pin
Member 26928295-Jan-07 1:33
Member 26928295-Jan-07 1:33 
AnswerRe: Namespace Extension (urgent) Pin
ednrgc5-Jan-07 1:43
ednrgc5-Jan-07 1:43 
GeneralRe: Namespace Extension (urgent) Pin
lost in transition 5-Jan-07 3:34
lost in transition 5-Jan-07 3:34 
QuestionShell Namespace Extension (urgent) Pin
Member 26928295-Jan-07 1:31
Member 26928295-Jan-07 1:31 
Questionwhy my datareader object of oledb in C# not properly reading Pin
kalaveer5-Jan-07 0:46
kalaveer5-Jan-07 0:46 
AnswerRe: why my datareader object of oledb in C# not properly reading Pin
ednrgc5-Jan-07 1:51
ednrgc5-Jan-07 1:51 
GeneralRe: why my datareader object of oledb in C# not properly reading Pin
lost in transition 5-Jan-07 3:40
lost in transition 5-Jan-07 3:40 
AnswerRe: why my datareader object of oledb in C# not properly reading Pin
ednrgc5-Jan-07 3:59
ednrgc5-Jan-07 3:59 
QuestionMultiThreading Pin
indiaone5-Jan-07 0:29
indiaone5-Jan-07 0:29 
AnswerRe: MultiThreading Pin
ednrgc5-Jan-07 3:40
ednrgc5-Jan-07 3:40 
GeneralRe: MultiThreading Pin
indiaone7-Jan-07 21:14
indiaone7-Jan-07 21:14 
GeneralRe: MultiThreading [What i want] Pin
indiaone8-Jan-07 2:35
indiaone8-Jan-07 2:35 

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.