| Thread | Last Post | Replies |
|
| Identify a file type and open the file | 23 Mar 2006 00:07 GMT | 1 |
I want to write C# code to identify a file type and open the file in the associated editor. For example, text files should be identified and opened in notepad, html should be opened in internet explorer/netscape/mozilla.
|
| Know the version of the framework | 22 Mar 2006 20:19 GMT | 2 |
¿¿ Is there any liitle code or sentce in c# or VB to know the version of ASP.NET ???
|
| Generic Lists Desing Issue | 22 Mar 2006 19:56 GMT | 2 |
Generic Lists are great! But I think you missed a opportunity. Here is my problem. I made a Collection "Family: List<Person> "
|
| Dynamically Determining an Objects Property | 22 Mar 2006 18:31 GMT | 3 |
I have an object with 30+ exposed properties. How can I, based on a string input, retrieve the value of a specific property? Here's what I'm doing right now: Function GetField(ByVal FieldName as String) as String
|
| Loading method on runtime | 22 Mar 2006 16:27 GMT | 3 |
I am storing method names in one xml file , on run time i read method name for ex class1.Method1 , I want invoke this method is there any facility in system.reflection to load the methods like we load assemblies using assembly.load. I would have instantiated the class before ...
|
| for some reason when i deploy my C# application on windows 2003 occasionaly rdr[0].ToString() hangs where rdr is a System.Data.SqlClient.SqlDataReader. Is there a fix for this? is my visual studio.net out dated? | 22 Mar 2006 14:30 GMT | 1 |
for some reason when i deploy my C# application on windows 2003 occasionaly rdr[0].ToString() hangs where rdr is a System.Data.SqlClient.SqlDataReader. Is there a fix for this? is my visual studio.net out dated?
|
| .net won't execute Sql Command | 22 Mar 2006 14:16 GMT | 4 |
is there any reason why a sql command will execute in sql server and not in Vb.Net? It takes about 1.5 minutes to execute.. Would the timeout have anything to do with it? If so how do I increase it?
|
| C# code needed to open the windows "Open with" dialog | 22 Mar 2006 13:59 GMT | 2 |
I need C# code needed to open the windows "Open with" dialog Regards, Shilpa
|
| Process.Start() throws an error saying "Setup error: failed to load resources from resource file Please check your Setup" | 22 Mar 2006 13:25 GMT | 5 |
I have a .NET Windows Forms application, written in VB.NET and C#. [.NET runtime version: 1.0; Operating System: Windows XP.] I am opening a URL from the application using Process.Start(). The URL points to a java servlet running on apache-tomcat.
|
| C# code needed to open the windows "Open with" dialog | 22 Mar 2006 13:17 GMT | 1 |
I need C# code needed to open the windows "Open with" dialog Regards, Shilpa
|
| Decimal/Single/...: which Numeric-type to use? | 22 Mar 2006 12:19 GMT | 10 |
I'm having some troubles with my numeric-types in my VB.NET 2005 application, together with a SQL Server 2000. - I first used Single in my application, and Decimal in my database. But a Single with value 4.475 was converted to a Decimal with value
|
| Can't cancel the validation when the control lost focus to a userc | 22 Mar 2006 08:51 GMT | 1 |
I have problem with a control when its causesValidation property is set to true. It is actually happens in .NET Framework 1.1. When I lost focus from this control to another control within a user control
|
| Adding Data Source Error: Key Not Valid For Use In Specified State | 22 Mar 2006 08:05 GMT | 3 |
I'm getting the following error when trying to add a Data Source to a brand new project: "Key not valid for use in specified state". I've created a new Windows Application project. I go to the Data menu and choose 'Add New Data Source...'. I select 'Database' and hit the Next ...
|
| Comparing changes between two versions of an assembly | 22 Mar 2006 07:34 GMT | 3 |
Anyone know if there is a tool out there that will list out the public type/member changes between two versions of an assembly? Thanks in advance, Bill
|
| Identify a file type and open the file | 22 Mar 2006 06:37 GMT | 2 |
I want to write C# code to identify a file type and open the file in the associated editor. For example, text files should be identified and opened in notepad, html should be opened in internet explorer/netscape/mozilla.
|