| Thread | Last Post | Replies |
|
| Detecting a script error in a browser object. | 23 May 2007 15:56 GMT | 2 |
Is there any way to detect if there is an error in a script for a page through the browser object? Or at least turn it off? I know I can set it through IE but was wondering if I can do it programtically for my object. TIA - Jeff.
|
| collection modified, lock ? | 23 May 2007 15:40 GMT | 1 |
I work with .net remoting,to simplify, when the client connected, he send an handle to an object, the object is used to exchange message and events. no problem. In my server, I keep a list of all actives clients and the handle of each.,
|
| " //Clean Up managed resources " f&*ck | 23 May 2007 15:05 GMT | 25 |
sorry for my not perfect english i am really f&*ckin angry in this common pattern about dispose: //////////////////////////////////////////////////////////
|
| pinvoke structure marshalling with embedded fixed strings... I'm going mad | 23 May 2007 15:02 GMT | 6 |
I have a cpp application with this structure: //////////////C++/////////////// typedef struct StatusStructure {
|
| Inquiring about good Datagrid | 23 May 2007 14:23 GMT | 7 |
Folks, I'm starting winforms project and I need grid control that will give me control I want. I was using FarPoint spread in VB6 to get similar results.
|
| "inherit" from a static class | 23 May 2007 14:15 GMT | 13 |
Hi I have a static class written by other team which encapsulates a database instance. but I need to extend it to incldue other things. I know that C# static class is sealed and can;t be inherited & I don't want to copy + paste code. How can I inherit those member variables?
|
| Refering Assemblies | 23 May 2007 13:34 GMT | 1 |
Can we refer an Assembly from an Assembly. Can we have cross Reference also in .NET. Thanks In Advance EggHeadCafe.com - .NET Developer Portal of Choice
|
| C# and regex issue | 23 May 2007 13:20 GMT | 7 |
I am trying to use regular expressions to parse out mp3 titles into three different groups (artist, title and remix). I currently have three ways to name a mp3 file: Artist - Title [Remix]
|
| SqlDataSource and DataSet question | 23 May 2007 13:20 GMT | 2 |
I would like to know what the DataSet name is and where the DataSet is for a SqlDataSource like this: <asp:SqlDataSource ID="SqlDataSourceA" runat="server" ConnectionString="<%$ ConnectionStrings:ServiceConnectionStringA %>"
|
| Outlook object model | 23 May 2007 12:22 GMT | 2 |
I am switching some code from using a reference to Outlook 10 to Outlook 11, but it is breaking some code where I was referring to an inbox items collection and trying to get at an individual item from the inbox - since it says that 'Microsoft.Office.Interop.Outlook does not contain ...
|
| data bind combobox issue | 23 May 2007 11:31 GMT | 2 |
I have a table that I dragged onto a form from a dataset. I changed some of the fields to comboboxes and set the data source, display member (text), and value member (int) to another table within the same dataset. I can start the form and cycle through existing records. If I ...
|
| Brightness sum and transparency | 23 May 2007 09:39 GMT | 2 |
To make excellent and useful scatter plot with huge dataset this is a stunning feature: brightness sum and transparency. look at (half of the page near Scatter plot Heading): http://stats.math.uni-augsburg.de/Manet/plots.html#plots
|
| How to know a COM port is a modem | 23 May 2007 08:01 GMT | 3 |
in my application I'd need to know if a com port is a modem or not (and eventually its description and if it is a null modem). I get the list of com ports available with: string[] portList = System.IO.Ports.SerialPort.GetPortNames();
|
| Task Scheduler 1.0: Interfaces are provided for C++ development. What about C#? | 23 May 2007 07:36 GMT | 2 |
When I look at MSDN, I found there is a thing called Task Scheduler 1.0/2.0. But it says: Task Scheduler 1.0: Interfaces are provided for C++ development. Are there class lib for C# developers?
|
| Had a question about the menustrip | 23 May 2007 05:57 GMT | 2 |
Alright, here goes...When I put a menu strip on the windows form I can double click the exit button to go to the source page and it takes me to the on click exit blah blah blah and you would put Application.Exit(); Alright well what would I put for the print preview and the print ...
|