| Thread | Last Post | Replies |
|
| MVS 2003 project and framework 2.0 | 10 Mar 2006 05:15 GMT | 3 |
I have a project built on MVS 2003 with framework 1.1 Why can't I use my executable project on systems with framework 2.0 ? is it incompatible ? mus I rebuild my project for framework 2.0 ?
|
| Date format problem | 10 Mar 2006 01:09 GMT | 1 |
I'm trying to convert a string to date by specifying the format. The value is like this: "03rd of April 2006". Now this is converted fine by using the following format: "dd\r\d \o\f MMMM yyyy". The problem is of course that the string can be 01st of..., 04th of etc., meaning that ...
|
| Increased build time converting from VS 2003 to 2005 | 10 Mar 2006 00:57 GMT | 1 |
I have a large project exclusively made up of interfaces (several hundred) that define the business objects used in our system. Heavy inheritance and aggregation are used in the project. In Visual Studio 2003 the project takes ~30 seconds to build. In Visual Studio 2005 the
|
| Assign database value to a RadioButtonList control | 09 Mar 2006 22:56 GMT | 2 |
Hi, i have a small problem with assigning a database value to a RadioButtonList control. On my form i have 3 user admin=1, premium=2 and basic=3, theese values is stored in an access database in a text string. My problem is that when i'm loading my form, it uses a repeater control ...
|
| Programatically force a user to change their password | 09 Mar 2006 17:41 GMT | 1 |
Does anyone know how to programatically force a user to change their password on next logon?
|
| convert a 24bit colors .BMP image in a 8bit colors BMP | 09 Mar 2006 12:58 GMT | 1 |
Using C# 2005 How can I load a 24bit colors .BMP image and convert it in a 8bit colors BMP, and save the new one on disk? Many Thanks,
|
| Converting images | 09 Mar 2006 12:56 GMT | 3 |
Using C# 2005 How can I load a 24bit .BMP image and convert it in a 8bit BMP, and save the new one on disk? Many Thanks,
|
| '<name>' is declared in project '<projectname1>', which is not referenced by project '<projectname2>' | 09 Mar 2006 09:05 GMT | 3 |
I have a solution that contains two projects. I have 2 dlls that these projects use. Here's how it's set up: Solution -ProjectA
|
| Garbage collection and callbacks from unmanaged code. | 09 Mar 2006 08:47 GMT | 4 |
Hello, all, I have a .NET application (VB) that passes the address of a delegate to unmanaged code in a DLL. The unmanaged code then uses the delegate as a call-back.
|
| how can I change IP address and DNS address from my program? | 09 Mar 2006 08:41 GMT | 1 |
how can I change IP address and DNS address from my program? thanks in advance.
|
| sending periodic info from dll to interface | 09 Mar 2006 07:26 GMT | 2 |
Hi to all! We are designing a dll that needs to send some information periodically to a possible interface application that is listening to these messages. The information, which consist on a complex structure with several fields,
|
| How 'Console.Write("\0")' works? | 09 Mar 2006 07:05 GMT | 1 |
hey,guys, try this snipper(in c#): Console.Write("The 1st string\0 string behind"); Console.Write("The 2nd string"); this codes writes 2 string, but the 1st string has been cut off by '\0'
|
| how to change tab page color | 09 Mar 2006 06:48 GMT | 1 |
I am using Tab control, i added the tab pages , i want to change the tab pages color when ever i select the tab page, i have tabpage1,tabpage2,tabpage3 i mean when ever i select the tab page 2 the tabpage is hilighted remaing
|
| .net 2003 & .net 2005 | 09 Mar 2006 06:27 GMT | 5 |
I need to work in both .net 2003 & .net 2005 on the same machine until all applications in .net 2003 are converted to .net 2005 has anyone experienced any problems doing this?
|
| System.Net.Mail HELO vs. EHLO | 09 Mar 2006 05:40 GMT | 1 |
Is there a way to force SmtpClient.Send to respond to the remote server's 220 message with HELO instead of EHLO? System.Web.Mail worked fine in 1.1 for me on many SMTP email servers. However, one of the servers that has always worked, doesn't now with
|