| Thread | Last Post | Replies |
|
| FTPWebRequest always timeouts | 22 Aug 2006 17:32 GMT | 2 |
I am running the following code (using VS 2005) with the appropriate username and password and the request always timeouts: FtpWebRequest request = (FtpWebRequest)WebRequest.Create("ftp://integration300:20/");
|
| Access to a user's Special Folders | 22 Aug 2006 17:28 GMT | 12 |
How can I get access for another user's special folder locations? A configuration file is stored in the users' appData folder and the program altering it will be ran under the admin.
|
| Create an Xml file from a Schema file | 22 Aug 2006 17:23 GMT | 2 |
I'm trying to create an XML file whose structure is defined by a separate schema file. Can someone show me how this is done? I can't find any examples in documentation.
|
| Combobox display and value member | 22 Aug 2006 16:59 GMT | 3 |
I'm trying to fill my combobox per code, not with a DataSet because I want to have an empty row in it and this wasn't possible when working with a DataSet. The fill works fine, but when I set the value and display member I get false values.
|
| Changing ListView Column Header Graphic | 22 Aug 2006 16:55 GMT | 3 |
My listview will sort but I would like the column headers to contain up or down arrows to indicate the sort direction. I have an image on the column header, but I'm having a heck of a time figuring out how to programmatically change it. I can't find the property. Someone
|
| Application.Exit doesn't raise the OnClosing event??? | 22 Aug 2006 16:55 GMT | 5 |
The Application.Exit (called from a worker thread) method doesn't cause the OnClosing event handler to be run - is that a default behaviour??? If so - what should I do to properly close all threads etc. Thanks
|
| HTML Parser with C#? | 22 Aug 2006 16:44 GMT | 4 |
I've got a local file filled with html data.. I want to format them and store them in mySQL is it a good idea to use C# to begin with? I have zero experience with C#, but I really want to do somethin' like this
|
| Drawing of a form | 22 Aug 2006 16:39 GMT | 1 |
I have a problem with drawing of a form....in more detail: I have a main form that holds more inner forms inside it. Each of these forms contain a main user control which also hold 5 or 6 smaller user controls. All of the inner forms have defined the property FormBorderStyle
|
| Deep Copy | 22 Aug 2006 16:35 GMT | 4 |
I know this should not be difficult but I'm stuck. I have an object that's made up of several other objects. The details don't matter but it's moderately complex. I have a form that users can select when they wish to make changes to the object properties. For a
|
| Convert String Value into XML | 22 Aug 2006 16:19 GMT | 5 |
I am pretty to new to .NET/C# so go easy! I am developing a Web Service call to a Java Web Service and it is all working fine - it is returning me back a String value which in all reality is an XML file (the content of the string is a valid well-formed
|
| multiple "case" in a switch | 22 Aug 2006 16:11 GMT | 4 |
I've been unsuccessful finding a site that tells me, so I'm asking here: can I have multiple 'clauses' per 'case' in a 'switch' statement? e.g. switch "myVar"
|
| Passing Complex objects to MSMQ | 22 Aug 2006 16:09 GMT | 3 |
I am building a system in C# 2.0 using the master - worker design pattern The system is supposed to work as follows: 1. The Master sends Command objects to several workers
|
| Handling System.IO.File methods in C# | 22 Aug 2006 15:45 GMT | 1 |
My application is writing relevent events to log file on local machine. Due to amount of transactions i need to open new log everyday and to save the last one according to the next flow: If the log file exists , check what is the log file creation date ,
|
| MSBuild multiple projects with a single assembly version | 22 Aug 2006 15:37 GMT | 2 |
I am trying to create a build process using MSBuild that will build my multiple projects all with the same AssemblyVersion and AssemblyFileVersion. I have tried using the AssemblyInfo task from the community tasks projects (http://msbuildtasks.tigris.org/) and the
|
| Windows Service, Web Service and SQL Server Database Locking | 22 Aug 2006 15:29 GMT | 1 |
Apologies if this is the incorrect group for this post. I have a Windows Service running that populates a database and a Web Service that accesses the same SQL 2000 database. One of my tables within the database records the filenames of files
|