| Thread | Last Post | Replies |
|
| edit file details? | 18 Sep 2007 02:56 GMT | 2 |
Does anyone know how I can programatically access the file properties displayed in the Summary tab of the file properties under XP and the Details tab of the file properties under Vista...? It would be nice to be able to get at the stuff under the Version tab in XP as well - but I
|
| C# needing to consume perl/SOAP::Lite service | 18 Sep 2007 01:18 GMT | 1 |
I have a SOAP::Lite package written in perl on a *nix environment that I need to consume from a C#. The classes in perl are pretty simple, each taking a string and returning a string (ranging from 1 bytes, to 20mb). The problem is I don't have a WSDL interface, that I would
|
| Service name | 17 Sep 2007 22:42 GMT | 6 |
I would like to ask how can I with C# find out the service name on non-English Windows OS. Thanks, Lubomir
|
| C# parsing html DOM example ? | 17 Sep 2007 22:35 GMT | 1 |
I need some examples of parsing an html DOM with C#, anyone got a few ?
|
| 3000 Java , .NET , C# , SQL, testing , networking interview questions | 17 Sep 2007 21:42 GMT | 1 |
3000 Java , .NET , C# , SQL, testing , networking interview questions http://www.questpond.com
|
| Questions About Delegates | 17 Sep 2007 21:14 GMT | 6 |
The following questions are with respect to this delegate declaration: delegate void MyDelegate(string s); Question 1: Why does the following NOT work? Why can't I just create a new instance of
|
| C# log component | 17 Sep 2007 19:50 GMT | 25 |
I am using C# and Visual Studio 2005 to develop a class library. I am wondering whether there are any built-in log component in C# so that I can utilize directly other than write from scratch? I am also wondering if there does exist such log component, if multiple
|
| string.Empty | 17 Sep 2007 19:21 GMT | 40 |
I have been told that it is a good idea to *always* declare string variables with a default value of string.Empty - for cases where an initial value is not known... like this: string myString = string.Empty; // do this
|
| Problem instantiating an array of objects or array of class instances | 17 Sep 2007 19:16 GMT | 3 |
Below is my problem. I've narrowed it down to one thing: my unfamiliarity on how class instances are instantiated in an array. This is because the "un-array" / "non-array" version of the program works fine (see below). So what is the problem? I get a null
|
| Display multi line text as one item in a listbox | 17 Sep 2007 19:11 GMT | 2 |
I am relatively new to Windows forms, i am using a listbox to show items in Compact Framework 2.0. I want to display something of this sort Name: John Email:j...@gmail.com
|
| Fast creation for huge DataGridView? | 17 Sep 2007 18:54 GMT | 3 |
I need to build and display a huge data grid (roughly 5000x5000). (I know it is difficult to view, but i need to do it anyway) the immediate problem i am facing is that it takes a VERY long time to add 5000 columns. i created an array of DataGridViewTextBoxColumn[] and called
|
| How to show individual pixels? (Was: Show Me The Pixel) | 17 Sep 2007 18:54 GMT | 4 |
When I zoom in on an image, GDI+ automatically smoothens the edges between the pixels. I am looking for a way to see the individual pixels as squares in the enlarged image, like in MSPaint. I searched in vain in the enumerations System.Drawing.Drawing2D.SmoothingMode and
|
| Read Write Word Hyperlinks | 17 Sep 2007 18:49 GMT | 1 |
The original posting "RE: Read Write Hyperlinks Microsoft.Office.Interop.Word" has been languishing from lack of attention! Please see my detailed posting of 8/14/2007 9:53am under the original subject, I need further assistance, this problem is not solved.
|
| Show Me The Pixel | 17 Sep 2007 18:44 GMT | 2 |
When I zoom in on an image, GDI+ automatically smoothens the edges between the pixels. I am looking for a way to see the individual pixels as squares in the enlarged image, like in MSPaint. I searched in vain in the enumerations System.Drawing.Drawing2D.SmoothingMode and
|
| Decompilation | 17 Sep 2007 18:28 GMT | 4 |
What tools and what strategy can one use to decompile a compiled C#-project?
|