Networking and Communication RSS

NAVIGATION
CATEGORIES
REFERRENCE
LINKS
  • Strange behavior of redirected stdout. Streams Broken?

    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 ...

    2 answers | 959 bytes | related search similar search Add To My Delicious Add To My Stumble Upon Add To My Google Mark Add To My Facebook Add To My Digg Add To My Reddit

  • attempting to create an objectDataSource for files

    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 ...

    1 answers | 601 bytes | related search similar search Add To My Delicious Add To My Stumble Upon Add To My Google Mark Add To My Facebook Add To My Digg Add To My Reddit

  • attempting to create an objectDataSource for files

    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 ......

    0 answers | 601 bytes | related search similar search Add To My Delicious Add To My Stumble Upon Add To My Google Mark Add To My Facebook Add To My Digg Add To My Reddit

  • attempting to create an objectDataSource for files

    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 .........

    0 answers | 1149 bytes | related search similar search Add To My Delicious Add To My Stumble Upon Add To My Google Mark Add To My Facebook Add To My Digg Add To My Reddit

  • your code solution please?: System.Web.Mail Help Please...

    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 ...

    14 answers | 1730 bytes | related search similar search Add To My Delicious Add To My Stumble Upon Add To My Google Mark Add To My Facebook Add To My Digg Add To My Reddit

  • Yet another trouble with HttpWebRequest.GetResponse()

    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 ...

    4 answers | 1280 bytes | related search similar search Add To My Delicious Add To My Stumble Upon Add To My Google Mark Add To My Facebook Add To My Digg Add To My Reddit

  • Yet another .KeepAlive question

    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 ...

    3 answers | 1083 bytes | related search similar search Add To My Delicious Add To My Stumble Upon Add To My Google Mark Add To My Facebook Add To My Digg Add To My Reddit

  • Yahoo Messenger

    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 ...

    1 answers | 567 bytes | related search similar search Add To My Delicious Add To My Stumble Upon Add To My Google Mark Add To My Facebook Add To My Digg Add To My Reddit

  • Yahoo Login application

    Can we login to yahoomail using a C# window application without opening yahoo in browser...If yes....Please guide.... ...

    3 answers | 128 bytes | related search similar search Add To My Delicious Add To My Stumble Upon Add To My Google Mark Add To My Facebook Add To My Digg Add To My Reddit

  • Yahoo IM

    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?...

    3 answers | 193 bytes | related search similar search Add To My Delicious Add To My Stumble Upon Add To My Google Mark Add To My Facebook Add To My Digg Add To My Reddit

  • XrML and RMS

    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 ...

    2 answers | 472 bytes | related search similar search Add To My Delicious Add To My Stumble Upon Add To My Google Mark Add To My Facebook Add To My Digg Add To My Reddit

  • XP Pro IIS/Framework 2.0 and Srv03/Framework 2.0

    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 ...

    3 answers | 579 bytes | related search similar search Add To My Delicious Add To My Stumble Upon Add To My Google Mark Add To My Facebook Add To My Digg Add To My Reddit

  • XModem on PPC (WinCE)

    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 ...

    0 answers | 770 bytes | related search similar search Add To My Delicious Add To My Stumble Upon Add To My Google Mark Add To My Facebook Add To My Digg Add To My Reddit

  • XMLHttpRequest Problem

    Is there a way to create an XMLHttpRequest (or something similar) in C#?...

    4 answers | 72 bytes | related search similar search Add To My Delicious Add To My Stumble Upon Add To My Google Mark Add To My Facebook Add To My Digg Add To My Reddit

  • XmlDocument.Load("http://localhost/test.xml") failed because of localhost basic http a

    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) ...

    2 answers | 409 bytes | related search similar search Add To My Delicious Add To My Stumble Upon Add To My Google Mark Add To My Facebook Add To My Digg Add To My Reddit

QUESTION ON ".NET Framework Networking and Communication"
MSDN DEVELOPMENT