| Thread | Last Post | Replies |
|
| error in config file | 27 Sep 2006 08:39 GMT | 5 |
My Windows application is developed with VS 2003. It uses an app.config file to read the path and name of my MS SQL Server database. It works fine with .net framework 1.1, but... <?xml version=1.0">
|
| Need a Book ... | 27 Sep 2006 08:26 GMT | 1 |
Hi ... I need a good C# (2005) book that is (hopefully) something between a tutorial and a reference; I'm looking for a book I can turn to to get up to speed on Interfaces, Threading, Delegates, Events, etc. in an hour or two
|
| HRESULT 0x8007007E confusion | 27 Sep 2006 08:22 GMT | 3 |
I'm migrating a project from one machine to a newer machine. The project has several C++/CLI DLLs, as well as a lot of C#. On the older machine, everything runs. On the newer machine, I get a System.IO.FileNotFoundException just as I call into a function using a
|
| how to dynamically load dll ? | 27 Sep 2006 08:17 GMT | 1 |
i want to load and execute an existing dll in a applicaiton dynamically with out giving references etc... need to create separate appdomain or in same appdomain can i load and execute the assembly dynamically..........
|
| Generic or Non-Generic? | 27 Sep 2006 08:10 GMT | 1 |
I´m creating a factory class and I don´t know if it´s better to create it with Generics or not. The basic funcionality would be: public static class DalcFactory<T> public static T Instantiate()
|
| Book Recommendation | 27 Sep 2006 07:17 GMT | 4 |
I'd like to ask for book recommendations, please. I'm a VB guy looking to move to C#. I have quite a fair amount of experience of VB.NET (and prior to that, VB4 through VB6), so I'm not new to programming or the .NET framework itself. I am also quite
|
| Windows form - no cross | 27 Sep 2006 06:57 GMT | 3 |
I want to put an icon on a Windows Form top left hand corner but would like to hide the maximize and close box on the top right hand corner. Can I do that?
|
| serializing non-serializable data members | 27 Sep 2006 06:43 GMT | 4 |
How do I write my own serialization of a class that has non-serializable data members? this problem arose when I tried to serialize RSAParameters, for which the private stuff is not serializable
|
| Do you need JavaScript in ASP.NET? | 27 Sep 2006 06:40 GMT | 22 |
I purchased a book titled "Pro ASP.NET 2.0" to get up to speed on web stuff because I ususally do Windows Form Applications.. But in the first chapters I was reading this week it brought to mind some things I heard in the past that I thought someone could clarify.
|
| Default value in a combo box | 27 Sep 2006 05:35 GMT | 3 |
I would like to have the word "Select" as the default option in a combo box that will retrieve its data from database. I also would like to have the ability to validate the combo box to ensure that the default option not used. This combo box is complex bounded.
|
| HtmlDocument | 27 Sep 2006 05:29 GMT | 9 |
Hi, i want to write a program. Input of this is HTML source code of a web page and output is a treeview representation it structure. I want to write it with HtmlDocument in .net framework 2.0. how i write it?
|
| Adding file version info to C# .NET program | 27 Sep 2006 05:20 GMT | 2 |
How do I add file version info to a C# .NET command line utility? I'd like to update the file version, description, company name, etc. that you see when you right-click the EXE and get its properties. With our C++ code, we'd add a version resource to the RC file. Not sure what ...
|
| Serialize ignoring NonSerializableAttribute | 27 Sep 2006 02:53 GMT | 2 |
If I serialize an object from with the same class, any fields with the NonSerializableAttribute still get serialized but not if I serialize from outside the class. Why?
|
| HTMLParser.Net | 27 Sep 2006 01:53 GMT | 1 |
I'm find a library for HTML Parser is HTMLParser.NET. The library is .Net version of java project HTMLParser. Eveybody can see here: http://www.netomatix.com/Products/DocumentManagement/HTMLParserNet.aspx
|
| List resize | 27 Sep 2006 01:38 GMT | 3 |
It looks like there is no List<> resize in C#, similar to C++'s STL vector<>. Am I missing some alternative? Thanks, jeff
|