| Thread | Last Post | Replies |
|
| calling C/C++ library for CSharp ?? | 15 Aug 2007 18:39 GMT | 1 |
I need an answer for this. If I have a C++ class library.. could I call its method from C# ??? What about if I have a C library.. could I call its functions from C ?
|
| saving layout of TreeView control | 15 Aug 2007 18:36 GMT | 6 |
I have a windows form with a TreeView control. When I first open the tree all nodes are colapsed. Then, I expand some of them and close the form. When I call Form.showDialog() once again all nodes are collapsed again.
|
| Timeout Property for the Session Object in the Web.config file | 15 Aug 2007 18:36 GMT | 2 |
I put the following line into my Web.config file: <system.web> <sessionState mode="InProc"
|
| BufferOutput property of the HttpResponse class? | 15 Aug 2007 18:33 GMT | 2 |
I've been told that I can make my Web Pages render quicker if I set the BufferOutput property of the HttpResponse Class to false. I have a "test" Web App that works, but it doesn't seem to have the HttpResponse Class. Where do I adjust this?
|
| Background reading of large array of records | 15 Aug 2007 18:30 GMT | 4 |
I'm writing an internal mail system module for my project. There may be several thousand 'users' on site, and I need the whole list for filtering, so I decided to load up the users in the main form of the module in a background thread
|
| convert XLS to CSV with charset convertion | 15 Aug 2007 18:12 GMT | 3 |
I have an excel file with charset "windows-1250" and i would like to convert it to CSV file with charset "UTF-8" how can i do that ? thanks a lot,
|
| Umbrello | 15 Aug 2007 17:19 GMT | 2 |
Does anybody know if this free software for uml design exists for Windows platforms? Thank you.
|
| ListView - Get the index of selected item | 15 Aug 2007 16:39 GMT | 2 |
I'm trying to get the index of a selected Item in ListView. I'm using the SelectedItemChange Event, but i can't get the item index (like in listbox for i.e). How can i get the index?
|
| Clear all TextBox on a Form | 15 Aug 2007 16:38 GMT | 6 |
I want to clear all the Text Boxes on the Form. Is there any short method to avoid clearing them one by one.
|
| Saving to text file from WebService | 15 Aug 2007 16:36 GMT | 4 |
I got a web service that I am writing an application to connect to it from, what I need is code I can add to the web service that allows me to add information to a text file located on the pc where the service is running. This text file will be used to debug what information is ...
|
| [Q] Interop: Pointer to structure in interface method | 15 Aug 2007 16:24 GMT | 1 |
I have COM-object with Iface interface: typedef struct { ...
|
| Hiding properties in classes with Properties control? | 15 Aug 2007 16:01 GMT | 5 |
I've got a class which contains properties. I can supply this class to the Properties control, and it will properly display the properties and allow the user to edit them, etc. I would like to be able to programmatically control at runtime which properties are displayed.
|
| Cross process synchronization of shared resources | 15 Aug 2007 15:56 GMT | 7 |
I have two different things I'd like to discuss here. Both are about cross-process synchronization of shared resources. The resources that are shared are: (1) an object writing to a file and (2) a file. I threat them as two different problems for various reasons.
|
| problems attaching to explorer.exe process | 15 Aug 2007 15:42 GMT | 3 |
I am using VS2003 to create a C# dll that uses shell namespace extensions. I need to debug my code but it is running in the explorer.exe process and when I open my namespace extension from My Computer so its running, then try to attach to the explorer.exe process with VS2003 I get ...
|
| Enterprise Library 3.1 - slow? | 15 Aug 2007 15:30 GMT | 7 |
Seeing as it is being recommended as the successor to SqlHelper.cs, I am trying to use the Data Access Application block from the Enterprise Library. My class works fine until i add the following line of code anywhere, whereapon it runs incredibly slowly.
|