| Thread | Last Post | Replies |
|
| Strange problem with sharpziplib, xml and utf-8 encoding | 12 Dec 2007 15:39 GMT | 4 |
I am having a very strange problem with the sharpziplib and xml files. In my application I am uploading a zip file which contains an xml file via HttpPostedFile: private void getProject(HttpPostedFile file)
|
| How to find named pipes | 12 Dec 2007 15:33 GMT | 4 |
I would like to know is there a way to find out if any named pipes are running in a box. How can I go about doing that? Or is there a way to find out if a particular named pipe already running? Thanks
|
| issue with popualting a message on asp:label server control | 12 Dec 2007 15:24 GMT | 1 |
i have a problem on populating a message on asp:label server control.I am able to insert records into the table.but it is not populating any message like "Records entered successfully". i wanted to implement this .how to proceed can anybody tell me about this . i am using
|
| List to contain objects that derive from a generic base class | 12 Dec 2007 14:19 GMT | 2 |
I have a generic base class and need a list to contain different types of objects that derive from this. Public class genericBase<T> where T: ConfigBase{} I have tried :
|
| Rendering issue: AutoScrollMinSize and AutoScale | 12 Dec 2007 13:07 GMT | 4 |
I'm running into a scaling issue. I'm having a simple form. I have some control in that form (2 group boxes, one dock to the left , the other set to fill, with some misc. controls in them).
|
| Import xls spreadsheet and create a MS SQL server table | 12 Dec 2007 13:05 GMT | 1 |
I'm trying to import an excel spreadsheet and automatically create a table in MS SQL 2005 server. Do someone can help me? Thanks Vox69
|
| CPU usage is high, can I know what is hogging the CPU? | 12 Dec 2007 12:49 GMT | 2 |
In short, is there any way to know the very code that is currently hogging the CPU? I've written an application which continously GETting web pages using HttpWebRequest's asynchronous methods (it only GETs responses
|
| Reading and writing registry values that are not there in Vista. | 12 Dec 2007 12:17 GMT | 2 |
I have an application that reads some registry values stored in the Local Machine\Software\... key. In XP, I can see these values using RegEdit. In my application I can read the values at startup, and change the values during the
|
| Open Source PDF library for C# for data tables | 12 Dec 2007 10:07 GMT | 1 |
I'm looking for an open source C# library that can convert an html table into pdf document. Right now I am using a commercial implementation and drawing a table manually. I am losing sleep and some hair doing it this way... Any recommendations?
|
| Scrolling Large Text File Without Hogging Memory | 12 Dec 2007 08:49 GMT | 4 |
I don't want to re-invent the wheel and am looking for a simple implementation of a text viewer or RichTextBox in read only mode that allows rapid file positioning within large data files without the time consuming and memory hogging associated with loading the entire file.
|
| array of BackgroundWorker's hung | 12 Dec 2007 04:55 GMT | 2 |
I'm trying to figure out why the following doesn't work. It hang waiting for a BackGroundWorker to become "un busy". With the 11 item in the queue the first 10 get to the DoWork but never to RunCompleted. If the items in the queue are equal to MaxWorker then everything works
|
| Calculating Miles per Degree Longitude - Check my Math Please | 12 Dec 2007 04:45 GMT | 12 |
I need to calculate miles per degree longitude, which obviously depends on latitude since lines of longitude converge at the poles. Via Google, I've come up with the following calculation: private const double MilesPerDegLat = 69.04;
|
| Is Sql Server Express embedded with Visual Web Developer 2008 Express? | 12 Dec 2007 04:23 GMT | 1 |
I'm wonder if installing Visual Web Developer 2008 Express version an Express version of Sql Server 2005/2008 will be installed too or must Sql Server Express be installed separately??
|
| How to create password protected files thru C# | 12 Dec 2007 03:07 GMT | 7 |
I want to create a log file from my C# code. Currently I am encrypting the contents of this log file, but now the requirement is that no one should not be able to open this file from Windows Explorer. (Currently if we open the file using some editor, the encrypted contents are
|
| XML parsing | 12 Dec 2007 02:21 GMT | 7 |
My XML looks like this: <cars> <mfg name="honda"> <car name="accord" />
|