| Thread | Last Post | Replies |
|
| File performance | 03 Jul 2006 16:03 GMT | 6 |
I am opening a number of large files (100 to 900 Mhz) to extact some header information (500 bytes). watching the memory usage on the task bar when ever the call Filestream fs = File.Open(filename, Filemode.Open) is called, the memory usage jumps way beyond that expected (89 Mhz ...
|
| ClientScript.RegisterClientScriptBlock in ASP.NET 2.0 | 03 Jul 2006 15:22 GMT | 4 |
I am working on converting my code from ASP.NET 1.1 to ASP.NET 2.0. In ASP.NET 1.1 the RegisterClientScriptBlock method was just a key and script (2 Strings), but in ASP.NET the ClientScript.RegisterClientScriptBlock also includes a parameter called 'type' which is of Type. This ...
|
| debug custom assemblies | 03 Jul 2006 14:07 GMT | 2 |
My application provides a feature to load custom assemblies. The application is build in release mode (/optimize). This is .NET 2.0. As a user wants to debug his custom assembly be e.g. forcing a debugger break ("Debugger.Break()"), he experiences that he can not inspect the value ...
|
| way using splash screen | 03 Jul 2006 09:56 GMT | 5 |
Just think to get some comment from communitiy regarding best pratice using splash screen. If we develop an application that need loading database to dataset it's we need done it at main page fill up all nessarcy table to dataset. since the splash screen only counter the ...
|
| Tab Control without tab section | 03 Jul 2006 08:55 GMT | 6 |
Any component that work like Tab but without the all the tabs for user to click from one view to another view. we will programmatically other button to perform tabs view change from one to another. hope that you guy understand what I trying to explain. I need this
|
| mail failed | 03 Jul 2006 05:08 GMT | 3 |
hi,everybody I use dotnet 2005 and c sharp to deliever a mail to a certain mail address,but it failed with messages such as "invalid parameter,the server response: decode failed". My codes is listed belowed:
|
| Save running assembly to disk. | 02 Jul 2006 16:51 GMT | 4 |
Ok lets say I have a neural network implementation and I in the process of running a wizard have trained it for my data. Now I have that trained network in memory. I already have the functionality to serialize and deserialize the
|
| Convert to Long from Double that is over 18 digit long from Oracle | 02 Jul 2006 14:49 GMT | 3 |
This is a serious bug in .NET 1.1 Using SQL select one field from Oracle table, This column Oracle data type is: Number(18), the field value is: 235312035283022003
|
| binding to an unsigned assembly outside the appbase | 02 Jul 2006 13:30 GMT | 5 |
...is this possible? Can you perchance provide an entry in the config file which would allow such behaviour? I think it should be possible at least on the local machine, you can always copy those unsigned assemblies to a subfolder of your app, so
|
| Detect if a local user/group account exists | 02 Jul 2006 12:34 GMT | 5 |
Given a name, I want to be able to detect if a user or a group account exists with that name on a system and know if its a user or a group. My search yielded the "LookupAccountName" Win32 API but I haven't found any class in .NET that allows me to do that.
|
| Escaping backslashes in XPath (C#) | 02 Jul 2006 09:43 GMT | 2 |
I have an XML file which have nodes that contain filepaths, e.g.<path>c:\SomeDirectory\SomeFile.txt</path> I'm using an XmlDocument and XPath query to try and find a node XmlDocument doc = new XmlDocument();
|
| ImageAttributes isn't working | 02 Jul 2006 07:06 GMT | 3 |
For some reason this ImageAttributes isn't doing what I tell it. I'm not sure what I am missing. I am trying to get background of the image to display as transparent. But it draws the image unchanged. Here's my code.
|
| Casting IEnumerable<T> to IEnumerable<V> | 01 Jul 2006 21:38 GMT | 5 |
Suppose a collection class defined as: public class Friends: ReadOnlyCollection<Friend> {} where Friend implements IPerson: public class Friend:IPerson {}
|
| Cryptography: RSA Questions | 01 Jul 2006 14:44 GMT | 1 |
1) Is RSA used by other programming system? Eg. If I gen. a key, can I share it and someone with Java, etc. access it? 2). When generating a public key, you get <Modulus> and <Exponent> values. What parts do you need to share with someone. Also, what is
|
| How do I do this | 01 Jul 2006 10:18 GMT | 4 |
Looking at the ".resx" files produced by the Windows forms designer, I see nodes like this: <data name="MyRadioBtn.Size" type="System.Drawing.Size, System.Drawing"> <value>94, 21</value>
|