Click here to Skip to main content
15,900,725 members
Home / Discussions / C#
   

C#

 
GeneralRe: Resize CopyFromScreen to print it Pin
baranils19-May-08 3:13
baranils19-May-08 3:13 
QuestionNeed to beef up resume with design patterns Pin
Member 391904918-May-08 9:08
Member 391904918-May-08 9:08 
AnswerRe: Need to beef up resume with design patterns Pin
Malcolm Smart18-May-08 9:24
Malcolm Smart18-May-08 9:24 
AnswerRe: Need to beef up resume with design patterns Pin
Christian Graus18-May-08 11:39
protectorChristian Graus18-May-08 11:39 
AnswerRe: Need to beef up resume with design patterns Pin
PIEBALDconsult18-May-08 17:35
mvePIEBALDconsult18-May-08 17:35 
QuestionAttaching a sql server database Pin
hadad18-May-08 8:32
hadad18-May-08 8:32 
AnswerRe: Attaching a sql server database Pin
Christian Graus18-May-08 11:42
protectorChristian Graus18-May-08 11:42 
QuestionCalendar DayView Control Pin
NewToAspDotNet18-May-08 2:43
NewToAspDotNet18-May-08 2:43 
Questionhwj Pin
hwj102618-May-08 2:24
hwj102618-May-08 2:24 
AnswerRe: hwj Pin
Anthony Mushrow18-May-08 5:50
professionalAnthony Mushrow18-May-08 5:50 
AnswerRe: hwj Pin
Hamid_RT18-May-08 18:29
Hamid_RT18-May-08 18:29 
QuestionHow to get childs window handle ? Pin
hdv21217-May-08 23:29
hdv21217-May-08 23:29 
AnswerRe: How to get childs window handle ? Pin
Giorgi Dalakishvili18-May-08 0:00
mentorGiorgi Dalakishvili18-May-08 0:00 
QuestionPersonal Folder Problem in C# Pin
mohant$.net17-May-08 20:04
mohant$.net17-May-08 20:04 
QuestionGetting path of executing assembly Pin
danielk_17-May-08 19:06
danielk_17-May-08 19:06 
AnswerRe: Getting path of executing assembly Pin
mav.northwind17-May-08 21:58
mav.northwind17-May-08 21:58 
GeneralRe: Getting path of executing assembly Pin
Brady Kelly18-May-08 1:55
Brady Kelly18-May-08 1:55 
AnswerRe: Getting path of executing assembly Pin
#realJSOP18-May-08 1:49
professional#realJSOP18-May-08 1:49 
string path1 = System.IO.Path.GetDirectoryName(System.Reflection.Assembly.GetExecutingAssembly().CodeBase);

string path2 = System.Environment.CurrentDirectory;

using System.Windows.Forms;
string path3 = Application.ExecutablePath;


The value for path1 on my system is "file:\\K:\\VS2008\\ConsoleTester\\ConsoleTester\\bin\\Debug"

The value for path2 on my system is "K:\\VS2008\\ConsoleTester\\ConsoleTester\\bin\\Debug"

The value for path3 on my system is "K:\\VS2008\\ConsoleTester\\ConsoleTester\\bin\\Debug\\ConsoleTester.exe"


"Why don't you tie a kerosene-soaked rag around your ankles so the ants won't climb up and eat your candy ass..." - Dale Earnhardt, 1997
-----
"...the staggering layers of obscenity in your statement make it a work of art on so many levels." - Jason Jystad, 10/26/2001


AnswerRe: Getting path of executing assembly Pin
Brady Kelly18-May-08 2:20
Brady Kelly18-May-08 2:20 
GeneralRe: Getting path of executing assembly Pin
danielk_18-May-08 3:26
danielk_18-May-08 3:26 
QuestionC# SendMessage in C++ Pin
luisgrimaldo17-May-08 17:57
luisgrimaldo17-May-08 17:57 
AnswerRe: C# SendMessage in C++ Pin
Christian Graus17-May-08 18:09
protectorChristian Graus17-May-08 18:09 
GeneralRe: C# SendMessage in C++ Pin
luisgrimaldo17-May-08 18:19
luisgrimaldo17-May-08 18:19 
GeneralRe: C# SendMessage in C++ Pin
Christian Graus17-May-08 18:35
protectorChristian Graus17-May-08 18:35 
Questionfile download c# asp.net Pin
irusul17-May-08 13:09
irusul17-May-08 13:09 

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.