| Thread | Last Post | Replies |
|
| Problem with embedded resource name "MyResource.fr-FR.txt" | 25 Mar 2004 03:45 GMT | 1 |
I have a problem with embedded resource files. I want to have different resource files for a text compiled in my assembly as embedded resource, so I decided to name it according to the globalization naming convention.
|
| mailmessage to limiations? | 25 Mar 2004 03:00 GMT | 1 |
I have a web application that needs to send an email messsage to 2500 individuals (max). I would like to send one email with 2500 recipients? Are there any limiations with the mailmessage class (with number of recipients) that i need to worry about? (this is running on internal ...
|
| Copying a directory. | 24 Mar 2004 23:48 GMT | 2 |
All, Maybe I am missing something but how do you Copy a directory? The DirectoryInfo and Directory classes have methods to Delete, Move and Create directories so why no method to Copy one?
|
| URGENT: .Net Controls Vs Java Applets | 24 Mar 2004 23:36 GMT | 1 |
My company is making a decision about using Java or .Net. Our software is Microsoft based (so at this point we do not worry about non Microsoft OSs) and we have a specific ActiveX control that we have to turn into a Java Applet or a .Net Control. Our customers do not want to enable ...
|
| Searching for a native XLS file creation class | 24 Mar 2004 23:32 GMT | 3 |
Does anyone have any suggestions / recommendations for a native .XLS file creator? Thanks!
|
| Difference between .NET Framework and .NET Compact Framework | 24 Mar 2004 22:38 GMT | 1 |
Here is quote from MSDN "The .NET Compact Framework is a subset of the .NET Framewor designed for small-footprint devices. What is the difference between .NET Framework and .NET Compact Framework
|
| how can I implement MAKELONG in .NET | 24 Mar 2004 20:21 GMT | 2 |
My concept about the data type in .NET is not very good. Can anyone help me? Thanks.
|
| Special character | 24 Mar 2004 19:56 GMT | 13 |
Can anyone tell me how can I convert a StringBuilder variable containing some special characters such as CHAR(27) (which is returned from an API DLL) into a string variable (which is in UniCode) correctly for further processing Regards RR
|
| OnGotFocus | 24 Mar 2004 19:29 GMT | 1 |
In my .netCF code, using object.Show() and object.BringToFront() causes the OnGotFocus event to be fired, but using it in the full .net framework doesn't. Any advice how to do the same thing on the .net framework? Thanks,
|
| Active Directory Query with unique identifier | 24 Mar 2004 18:02 GMT | 2 |
I am querying and getting usernames from the AD using VB.NET. This is working well for me. Now one user is selected out of all the users from AD. After this selection is made, I want to get other information (like email, phone etc) from AD for that user.
|
| DB connection PB. | 24 Mar 2004 16:45 GMT | 3 |
I am writing an ASP.NET application and accessing a MS-Access DB I get the following erro The Microsoft Jet database engine cannot open the file 'C:\My Folder\CI211 - C#\Final Project\Northwind_2.mdb'. It is already opened exclusively by another user, or you need permission to ...
|
| WSE 2.0 | 24 Mar 2004 14:42 GMT | 2 |
My department is investigating WSE 2.0 for use in our "Smart" client applications for robust, reliable messaging but we're concerned to build this as a spec in our framework since there is not a published scheduled release date. Does anyone have any information on when MS plans ...
|
| Strong Naming Error - Convert from VB6 to VB.NET | 24 Mar 2004 12:03 GMT | 1 |
I have converted an ActiveX project in VB6 to VB.NET using VS03's standard conversion tool. When I try to add the generated dll to this applications existing Components (in Component Services) I get an error. The event viewer reveals that the assembly does not have a strong name. My ...
|
| Application shut down randomly without any exception | 24 Mar 2004 11:39 GMT | 10 |
sometimes our application shuts down without any exception. We cannot reproduce this behaviour... It breaks everywhere... Does anyone has the sam behviour or already solved this problem? I'd like to hear from you! Yours sincerly
|
| Windows API... | 24 Mar 2004 11:30 GMT | 1 |
I'm having a bit of a problem working with API, and I was wondering if anyone has any resouces on the web that might be able to help me? But, (hehe) I'll post the problem here, maybe someone can help me with it... (resources still wanted lol) =)
|