| Thread | Last Post | Replies |
|
| Character conversion in .NET | 11 Jan 2005 17:53 GMT | 5 |
I have an integer, say 0x819A, which represents the Japanese shift-jis coded star character. How do I convert this to the System.Char? (that is the unicode encoding). Best regards,
|
| Anyone Using Visual Web Developer 2005 Express? | 11 Jan 2005 17:28 GMT | 2 |
I'm preparing to teach a group of high school kids web application development using Microsoft technologies. Although doing anything even halfway serious with a beta product normally gives me pause, I'm very interested in the Visual Web Developer 2005 Express product. Have any of ...
|
| inheriting system.Windows.Forms.Design.ControlDesigner | 11 Jan 2005 17:07 GMT | 2 |
Hi everybody; I'm trying to create a class that inherits from system.Windows.Forms.Design.ControlDesigner but it give a syntax error: Type ' System.Windows.Forms.Design.ControlDesigner' is not defined.
|
| Extra zeros when showing decimal value from database | 11 Jan 2005 14:45 GMT | 2 |
I'm using framework 1.1 and SQLServer 2000. When I read decimal values from the database into a DataSet and the show the value i e.g. a TextBox, an extra zero is added to the end of the value. If the value is 20.35 in the database, 20.350 is shown in the TextBox. The field in the ...
|
| Power Status in vb .net | 11 Jan 2005 14:02 GMT | 1 |
I am desperately trying to figure out how to enumerate and watch the power options in Server 2003. I want a program to send out an email message when the battery power of the ups hits 95%. I have successfully written all code needed to actually send the mail, but how to monitor ...
|
| Trust an Assembly | 11 Jan 2005 13:44 GMT | 1 |
I have created a C# .exe that is going to be run from a network drive. I copied the .exe along with the required .DLLs to a directory on the network drive. I installed an icon on the user's desktop pointing to the .exe. When the user tries to run the app, they get an error. If I ...
|
| Form Focus Problem | 11 Jan 2005 09:24 GMT | 2 |
I have an application which loads a main form which contains text boxes and other details. This main form has a menu which opens another form. I want to have both forms accessible (i.e. I don't want the second form to be modal). However, I *do* want users to keep working in the ...
|
| How to invoke an event using Reflection | 11 Jan 2005 09:22 GMT | 2 |
I need to invoke an event dynamically using Reflection. I can use EventInfo.EventHandlerType to get the delegate type and from that delegate type I can locate the "Invoke" member, but I cannot work out how to obtain the instance of the delegate on which to call "Invoke".
|
| GUI for tabletop interaction. Is it possible? | 11 Jan 2005 02:47 GMT | 1 |
I’ve implemented a GUI for a tabletop device using C# and the .NET framework 1.1. At the moment, my interface consists of a collection of virtual sheets of paper in which you can draw. Those documents can be rotated and moved. For the first prototype, I implemented all the ...
|
| Usage of .net class lib in a windows service | 11 Jan 2005 00:13 GMT | 3 |
I'm developing a windows service with c#. Now I'm trying to use a .net class library (dll) to include. For this I added the dll to my references. But unfortunately if i run the service i got always this error:
|
| CustomAttributes in Reflection and CodeDOM | 10 Jan 2005 22:53 GMT | 2 |
I want to copy CustomAttributes of a type in assembly (particularly Web Service method attributes) to a new file which I'm generating through the use of CodeDOM (particularly CodeAttributeDeclarationCollection). But MethodInfo.CustomAttributes in System.Reflection and
|
| deploying configured assemblies | 10 Jan 2005 20:07 GMT | 1 |
I was able to use mscorcfg to create a policy that enables my app to use version 1.5.0.0 instead of 1.4.0.0 without difficulty. How do I deploy this change to other machines? Inside of mscorcfg you can easily create an MSI for the runtime security policy, but I don't see an ...
|
| Will Java Replace .NET? | 10 Jan 2005 18:21 GMT | 44 |
I have learned .NET since January this year (04) and now used it to build redburg.co.uk. I have used the XML/XSLT methods to build the HTML from a MS SQL database and this has meant I can build large sites very quickly showing images, text etc. It was a relief to dump ASP.
|
| Automatic startup of service | 10 Jan 2005 18:01 GMT | 3 |
I built a service in visual studio 2003 for the 1.1 framework. I used the wizard. For the most part this service works great, and has for several months, except for when the service restarts. on a 2003 server the service starts up fine. on a 2000 server I get an event log errors ...
|
| Why should I install the .NET Framework v1.0 SP3 | 10 Jan 2005 14:10 GMT | 4 |
Why should I install the .NET Framework v1.0 SP3 if v1.1 SP1 is allready present?
|