| Thread | Last Post | Replies |
|
| Generics: How can I create 'optional' Type parameters | 23 Aug 2006 09:06 GMT | 2 |
Hi to All, Suppose I would like to implement a generic class with three type parameters: class UniversalClass<TA, TB, TC>()
|
| Passing a SortedList from C# to MC++ | 23 Aug 2006 08:38 GMT | 12 |
i am writing a dll in MC++ for using from C#. For the dll function say 'TestFunc', i need to get a SortedList<string,string> as an argument. I am not very clear about using SortedList in MC++. Please guide me on this.
|
| Forcefully aborting asychronous call. | 23 Aug 2006 08:21 GMT | 7 |
I am having application in which i am doing asynchronous call.I am using manualresetevent to wait for asynchronous call to complete. I want to stop asynchronous call after certain period of time. I want something like thread.abort for aborting aynchronous call.
|
| Using FileSystemWatcher of Syste.IO on a SAN | 23 Aug 2006 05:40 GMT | 2 |
Greetings group Question : Does FileSystemWatcher of System.IO support SAN and NAS? I am designing an assembly which is to record in to DB, when new files are dropped in to a folder, well I know its easy we just use a
|
| File system Events, OnCreated versus OnRename | 23 Aug 2006 03:13 GMT | 1 |
Does renaming a file (from "foo" to "bar") raise an OnCreated event? thanks! Regards, Raj
|
| VC#, displaying ads? | 23 Aug 2006 01:50 GMT | 4 |
Anyone else got this problem... I'm using Visual C# Express Edition 2005... About 1 in 5 times when I publish to a folder... Firefox launches as normal with links to the published files... but 3 other tabs are opened with pages from Merge
|
| Is TreeView what I need? | 23 Aug 2006 00:40 GMT | 2 |
I'm a .Net newbie and have started writing a Windows Forms application to assist me in choosing files/directories to move from one drive to another. Basically what I want is something like the TreeView control and have
|
| a strange problem about win form | 23 Aug 2006 00:23 GMT | 1 |
I have a windows application which made by C# of Visual Studio.NET 2003. But the main form will be hided when the application load. Normally, the main form loaded by following sentence: Application.Run(new NameSpace1.Ui.MainForm());
|
| WebResponse timeout? | 23 Aug 2006 00:20 GMT | 2 |
Is there any way of setting a time out for a webresponse. I managed to cause our inhouse Webserver to not respond to a request. The requesting code just sat there waiting patiently. I would like it to be a little bit impatient and give up after n seconds.
|
| ref Class and a value by reference | 23 Aug 2006 00:19 GMT | 14 |
Hi, what i'm trying to do is obtaining a value from a function in a ref class. In this context I can't use the "ref" and "out" operators. I have tried all i can imagine but still hasn't it working.
|
| Handling Control UI Events in Worker Threads | 22 Aug 2006 23:02 GMT | 2 |
I need to handle UI events in a worker thread instead of the primary UI thread. In C#, is the normal UI event handling behavior to run in a context thread on the thread pool or are events always invoked on the primary UI thread?
|
| How do you catch an error from a data bound entry screen | 22 Aug 2006 22:58 GMT | 2 |
I have a data entry screen using controls bound through a bindingSource, TableAdaptor and a BindingNavigator to move through the records. When I have an data entry error (such as Null for a value) I get the following error raised all the way to the App.Run command.
|
| From here to there: XmlDocument to a DataSet | 22 Aug 2006 21:41 GMT | 3 |
I want to populate a DataGridView from an XML data set, but from an XmlDocument rather than from a file: XmlDocument doc = new XmlDocument(); // populate 'doc' here...
|
| .NET webLog Source Code - Have you ever searched using the word BL | 22 Aug 2006 21:39 GMT | 1 |
I need to add a .net webLog webapp to an existing web site with very little time given to do any development - welcome to my new client. Thus I am trying to find a c# (prefered 2005) source code example\starter kit to use as a jump start. I seem to remember seeing various C# ...
|
| TreeNode click event | 22 Aug 2006 21:36 GMT | 2 |
Desktop TreeView.TreeNode. Can I detect the click event on the treenode?
|