| Thread | Last Post | Replies |
|
| Impersonation with C# | 25 Mar 2006 12:39 GMT | 1 |
I am using .NET1.1 with WIN2K Professional. I am struck with a big problem. I need sme help. I am doing the test automation.
|
| convert a byte to an array of bits | 25 Mar 2006 09:49 GMT | 2 |
How can I get the bits that compose a byte? Say I pass a byte of value 10 to my byteToBitArray function, I would LIKE to get back an array (8 long) of 00001010. I want that back cause that's the binary representation of the byte 10.
|
| How do I new T()? | 25 Mar 2006 08:08 GMT | 19 |
I'd like to do this: public class myclass<T> { myclass()
|
| .csproj referenced libs lookup hierarchy | 25 Mar 2006 08:01 GMT | 1 |
If in the .csproj file <Project><ItemGroup><Reference><HintPath> can't be found , then what is the hierarchy of locations that VS05 utilizes to locate referenced libs ?
|
| Writing font details to a txt file | 25 Mar 2006 07:47 GMT | 6 |
How do you write out a Font's details to a txt file? So you can eventually read it back in a select the font! thanks in advance
|
| Dynamic Method's Body and IL ??? | 25 Mar 2006 02:43 GMT | 2 |
I am using C# 2.0. I need to use the MethodBuilder.CreateMethodBody that takes byte[] as the input parameter taking the IL codes as byte array. I feed this input from MethodBody.GetILAsByteArray. But when the method created dynamically via MethodBuilder.CreateMethodBody is
|
| C# express | 24 Mar 2006 23:06 GMT | 3 |
I'm looking into learning C# and was wondering if using MS C# express has all the necessary capabilities for me to write system administration applications. I'm not trying to write enterprise applications. At this time I would like to learn C# to write WMI
|
| How to use "is" operator to a type from Reflection | 24 Mar 2006 21:42 GMT | 4 |
I have trouble to use "Is" operator to a type that is from reflection. Basically, here is what I want to do, if Class1 type is not from reflection: class Class1 {
|
| ONE process at a time | 24 Mar 2006 20:59 GMT | 3 |
I am having a web application which has OpenOffice running as backend. The whole web application runs great if there is only one request at a time. The web application will mess up if there are more than one requests at same time. My question is what should I do to only allow one ...
|
| Fax server "Access denied" problem | 24 Mar 2006 20:48 GMT | 1 |
I am searching for a way to solve this problem (the below post) too. Anyone may help? I get the same error, at the Connect() line. Even i've added the ASPNET account to the fax's security tab. (in the printers and faxes control
|
| Adding shortcut in user's desktop (setup proj) creates a shortcut to shortcut ! | 24 Mar 2006 20:23 GMT | 2 |
I think I am losing my mind. I've got a simple application for which I have a setup project to install the application. I create a shortcut to the applications project in the user's desktop. When I go to install the application it creates a shortcut to a shortcut instead of a
|
| New Thread - Pre Screening Questions for a C# developer | 24 Mar 2006 20:22 GMT | 13 |
Let me clarify from my last post. I am not using these 4 questions as the sole screening method. Currently in, the Tampa Bay area (Florida) there is an extreme shortage of C# developers. We have utilized just about every method known to man to find candidates, including ...
|
| gdi+ question | 24 Mar 2006 20:21 GMT | 2 |
I have a question about GDI+. float deltaY = 0; // the onPaint handler of my control protected override void OnPaint(PaintEventArgs e)
|
| Is there a free software for .GIG files? | 24 Mar 2006 20:14 GMT | 1 |
Is there a free software to generate .GIF files? If not, what is recommended? Thanks, Doru
|
| Accessing a non-DotNet assembly from an ASP.Net application | 24 Mar 2006 20:14 GMT | 3 |
Here is my scenario: I have a Distances class that contains a GetDistanceFromCities method. This method makes a call to an external 3rd party non-.net asembly (miles32.dll). Everything works propery when I instantiate the class from a command line app and call the method, ...
|