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

.NET (Core and Framework)

 
GeneralRe: help me to make my program work faster [modified] Pin
thesad12-Mar-07 19:10
thesad12-Mar-07 19:10 
AnswerRe: how to overlap image Pin
Dave Kreskowiak12-Mar-07 4:55
mveDave Kreskowiak12-Mar-07 4:55 
Questionhow to start a windows application at windows start up in c# Pin
sainyam12-Mar-07 0:12
sainyam12-Mar-07 0:12 
AnswerRe: how to start a windows application at windows start up in c# Pin
Colin Angus Mackay12-Mar-07 0:28
Colin Angus Mackay12-Mar-07 0:28 
AnswerRe: how to start a windows application at windows start up in c# Pin
Dave Kreskowiak12-Mar-07 4:51
mveDave Kreskowiak12-Mar-07 4:51 
QuestionStringFormat.Alignment and StringFormat.LineAlignment Pin
Paul Selormey11-Mar-07 21:34
Paul Selormey11-Mar-07 21:34 
AnswerRe: StringFormat.Alignment and StringFormat.LineAlignment Pin
Thomas Stockwell22-Mar-07 8:13
professionalThomas Stockwell22-Mar-07 8:13 
QuestionAccessing files from a remote system or server Pin
vikram.vit10-Mar-07 0:46
vikram.vit10-Mar-07 0:46 
Hi All !!
Pls help....i dont know much of .NET and have been given an assignment to search files in a server according to filename and extension. The files are stored in StarTeam repository and we have to use a FileCollection object to store the files from Server and search it. I am able to connect to Server and find the directory where the files have been stored..But how to load them into FileCollection, i am not able to get..Please help...

I have written something like--->
<br />
private Borland.StarTeam.FileCollection filecol;<br />
private Borland.StarTeam.Server Server;<br />
private Borland.StarTeam.ServerAdministration ServAdmn;<br />
//Connected to server by some code<br />
<br />
private Borland.StarTeam.Folder rtFolder = Server.Projects[0].Views[0].RootFolder;<br />
String strRootPath = rtFolder.Path;<br />
<br />
System.IO.DirectoryInfo dir = new System.IO.DirectoryInfo("ServerIpAddress\\" + strRootPath + "\\" ); //this method is not supporting IP Addresses.....<br />
           //Above code not working with IP address...if local hard drive is given, it<br />
           //works fine<br />
            foreach (System.IO.FileInfo f in dir.GetFiles(filename))<br />
             { <br />
              listBox1.Items.Add(f.Name);<br />
             }<br />
<br />


Please help how to search files in remote system..Is there any other dedicated method other than System.IO.DirectoryInfo class method's that can fulfil the purpose...
Thanks in advace.
AnswerRe: Accessing files from a remote system or server Pin
Dave Kreskowiak10-Mar-07 4:03
mveDave Kreskowiak10-Mar-07 4:03 
QuestionOpen source team search! Pin
Mehran Farshadmehr9-Mar-07 2:21
Mehran Farshadmehr9-Mar-07 2:21 
AnswerRe: Open source team search! Pin
Vasudevan Deepak Kumar9-Mar-07 6:18
Vasudevan Deepak Kumar9-Mar-07 6:18 
GeneralRe: Open source team search! Pin
Mehran Farshadmehr9-Mar-07 7:56
Mehran Farshadmehr9-Mar-07 7:56 
Questioncustome disassembler for biztalk Pin
sweetdecember1029-Mar-07 0:14
sweetdecember1029-Mar-07 0:14 
AnswerRe: custome disassembler for biztalk Pin
JoeSharp9-Mar-07 0:47
JoeSharp9-Mar-07 0:47 
Questionhelp me Pin
nandhusivakumar8-Mar-07 23:49
nandhusivakumar8-Mar-07 23:49 
AnswerRe: help me Pin
Mircea Puiu8-Mar-07 23:58
Mircea Puiu8-Mar-07 23:58 
Questionbrowse path with FolderBrowserDialog Pin
mhadamji8-Mar-07 12:12
mhadamji8-Mar-07 12:12 
QuestionHow to have multithread on a socket (one thread read, other thread write) Pin
Spulit8-Mar-07 6:27
Spulit8-Mar-07 6:27 
AnswerRe: How to have multithread on a socket (one thread read, other thread write) Pin
led mike8-Mar-07 7:31
led mike8-Mar-07 7:31 
GeneralRe: How to have multithread on a socket (one thread read, other thread write) Pin
Spulit8-Mar-07 7:39
Spulit8-Mar-07 7:39 
GeneralRe: How to have multithread on a socket (one thread read, other thread write) Pin
pbraun8-Mar-07 9:18
pbraun8-Mar-07 9:18 
GeneralRe: How to have multithread on a socket (one thread read, other thread write) Pin
Spulit8-Mar-07 14:19
Spulit8-Mar-07 14:19 
GeneralRe: How to have multithread on a socket (one thread read, other thread write) Pin
led mike9-Mar-07 4:30
led mike9-Mar-07 4:30 
QuestionHow multiple instances listen to a UDP socket Pin
nsutanto8-Mar-07 5:08
nsutanto8-Mar-07 5:08 
QuestionProcess component and redirecting standard output Pin
SquidDigger8-Mar-07 4:09
SquidDigger8-Mar-07 4: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.