


This is long. Bear with me, as I will really go through all the convolutedstuff that shows there is a problem with streams (at least when used toredirect stdout).The basic idea is that my application (VB.NET) will start a process,redirect its stdout and capture that process' output, displaying ...
I'm attempting to create an objectdatasource of the most simple kind to justreturn a list of file names tobe bound to a grid viewbasicly i want to just list the file names from a directory with mp3 as theextention.the class i have created is as follows: and it is very incompleteImports ...
I'm attempting to create an objectdatasource of the most simple kind to justreturn a list of file names tobe bound to a grid viewbasicly i want to just list the file names from a directory with mp3 as theextention.the class i have created is as follows: and it is very incompleteImports ......
I'm attempting to create an objectdatasource of the most simple kind to justreturn a list of file names tobe bound to a grid viewbasicly i want to just list the file names from a directory with mp3 as theextention.the class i have created is as follows: and it is very incompleteImports .........
Hello,I'vetried searching and searching, but I've had no real luck. I'm workingon sending an email via an external SMTP server (I'm trying to useGmail.com, could this be a problem?) and then send to another email,which also happens to be a Gmail.com address.Now, beforeposting my code, I'd ...
HiI'm working on a windows based application which spawns lots of simultaneous threads using the ThreadPool. Each thread makes a Http request to a unique server using HttpWebRequest. When the amount of servers is low - everything is cool. The servers which are down are causing a Time Out ...
When I'm uploading files to an FTP server running Unix (which I don't have any control over) I repeatedly get:System.Net.WebException: The remote server returned an error: (500) Syntax error, command unrecognized. at System.Net.FtpWebRequest.SyncRequestCallback(Object obj) at ...
Hi,I want to make a Chat Client that is similar to Miranda IM. But I am new to this and doesn't knwo how to start. Also, I doesn't want to use the Open source software. though I come to know that Yahoo and MSN provide there API for the same. But on doing googlyyyyy I doesn't found any such ...
Can we login to yahoomail using a C# window application without opening yahoo in browser...If yes....Please guide.... ...
i want to send my an IM to yahoo messenger friends from a web page.i want to write my Yahoo IM ID and a mesage send to all of my friends like a PM.does anyone have an idea?...
I am not sure if this is the right place to ask this question, but it seemed as likely as any. Basically, I'm looking for informaiton about RMS and Microsoft's implementation of XrML. I want to know if the TRACK field of XrML is used with the RMS server. Also, is it possible to specify in ...
I'm having challenges moving my working asp.net app in VS05 running on xp to production server running srv03/iis6/FW 2.0. Are there do's and dont's that i should know about?I've posted two other threads to no avail. Please advice.(First thread)was directed to post here after first ...
Hey Everybody,I hope anyone can help.My problem is: I am creating a program in VS2005 in C#.The program needs to send data to and receive data from a desktop PC.This has to be done using Modems. I was thinking of doing this using XModem (and maybe YModem)I found a DLL to do this from the ...
Is there a way to create an XMLHttpRequest (or something similar) in C#?...
Hello Everyone!environment: Visual Studio 2005, C# I'm failed to do the following when webserver requires http authentication:XmlDocument _xmldoc = new XmlDocument();_xmldoc.Load("http://localhost/test.xml"); I got exception:"The remote server returned an error: (401) ...
