| Thread | Last Post | Replies |
|
| How to connect HTTP or HTTPS with the help of url in console application | 13 Oct 2006 10:18 GMT | 1 |
Hello friends, I want to connect http or https by taking url, username & password from user (if necessary )& then connect to download file from that source in console application.
|
| Deleting items in a list | 13 Oct 2006 10:03 GMT | 1 |
My app populates a list of custom objects from data fetched from a database. What i want to do now is filter the list and remove items from the list that don't match the filter criteria. I was thinking of using foreach to traverse the list and dynamically remove
|
| User.config in .NET 1.1 | 13 Oct 2006 09:37 GMT | 1 |
Does .NET 1.1 (VS 2003) support using user.config for updateable user settings? I've only found posts on using the read-only app.config. Br, Tom
|
| Downloading code project dll's? | 13 Oct 2006 09:26 GMT | 4 |
Is it ok to let users download DShowNet.dll from my site instead of www.codeproject.com that needs username & password? The software using dll is for detecting meteors from night sky and used in a non-business manner.
|
| Profiling an app | 13 Oct 2006 09:07 GMT | 2 |
I am trying to profile the memory usage of an application. In Task Manager, I can add Virtual Memory Usage (VM Usage). I am confused by this metric. Usually it is close to the Mem Usage value. However, on my laptop I turned off Virtual memory (e.g. I have no paging file),
|
| Looping through items | 13 Oct 2006 08:42 GMT | 1 |
I am writing Outlook Add-in project using C#. I want to loop through calender items from 17-Oct=2006 to 10-Jan-2007. If I found any Meeting request I want to delete that items. Anybody knows how to do it. I am looking for the following logic
|
| TreeView doesn't show last item | 13 Oct 2006 08:08 GMT | 6 |
in my WinForm-Application i have a strange problem with the TreeView Control. As you can see in the samplecode below, i fill the TreeView by adding some nodes with sub nodes. (The subnodes don't matter in the first place.)
|
| treeview control 2.0 scroll to top | 13 Oct 2006 05:45 GMT | 3 |
Hello Gurus, After loading my treeview control in windows form, how to i scroll to the top and select the 1st node? Any help is greatly appreciated
|
| Export Crystal report to PDF | 13 Oct 2006 05:39 GMT | 5 |
Could any one give a sample example on how to export crystal report called "MyReport.rpt" to PDF using Crystal Report !!? Thanks
|
| Open Crystal Report | 13 Oct 2006 04:31 GMT | 2 |
I have a regular C# form with a button on it. I want to click the button and open the report. What code do I need to open the report? Thanks-in-advance.
|
| A dictionary with many keys for the same value | 13 Oct 2006 03:51 GMT | 6 |
I'd like to find a .NET Collection in which I will be able to set many keys for the same object. For example, I would like to do something like that : Dictionary<long, string> collection = new Dictionary<long, string>();
|
| VS command prompt vs Windows one? | 13 Oct 2006 03:44 GMT | 2 |
Is there a difference between the command prompt in Visual Studio 2005 and the one that's in Windows? Thanks, Ron
|
| Any good c# api on internet? | 13 Oct 2006 03:19 GMT | 1 |
I'm a newbe on c#. Is there any good api for c# classlibrary(.net) on the internet that you can recommend? I'm thinking something like javas api. Regards /Tom
|
| If a DataGrid.DataSource is an IList, not a DataTable, is there a way similar to dt.AcceptChanges(), dt.RejectChanges() | 13 Oct 2006 03:14 GMT | 1 |
If a DataGrid.DataSource is an IList, not a DataTable, is there a way similar to dt.AcceptChanges(), dt.RejectChanges()? Thanks a lot! Ryan Liu
|
| grid / spreadsheet component recommendations? | 13 Oct 2006 00:20 GMT | 1 |
Any insights and experiences out there with .NET compatible spreadsheet/grid components? I would like the database features of the standard .NET datagrid, with the additional feature set of individual addressable cells (row,column) with the capability to put values, combo boxes, ...
|