| Thread | Last Post | Replies |
|
| where are the network classes in .NET? | 31 May 2007 22:57 GMT | 4 |
I'm really confused about where microsoft programmers have put the network classes? I've been looking for classes in .NET that can enumerate/set etc network shares , file sharing etc... for months now.
|
| dotNet Version Query | 31 May 2007 22:47 GMT | 1 |
Whenever I do an XP install, I tend to install all the dotnet stuff. I have the various redistributables so I don't need to rely on Widnwos Update. dotNet Framework v1 dotNet SP1 for v1
|
| Where can I find 'standard' tool bar icon images? | 31 May 2007 19:13 GMT | 3 |
I"m programming an application in VS2005 (C#) and I'm having a devil of time locating images to put on my toolbar ... where are they found? - Jamie
|
| How to get a reference to parent object | 31 May 2007 18:23 GMT | 6 |
In some classes i have properties defined on others classes. In the classes referenced by properties, i need a reference to "parent" object. Something like this
|
| configSource option in web.config | 31 May 2007 16:15 GMT | 2 |
I have a web.config file and I want to externalize my connectionStrings setting so that it points to a separate file like so: <connectionStrings configSource=".\subdir\connectionstrings.config"> However, I am attempting to encrypt this in code. (I can't use
|
| Large MemoryStream > 2gb | 31 May 2007 15:54 GMT | 2 |
Anybody has ever implemented a MemoryStream supporting more than 2gb? I'm trying to implement it buf I have some problems with Buffer.BlockCopy for large arrays. Any suggestion or useful resource?
|
| Bug in System.Drawing.Graphics.DrawLines | 31 May 2007 10:42 GMT | 11 |
I think I've found a bug in the System.Drawing.Graphic.DrawLines method. The code below fills a list with a number of points and then draws these points using DrawLines and then using DrawLine within a loop. The DrawLines() method inserts a superious line that that is not drawn ...
|
| How to get username/password info of a windows service user accoun | 31 May 2007 10:34 GMT | 2 |
Hello, friends, In windows service, after specifying username/password in installer like the follows: this.serviceProcessInstaller1.Password = "12345";
|
| Comparing objects using reflection | 31 May 2007 01:00 GMT | 2 |
I am comparing 2 objects with a lot of public properties(more than 100 which are all ValueType or string) So i decided to write a reflection based solution for that. My code looks something like this:
|
| DLL file error mesage | 31 May 2007 00:07 GMT | 1 |
I keep getting an error meesage when I close my Internet 7 Explorer. Occasionally it shows specific error that UIHBO.dll is unable to find or something to that effect and causes aqny Internet window open to close. What is up. Thought my reguklar updates would auto fix. Thanks ...
|
| decimal separator, regional settings | 30 May 2007 23:37 GMT | 9 |
Here is my problem, in the simplest scenario: - an Access 2000 format database (created with Access 2003) - a simple table that contains one single field defined as Number, Decimal, 18,2
|
| MSBUILD and ASCII Copyright | 30 May 2007 23:35 GMT | 7 |
Is there a way to create a copyright symbol as output? I've tried and haven't been able to. <AssemblyInfo CodeLanguage="VB" OutputFile=".\AssemblyInfo.vb" AssemblyTitle="App"
|
| Serializing some properties of a UserControl-derived class | 30 May 2007 22:15 GMT | 2 |
I have a class derived from UserControl. I need to serialize an object of this class, but only some properties of it, as not all properties are serializable (some of the properties coming from UserControl are like that). When serializing, how
|
| WPF & Sorting ListBox | 30 May 2007 21:34 GMT | 1 |
I need to sort the items within a list box. Besides the manual way the only solution I know is by adding a SortDescriptions to the items collection. The problem is that SortDescriptions needs a property. The items in my list box are of type String, though. The only property
|
| FTPWEBRequest always return error 550 | 30 May 2007 20:51 GMT | 8 |
I'm facing a prblem with FTPWebRequest of .NET v2.0 1. The FTP server I have to access is a small device(not a PC) which provides 2 folders named c: & d:. While attempting to access/get/put files I always get the following exception
|