| Thread | Last Post | Replies |
|
| Why can't I get a meaningful exception with Activator.CreateInstan | 10 Feb 2005 17:11 GMT | 1 |
I have a class where I throw an exception in the constructor like this class Foo { Foo constructor
|
| PropertyGrid sees only public properties | 10 Feb 2005 17:01 GMT | 8 |
The things you can do with a propertygrid are fantastic. Howeveer all properties you want to appear in the grid need to be public and all properties that you want to be editable need to have a set accessor. How can I make my class expose the properties differently for a ...
|
| Asociate dinamically an event in VB.NET | 10 Feb 2005 16:48 GMT | 1 |
I'm creating some radiobuttons and i want to asociate their events dinamically with a function. How can I do it? In c# there is no trouble, because it can handle with it: radiobutton1.click += new System.eventhandler(this.myfunction);
|
| Visual Studio 2003 with dot net version 2.0 | 10 Feb 2005 16:41 GMT | 1 |
Say i have visual studio 2003 fully installed in my system. It runs on the dot net framework version 1.1. Now say I have downloaded the latest version of dot net framework which can be version 2.0 from microsoft.com.
|
| Can I remove Framework v.1.0? | 10 Feb 2005 16:18 GMT | 1 |
I have v. 1.1 and (English) 1.0.3705 on my system. Since the latest version of the Framework did not overwrite the old one, is it safe to remove the older version? Thanks in advance,
|
| how to run windows applcation in Low CPU Usage mode | 10 Feb 2005 15:17 GMT | 2 |
How to write or config windows application, which it is writen with VB.NET, that when it start it will be in LOW or BELOW NORMAL CPU sage mode. Thanks
|
| Some questions | 10 Feb 2005 14:59 GMT | 1 |
I'm a beginner in C# and I have some questions regarding to it. 1. Is it possible to make an ActiveX in C# ? (I think yes but ...) 2. If yes, where can I found example ? Thanks in advance Philippe
|
| Sockets application with 200 clients | 10 Feb 2005 14:29 GMT | 7 |
I am developing a network server application that will connect to around 200 clients. The client software is already developed so I have to work within this constraint. The server listens for connections from clients and establishes a socket
|
| Editor Suggestions | 10 Feb 2005 13:46 GMT | 6 |
I need to write a 'simple' editor that will allow me to drag/drop different objects. Basically, I need it to function like a form editor similar how you would design a form in Visual Studio or Access, or work how Adobe Illustrator works where you can have handle(s) on the ...
|
| Error creating object | 10 Feb 2005 12:01 GMT | 1 |
Screnaio I have a .NET class library compiled with .NET Framework 1.1 SP1 on WinXP ProSP1. The class library and its interfaces is are as per appended at the end of
|
| XML string | 10 Feb 2005 08:05 GMT | 2 |
Hi, I have an XML string from which I would like to create a DataSet. This is probably a stupid question, but how do I do this? - The XMLReader objects always expect a stream or file as a parameter, but how do I parse XML from a
|
| The .NET frameWork and c# | 10 Feb 2005 06:06 GMT | 1 |
I've board some books, among others the Wiley Black Book, which seems not to work. Have I learned nothing I can use... I thourth U guys from microSoft talk'd, or atleast coordinatet, that stuff like source code not working, wutten happen.
|
| HTML Email | 10 Feb 2005 05:30 GMT | 2 |
I used to use CDO to send HTML embedded emails (including images). I can't seem to get this working using COM Interop. System.Web.Main doesn't seem allow for embedded graphics. Any ideas? I would really like to role my own rather than purchasing a 3rd party library.
|
| Problem with remoting | 09 Feb 2005 23:24 GMT | 5 |
I am out of ideas. I have a client\server application that for the most part works just great. An overview of the architecture is: +--------------------------+ | Server: windows service |
|
| Search, Replace with Regular Expression | 09 Feb 2005 22:09 GMT | 1 |
hi there!! i'm looking for a code snipett wich help me to search some words into a particular string and replace with a perticular word. i got a huge data string in which searching traditional way mean to secrife lots of time
|