Click here to Skip to main content
15,890,512 members
Home / Discussions / C#
   

C#

 
GeneralRe: Cancel Click In Inherited User Control Pin
Curtis Schlak.14-Nov-05 11:46
Curtis Schlak.14-Nov-05 11:46 
GeneralRe: Cancel Click In Inherited User Control Pin
User 58385214-Nov-05 19:14
User 58385214-Nov-05 19:14 
GeneralRe: Cancel Click In Inherited User Control Pin
rich_wenger15-Nov-05 2:10
rich_wenger15-Nov-05 2:10 
QuestionListView Sorting Pin
x-trate14-Nov-05 4:14
x-trate14-Nov-05 4:14 
AnswerRe: ListView Sorting Pin
Luis Alonso Ramos14-Nov-05 8:11
Luis Alonso Ramos14-Nov-05 8:11 
QuestionSystem Dialogs Pin
palomo9214-Nov-05 3:52
palomo9214-Nov-05 3:52 
QuestionConverting a relative path into an absolute one Pin
Dan Neely14-Nov-05 3:52
Dan Neely14-Nov-05 3:52 
AnswerRe: Converting a relative path into an absolute one Pin
Curtis Schlak.14-Nov-05 4:55
Curtis Schlak.14-Nov-05 4:55 
Have you looked at the Path.GetFullPath( string ) method?

From the documentataion:
Returns the absolute path for the specified path string.


For example, if I write a console application that contains the following statement as the sole entry in the Main function:

Console.WriteLine( System.IO.Path.GetFullPath( "..\\.\\moo.txt" ) );


and run it from the Command window, I'd get:


c:\dir1\dir2\dir3\dir4> RunGetFullPathTest.exe
c:\dir1\dir2\moo.txt

c:\dir1\dir2\dir3\dir4>



"we must lose precision to make significant
      statements about complex systems."
              -deKorvin on uncertainty

GeneralRe: Converting a relative path into an absolute one Pin
Dan Neely14-Nov-05 5:19
Dan Neely14-Nov-05 5:19 
GeneralRe: Converting a relative path into an absolute one Pin
Curtis Schlak.14-Nov-05 5:30
Curtis Schlak.14-Nov-05 5:30 
QuestionCustom control that can contain other controls Pin
Christian Wikander14-Nov-05 3:04
Christian Wikander14-Nov-05 3:04 
AnswerRe: Custom control that can contain other controls Pin
Gulfraz Khan14-Nov-05 5:04
Gulfraz Khan14-Nov-05 5:04 
QuestionFire events without BeginInvoke? Pin
Russell Jones14-Nov-05 3:03
Russell Jones14-Nov-05 3:03 
AnswerRe: Fire events without BeginInvoke? Pin
S. Senthil Kumar14-Nov-05 4:45
S. Senthil Kumar14-Nov-05 4:45 
AnswerRe: Fire events without BeginInvoke? Pin
Frederic Vaillancourt14-Nov-05 10:32
Frederic Vaillancourt14-Nov-05 10:32 
QuestionMessagebox with YestToAll, NoToAll Pin
abcxyz8214-Nov-05 1:59
abcxyz8214-Nov-05 1:59 
AnswerRe: Messagebox with YestToAll, NoToAll Pin
Dan Neely14-Nov-05 2:04
Dan Neely14-Nov-05 2:04 
QuestionProblem with devenv in VS.Net 2005. Plz Help!!! Pin
Dhivya Natarajan14-Nov-05 1:19
Dhivya Natarajan14-Nov-05 1:19 
QuestionRegarding Toolbar Pin
A.Grover14-Nov-05 0:35
A.Grover14-Nov-05 0:35 
QuestionDateTimePicker With multi selection Pin
charbelasmar14-Nov-05 0:31
charbelasmar14-Nov-05 0:31 
QuestionActive Directory Problem Pin
Hamzeh14-Nov-05 0:20
Hamzeh14-Nov-05 0:20 
Questionapp.config not visible Pin
sandeep_programmer13-Nov-05 23:54
sandeep_programmer13-Nov-05 23:54 
AnswerRe: app.config not visible Pin
Sean Michael Murphy14-Nov-05 5:18
Sean Michael Murphy14-Nov-05 5:18 
QuestionReturning an array from a web service Pin
Kaliku13-Nov-05 22:57
Kaliku13-Nov-05 22:57 
QuestionMonday in actual Calendar Week Pin
mimei13-Nov-05 22:37
mimei13-Nov-05 22:37 

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.