| Thread | Last Post | Replies |
|
| problems typecast,find by function/member name and getting "managed reference" | 27 Sep 2006 00:58 GMT | 5 |
I wrting some program part of it is XML config parser which contains some commands(for flexibility of engenie). how do i more simple(if it possible not via System.Reflection or System.CodeDom.CodeCastExpression)
|
| ADODB.Stream into byte array | 27 Sep 2006 00:35 GMT | 2 |
How do I convert ADODB.Stream into an array of bytes? Thank you.
|
| Assigning to dynamic variable? | 26 Sep 2006 22:53 GMT | 2 |
I have methods such as the following: void GetA20(somevar) { A20 = ONE
|
| SqlDateTime overflow if using .NET Remoting and Windows XP | 26 Sep 2006 22:35 GMT | 3 |
I am getting SqlDateTime overflow if I use .NET remoting on Windows XP and Windows XP is the server where the SQL server is located at. If my computer is Windows 2003 where the sql server is running and I use client as the windows XP I do not get this error.
|
| Creating a strongly typed collection from an XML file | 26 Sep 2006 22:12 GMT | 1 |
Is that possible ? Can I create a strongly typed collection from an XML file? Sorry, if this is too dumb, but since .net does it when you use certain data objects, I was wondering whether I could create a strongly typed
|
| Thread Logic Question | 26 Sep 2006 22:01 GMT | 13 |
All, I have a UI form calling a class object that contains a timer that routinely draws intensive information to the screen (~30 fps). The drawing is invoked on the main UI thread. I need the user to be able
|
| Can we install VS2005 and VS2003 in the same machine? | 26 Sep 2006 20:56 GMT | 5 |
Can we install VS2005 and VS2003 in the same machine?
|
| Relection on interfaces | 26 Sep 2006 20:16 GMT | 4 |
I wondered if anyone could help. I wish to retrieve the PropertyInfo[] of a specific interface but can't work out how to do this in a type safe way. Basically I don't want to do this:
|
| Remote Invocation! | 26 Sep 2006 20:16 GMT | 1 |
Hi All, I have a 3rd part assembly Foo.dll and its dependencies. I have registered them on Server A. I have an exe (bar.exe) which runs on Server B which would like to make calls to this Assembly Foo.dll
|
| Visual C# Express 'Include' libraries | 26 Sep 2006 20:10 GMT | 3 |
Is it possible in Visual C# Express to reference source files from a folder other than the current project folder? I want to have a common folder with various cs source files and be able to reference the files from different projects. This will allow me to edit them as I develop
|
| Graphics Path for C#/.net | 26 Sep 2006 19:59 GMT | 3 |
I was wondering if there is some external way to create/generate a graphics path for use in C#(.net)? i.e., something, say like using photoshop to create the graphics paths then loading them up in C# and displaying them with drawpath?
|
| Using SendMessage to simulate the ENTER key press | 26 Sep 2006 19:25 GMT | 3 |
I have an app that keeps popping up a windows with a 'Yes' or 'OK' button on it. I am trying to write a little app that automates hitting the enter key so I don't have to do it myself. I used the FindWindow method to get a handle of the window and then issued:
|
| SaveFileDialog issue | 26 Sep 2006 18:22 GMT | 2 |
I have posted this query more than once and i have not got any possible answers, hints so that i can proceed further I have a simple windows application in C# with a SaveFileDialog control in it. The problem is when i display the SFD i see the all the files
|
| Serializing Objects Across A NetworkStream | 26 Sep 2006 18:00 GMT | 2 |
I've got a basic "chat" infrastructure that can send objects across the wire, but I'm running into a few issues with trying to send multiple messages and things behaving differently in debug and release... Is there anyone out there that considers themselves a threading / sockets / ...
|
| Nullable Types as out Parameter | 26 Sep 2006 17:38 GMT | 3 |
I'm trying to pass a Nullable type as a parameter to the TryParse() method (both int and float types) and I'm not having any luck. I've tried casting as well as passing just the T.Value property; however, doing this generated a compiler error indicating that it's not possible
|