| Thread | Last Post | Replies |
|
| How fast is File.Exists | 13 Mar 2006 22:10 GMT | 3 |
This could be a simple thing which I can't decide on. I am working a Document Management System where I need to store the files in a File Server. I was given only one choice that I can only create only one folder and all the files should go under it. My questions is, if I
|
| use unknown dll | 13 Mar 2006 22:05 GMT | 3 |
Hi, I wonder if it is possible to import and use an unknown dll in a C# program? I.e. get to know what public variables, methods, properties etc. the dll contains and get to know what parameters to call the methods with, what the properties return etc. Does it have to be a .net
|
| Run program as different user | 13 Mar 2006 22:02 GMT | 1 |
Sorry if this problem has been discussed, I did not find any useful information. I have one problem regarding C#. I want to run a program from a C# program as a different user. I want to provide the user name and password as
|
| System.Data.OracleClient replacement in .net 2.0? | 13 Mar 2006 21:15 GMT | 2 |
can someone tell me what replaces System.Data.OracleClient .net 2.0? it seems like the namespace was only supported by version 1.1 of the .net framework. many thanks in advance
|
| Project conversions 2005 to 2003? | 13 Mar 2006 21:04 GMT | 2 |
is it possible to easily convert a visual studio 2005 C# project to visual studio 2003 ? thanks
|
| Polling on Mutliple MSMQs | 13 Mar 2006 20:37 GMT | 1 |
Hi All, I have to poll on Multiple Queues for any inbound messages. I was doing it fine earlier when there was only 1 Queue. I had added the ReceiveCompletedEventHandler on the Queue and called the BeginReceive method...
|
| DataGridView : active-row versus Selected-row ??? | 13 Mar 2006 20:11 GMT | 1 |
using the DataGridView (.NET 2005) : after I fill the Grid with some records is the first record highlighted (selected). When I programmatically select the 2nd row in the Grid and deselect the
|
| How was your upgrade to VS.NET 2005? | 13 Mar 2006 18:36 GMT | 18 |
I'm using VS.NET 2003 with Framework 1.1. I want to upgrade to VS.NET 2005 and Framework 2.0. I'd like to hear comments from people that have moved to the new platform with final releases of VS.NET and the framework. I'm interested in any installation and code migration
|
| Is it me or this thing needs a service pack pronto. | 13 Mar 2006 18:03 GMT | 4 |
I am not able to grok, how after so many betas, CTPs, community editions, flawless demos at MSDN shows, ms employees salivating at their mouth over its goodness, etc... VS2005 can suck so hard. Is it just me, or is VS2005 simply filled to the brink with all kinds of bugs? It's
|
| DataGridView : selected-record changes after sorting ??? | 13 Mar 2006 18:00 GMT | 1 |
using the DataGridView (.NET 2005) : I have a row currently selected in the Grid (say the 3rd row showing 'Product3') Now, when I click on a column to sort the records is the 'Product3' row
|
| Trace debug for every method in code | 13 Mar 2006 17:59 GMT | 4 |
This is what my supervisor is looking for. We want runtime debugging/trace logging. In other words, we want to log every method that was executed, perhaps the variables in it as well - everytime the method is executed. This should be such that it can be
|
| how to convert statment | 13 Mar 2006 17:40 GMT | 3 |
how to convert this statement to vb.net??? byte[] buffer = new Byte[checked((uint)Math.Min(4096, (int)fileStream.Length))];
|
| Creating a column of my own datatype in a datatable. | 13 Mar 2006 17:38 GMT | 4 |
I have a datatype that I want to use as a type for a column (It's an enumeration.) but I can't get the syntax right. Can you even do it? Or do I need to do it as a string and convert it back and forth?
|
| Dynamic updates of remote object without service interruption | 13 Mar 2006 16:49 GMT | 3 |
I need some help regarding the mechanism to put in place to be able to dynamically update a remote object when the assembly where it is defined is modified, and this whitout having service interruption. Basically what I'm missing is how do we re-expose a remote object when
|
| determining file type | 13 Mar 2006 16:21 GMT | 1 |
I opened an image file (bmp, jpeg etc) using FileOpenDialog and getting its resolution, height and width. Now I want to get type of the file (not looking at the extension, but which is kept inthe header pf the file). But i couldn't find a method to directly get it by .NET command ...
|