| Thread | Last Post | Replies |
|
| start/open windows explorer from code | 31 Mar 2006 08:14 GMT | 3 |
I wish i could start the windows explorer control directly from the code but i was not able to find the right way to do it. Could anybody help me please ? Thanks a lot,
|
| Socket error with HTTPWeb Request/Response when copying pictures | 31 Mar 2006 01:30 GMT | 5 |
I have an application that will be copying pictures (gif & jpg) from a virtual directory on a server onto a mobile device when the user chooses to do so. When the pictures begin copying, I sometimes get an error. I can not recreate the error on my handheld, but it occurs ...
|
| New event-based asynchronous pattern broken? | 31 Mar 2006 00:17 GMT | 2 |
With release 2 of the .NET framework, Microsoft introduced a new pattern for asynchronous operations. The process for creating a prime-number computing sample component that utilizes the new pattern is described here:
|
| Slow performance after Conversion C# application to VS 2005 | 31 Mar 2006 00:06 GMT | 6 |
I have a C# Console application written in Visual Studio 2003 processing a lot of data. The application is therefor using .Net 1.1 and runs normally 28 minutes. After converting the project to a Visual Studio 2005 project (same if I rebuild a new project adding the
|
| Application Always compiles | 30 Mar 2006 23:11 GMT | 1 |
When I make modifications to my code and build, VS2003 will compile the entire solution, which is what it is suppose to do, GREAT!!!. However, if i have not modified the code and select Build->Build Solution menu item, it build the entire solution again. how do I stop VS2003 ...
|
| Accessing Bitmap Bits | 30 Mar 2006 23:11 GMT | 2 |
What is the best way to access the bits in a bitmap loaded into an image control (I'm converting a color image to greyscale). I have a method which works, but it seems kindof cludgy. Here is what I did: HBITMAP hSrcBmp; // GDI Bitmap Handle
|
| C# code to open a windows directory | 30 Mar 2006 23:09 GMT | 2 |
I need the C# code to open a windows directory. Regards, Shilpa
|
| Monitoring / detecting assembly calls | 30 Mar 2006 20:11 GMT | 4 |
I was just assigned to a project where I have to use existing .NET 1.1 and 2.0 assemblies, but there is no documentation for them. I have an idea of what each exposed method does, but I do not have a clue as to how the parameters are formatted.
|
| proxy server and aspx | 30 Mar 2006 19:49 GMT | 1 |
I'm developing a proxy server in C#-VS2005. It works fine in standard htm and asp pages. When I request an aspx page the client Explorer waits for a very long time waiting the response, however the proxy server was send to it.
|
| HttpWebRequest.GetResponse() | 30 Mar 2006 18:33 GMT | 2 |
I am curious that if I create an HttpWebRequest object and set the Method of it to "HEAD", when I call GetResponse() do I get the whole document sent from the responding server or do I just get the Headers of the document I requested? Would this also mean, that I don't
|
| Team Foundation Server | 30 Mar 2006 17:09 GMT | 3 |
in several posts I read that the Team Foundation Server is already available ( http://msdn.microsoft.com/vstudio/teamsystem/team/tfs_released/ ) but in our SELECT-Account we could not find it :-( So is the TFS already available and which license is necessary? Thanks!
|
| Problems with nested datagrid | 30 Mar 2006 16:59 GMT | 1 |
I am having problems with asp.net 1.1 and nested datagrid. I have a datagrid (dgDetail) nested inside a datagrid (dgMaster). How can I make all the row editable in dgDetail? So that when I choose edit (on dgMaster) it would show edititem of all rows in dgDetail and
|
| Oracle connection with .Net Framework 2.0 | 30 Mar 2006 16:56 GMT | 3 |
Does anybondy know how to create a connection with Oracle in Visual Studio 2005 (C#). I used the System.Data.OracleClient (VS 20003), but according to the MSDN this namespace works only with the framework 1.1.
|
| error in adding user controls at runtime | 30 Mar 2006 15:26 GMT | 4 |
I have created my own WebControl and want to add it in my aspx page at runtime. it's compiling perfectly, but when i m going to execute, it gives me error of "Object reference not set to an instance of an object." in my
|
| How to impersonate remote user ? Can this be done? | 30 Mar 2006 15:22 GMT | 2 |
I was wondering if this can be done or not to impersonate a user on a remote machine to access certain directories on that machine? If the answer yes, how? Thanks.
|