| Thread | Last Post | Replies |
|
| Use Thread or ThreadPool | 15 Oct 2007 16:30 GMT | 4 |
I'm currently developping something where I need to use threads. Here's the basic scenario. I have a WebService requests which need to launch a few threads and wait for them to complete before returning a responses. Bascically, each thread will make a request to our old C++
|
| Visual Studio DataSet designer doesn't regenerate designer.cs code | 15 Oct 2007 16:15 GMT | 3 |
I have inherited an project, which has some datasets in it. I find that when I edit datasets with new SQL, adding columns, tableadapters etc, that the designer.cs class is not regenerated, and therefore I can't access them in code.
|
| closing a TabPage, how?? | 15 Oct 2007 16:12 GMT | 1 |
.NET 2.0 I've created a form which contain a TabControl. During runtime TabPages will be added in the TabControl. I would like to have a feature like an "X" (like closing windows) in the tab
|
| #if #endif in CSharp | 15 Oct 2007 15:28 GMT | 5 |
I want to write something such as : enum x{ x1=0, x2,
|
| Math In Function | 15 Oct 2007 15:25 GMT | 4 |
I am looking for the 'In' Function in C# to work out an equation - I have an 'In' option on my calculator and I am struggling to find out what it is and what it does? - Can anyone point me into the right direction - TIA.
|
| CodeDomProvider.CreateCompiler() is obsolete fix | 15 Oct 2007 15:18 GMT | 5 |
In code below line ICodeCompiler loCompiler = new CSharpCodeProvider().CreateCompiler(); in .net 2 causes warning 'System.CodeDom.Compiler.CodeDomProvider.CreateCompiler()' is obsolete:
|
| user control in DataGridView | 15 Oct 2007 15:14 GMT | 1 |
I would like to know wether is it possible to have a user control as a DataGridViewColumn? if it is possible how? if it is not what should I do?
|
| i need a help | 15 Oct 2007 14:44 GMT | 8 |
dear folks, i uploaded the image using the following code : HttpPostedFile myFile = Picture.PostedFile; int FileLen = myFile.ContentLength;
|
| [*map/map_all_coml10.txt||10||r||1|| @],[*map/map_all_coml10.txt||10||r||1|| @] | 15 Oct 2007 14:41 GMT | 1 |
[*map/map_all_coml10.txt||10||r||1|| @],[*map/map_all_coml10.txt||10||r||1|| @],[*map/map_all_coml10.txt||10||r||1|| @]
|
| unc to dos conversion | 15 Oct 2007 14:34 GMT | 2 |
Is there a native way to convert the UNC path to DOS drive path other than using wnetgetconnection? I hope it is there ... Thanks
|
| Interface Rewrite? | 15 Oct 2007 14:00 GMT | 6 |
How to get the function from "rewrited interface implement"? interface I { int Value { get; } }
|
| Compare .NET and SAP/R3 | 15 Oct 2007 13:36 GMT | 1 |
We have a big application developed in Ingres 4GL running on OpenVMS and this application is from 1992 so it's very old. This application a used in a steelwork and is called Hiss and we also use this SAP/R3 mostlely at the purchase and economics compartment.
|
| Timeout on "DataAdapter.Fill" | 15 Oct 2007 13:36 GMT | 2 |
I have a timout problem when I call "DataAdapter.Fill". When I debug, I see that all timeout settings are correct, ConnectionTimeout is 0 and also CommandTimeout is 0. But when I call the fill method I get:
|
| No Parent Properties? | 15 Oct 2007 13:17 GMT | 2 |
In the Delphi VCL, most controls have Boolean "parent" properties, for example ParentFont, ParentColor, ParentShowHint, and so on. This is a very convenient way to determine whether the control should inherit the value for those properties from its parent control.
|
| performace counter and threads | 15 Oct 2007 12:37 GMT | 1 |
Is it possible for two threads or applications running simultaneously to update the same performance counters? thanks m
|