| Thread | Last Post | Replies |
|
| A question for those experienced in project managmement . . . | 30 Dec 2005 02:16 GMT | 3 |
I am in involved in the creation of a .NET application and was wondering if there are any "rules of thumb" in terms of the percentage of time typically required for each step in the development process? Are there any good websites that discuss these types of issues?
|
| Who Deleted That File? | 29 Dec 2005 23:56 GMT | 1 |
Is there a way to log the domain username of a user who deletes a file from a network share?
 Signature Jeff
|
| count dynamic controls | 29 Dec 2005 21:46 GMT | 8 |
In ASP.net 2.0 I make a control which add the same controls dynamically. In the oninit event I add the controls to the controls collection. After that the loadviewstate event fills in the information on postbacks. The control can add and delete controls that is why on the ...
|
| TreeView CheckBoxes, but not their children. | 29 Dec 2005 21:42 GMT | 4 |
I'm writing an app in C# .net 2.0. I want to have a TreeView where the first level of nodes would have check boxes, but their subsequent children would not have check boxes. Is this achievable using the .net controls? If not, how can I make this
|
| Need to know the best method to perform sort merge of log file con | 29 Dec 2005 20:27 GMT | 8 |
I'm trying to write a text log file processor but am having significant performance issues. * On average, there are about 100-200 files to process each file being about 1MB in size.
|
| Help with .NET and Remote Desktop | 29 Dec 2005 18:57 GMT | 2 |
Does anyone have any tutorials on interfacing .NET and remote desktop. I am just learning C# so I don't want to have to deal with anything too complicated and was hoping there were some good tutorials on the remote desktop client and RDP in general.
|
| DataGrid | 29 Dec 2005 17:56 GMT | 2 |
Question: I am attempting to display database information in a datagrid control. When I use the datagrid control in the Windows Forms area, the "data source" and data member properties are not native to the control. I
|
| How to use MS Project in a .net application | 29 Dec 2005 17:56 GMT | 1 |
I want to know whether it is possible to use MS Project in a .Net Application. And what are the ways to be followed to incorporate in .Net Application. We are using Microsoft .Net Framework 1.0 and sybase 12.5. if anybody know about this give me suggestions
|
| Dynamic Parsing of a stream of binary data | 29 Dec 2005 17:53 GMT | 2 |
Hello everyone and happy holidays! I have a situation where I want to parse on the fly a stream of binary data. I am developing an httpmodule for asp.net for file uploading. I do not whant to use the built-in control because it's inadequate.
|
| VB6 and VS .NET 2005 problem | 29 Dec 2005 16:20 GMT | 1 |
I have a problem with calling .NET assembly dll function from VB6 program. I created an assembly in Visual studio .Net 2003 with framework v1.1.4322 installed, exported type library, processed registration for assembly and got reference to it from Visual Basic 6. The created VB6 ...
|
| Resizing gif down. Quality suffers. | 29 Dec 2005 11:35 GMT | 3 |
I'm writing some file upload code using C# for users on my website. If the image is too large I want to resize it smaller to a thumbnail size. It's working fine for jpegs but the thumbnails of the gifs look pretty bad.
|
| What is the fastest way to count lines in a text file? | 29 Dec 2005 09:48 GMT | 14 |
I want to very quickly count the number of lines in text files without having to read each line and increment a counter. I am working in VB.NET and C#. Does anyone have a very fast example on how to do this? Thanks,
|
| Threading in .NET | 29 Dec 2005 09:45 GMT | 1 |
I have a problem regarding the threading issues in .NET. Actually I have a application in which i execute a process by invoking the thread in the background and at the same time I want to display a modal dialog which will only block my UI. It doesn't
|
| Installing .NET 2.0 on Win2k machine | 29 Dec 2005 08:52 GMT | 1 |
When I install .NET 2.0 on a Win2k machine, I'm not seeing the configuration MMC in the control panel. I do see it when I install on WinXP and I see it when I install the beta? Anybody else having this problem? Is this a bug or is configuration done elsewhere? Thanks.
|
| System.Reflection.Assembly.GetExecutingAssembly() | 29 Dec 2005 02:19 GMT | 1 |
Has been trying to get an ASP.NET DLL's modification date/time for the "release date/time" to be displayed on the page's footer Using: System.Reflection.Assembly
|