| Thread | Last Post | Replies |
|
| Validating a "PropertyGrid" row | 04 Mar 2007 17:45 GMT | 2 |
I've got an "int" property in one of my objects that I need to conduct a range check on in a "PropertyGrid" (whenever the user attempts to leave the row). I know how to do this using the "TypeConverterAttribute" for user-defined types but I'm not sure how to handle it for ...
|
| Polymorphism | 04 Mar 2007 16:40 GMT | 4 |
I am trying to demonstrate Polymorphism using below code. When I run the code I want to get below. "Hello from ClassA" "Hello from Classb"
|
| .NET Client Submitting Tab Delimited String to C++ Server Loses Em | 04 Mar 2007 14:58 GMT | 1 |
We have a .NET 2.0 Client (C#) that communicates with a C++ (2005) Server via TCP. The tab delimited strings "January\tFebruary" and "January\t\tFebruary" submitted by the client both arrive at the server as "January\tFebruary". We need to be able to preserve the existance of ...
|
| to get Keychar values from keydata | 04 Mar 2007 14:55 GMT | 1 |
developped a UserControl and for this control I need to handle the + and - keys. The KeyPress event doesn't suit because I want to have an effet when
|
| System.Type.GetCommonAttributes() works on c# assemblies, not managed c++ assemblies. | 04 Mar 2007 14:43 GMT | 1 |
Here's the situation: I load an assembly (using system.reflection) and then I try to query for all methods in the assembly using System.Type.GetCommonAttributes(). This works when my assembly was compiled from c# code. I call
|
| FTP Programming Question | 04 Mar 2007 12:11 GMT | 5 |
I have an FTP programming question. I want the total size of a file being uploaded "before" it is completely uploaded to the server. I need this for the condition: when currentbytes = totalbytes, do something. But,
|
| Windows media centre and sky plus | 04 Mar 2007 00:58 GMT | 3 |
In my house, I have a sky plus box downstairs connected to the tv. Upstairs, I have a normal sky box connected to a tv. Also upstairs I have a computer with media centre. To the computer I have connected the tv cable, I can watch channels 1 to 5.
|
| Thread Local Storage and Managed Threads vs O/S Threads | 03 Mar 2007 21:48 GMT | 5 |
I've been doing quite a bit these past few days with Thread Local Storage - specifically using the ThreadStatic attribute. ... but last night, I got to thinking. When .Net code is running, it's running on a Managed Thread, not (directly) an O/S thread. There's no
|
| Passing a Javascript value | 03 Mar 2007 18:52 GMT | 1 |
I'm trying to pass a Javascript variable (that the user on an asp.net page changes dinamically) to a server-side function... some hints?
|
| ??? Dynamically loading a generic type ??? | 02 Mar 2007 23:56 GMT | 2 |
I have a generic type that I need in another app domain? How can I do this? I was trying to call CreateInstanceAndUnwrap, but it fails since I can't figure out how to tell it which T (type) to use when creating? Is there some other way to create a generic type in an app domain?
|
| newbie question | 02 Mar 2007 20:20 GMT | 1 |
I have an IO.Stream that I get from an embedded resource file. I called GetManifestResourceStream. This stream is that of a Word template doc. I'd like to write this to disk.
|
| Interitance and PropertyInfo Question | 02 Mar 2007 18:10 GMT | 6 |
.NET 2.0. In the below code, when GrandChildThing is instanced, the GrandChildProperty is never set in line 9 of ChildThing. Visual Studio 2005 IntelliSense says that the instance is GrandChildThing, but there
|
| copy & paste | 02 Mar 2007 16:33 GMT | 1 |
How do I copy and paste a text into my website banner or email?
|
| possibly a simple question | 02 Mar 2007 13:58 GMT | 4 |
I have a web service application which uses 3rd party assemblies. I recently upgraded my solution to use .NET Framework 2.0 instead of .NET Framework 1.1. The 3rd party assemblies that I refer are built on .NET Framework 1.1 (but they are supposed to work under .NET Framework 2 ...
|
| printing word docs from widows 2003 server using .net 1.1/2.0 | 02 Mar 2007 11:48 GMT | 3 |
I need to be able to print word docs from server , needs to be a scalable solution. I appreciate there are lots of posts on this topic and Microsoft recommend not auatomating office on the server as per
|