| Thread | Last Post | Replies |
|
| Filesystemwatcher created event | 28 Sep 2006 12:49 GMT | 2 |
I am trying to find out exactly when this even fires when a file is "created" in a directory being monitored. That is, for a large file, that takes several minutes to upload, will the created event fire as soon as the file starts loading, or only when the file has been completely ...
|
| SerializationException on BinaryFormatter.Deserialize | 28 Sep 2006 12:33 GMT | 1 |
Hi I have an application "A" which serialize some data into a file "file.dat". My second application "B" gets the data by deserializing. but deserializing is not working. I am getting SerializationException: {"Unable to find
|
| What happens in HttpWebRequest.GetResponse()? | 28 Sep 2006 12:31 GMT | 1 |
When the function HttpWebRequest.GetResponse() is called, what happened? I mean, does this function return till all HTTP response is downloaded to local machine? or only HTTP header part retrived is enough for the
|
| SmartClient/ClickOnce app deployment | 28 Sep 2006 12:06 GMT | 4 |
I have a SmartClient/ClickOnce app that needs to be deployed to a whole bunch of sites. The app.config would have to be different for each site. I am trying to do this in an automated manner (by calling MSBuild). So MSBuild builds and publishes the app - in the process it
|
| Calling c# code from c++ | 28 Sep 2006 10:40 GMT | 3 |
I have an C++ MFC application and a c# DLL (which contains a Form class). I want to invoke the c# dialog from the C++ application. How do I do it ? thanks,
|
| Add string as attachment | 28 Sep 2006 10:09 GMT | 2 |
this is my first post here.. I'm writing app where I need to send TextBox content as attachment. typical attachment construction is like: mail = new MailMessage()
|
| XmlWriter Question | 28 Sep 2006 10:05 GMT | 2 |
I am using XMLWriter to build xml and I need to build the element below. How do I do this? <Password format="encrypted">password</Password> Thanks
|
| How to programatically test file permissions | 28 Sep 2006 09:52 GMT | 4 |
In one of my asp.net applications I test the existence of a file, like so: File.Exists(Server.MapPath("/path/file.jpg"))); This was failing, even though the path returned by Server.MapPath was clearly present. After some debugging, I discovered that the the asp.net
|
| How to Create Scheduler in dotnet | 28 Sep 2006 09:33 GMT | 1 |
i am working on Dotnet want to create Scheduler in DotNet using C#... how can i do this ?? if any one having idea then pls tell with some sample code .. thanx in advance,
|
| displaying content of an HttpWebResponse object | 28 Sep 2006 09:22 GMT | 2 |
How do you display the content of an HttpWebResponse object on an ASP.NET web page?
|
| Listviewitem font set to bold | 28 Sep 2006 08:52 GMT | 1 |
How do I set a particular listview item text to bold?
|
| Different Entry Point | 28 Sep 2006 08:50 GMT | 3 |
Is is possible to define a different entry point than Main? i.e. [STAThread] static void MainEntryPoint()
|
| Replacing XML Elements programmatically with either VB.Net or C# | 28 Sep 2006 08:25 GMT | 2 |
Hello and God Bless, I am stumped trying to get a simple xml database replacing certain data with other data programmatically. This is what my xml looks like. ****************************************
|
| USB + CHSARP Reference | 28 Sep 2006 08:08 GMT | 1 |
I am trying to find online some decent tutorials about being able to command and control a USB port through a C# application. I have done some minor RS232 work back in the VB6 days and would like to experiment to see where the technology has gone with USB.
|
| will this code work???? | 28 Sep 2006 07:05 GMT | 4 |
public string GetFile(string objXml) { XmlDocument xmlINPUT = new XmlDocument(); xmlINPUT.LoadXml(objXml);
|