| Thread | Last Post | Replies |
|
| Seeking advice on best practice. | 30 Oct 2006 08:44 GMT | 6 |
We currently have a 4GL Application written in PowerBuilder and C. The PowerBuilder deals with the UI and the C does most of the business logic. We want to convert the C to VB.NET (as we use that in our web app and so am familiar with it), but don't know the best place to ...
|
| FtpWebRequest Connection Issue | 30 Oct 2006 01:37 GMT | 1 |
Hello. I am trying to use FtpWebRequest to send a file. Everything was initially working fine until the ftp server had a load balancer installed. Now when I connect and try to send a file, I get the following exception: {System.Net.WebException} The data connection was made from ...
|
| Opinions on .NET Framework? | 30 Oct 2006 00:03 GMT | 46 |
Question: Is there a site that lists (or share your opinions, please) the relative strength/weakness of programming in C# or VB? Question: Is there a site (or share your opinions) that lists the relative strength/weakness of a PC app vs a Web app? The assumption
|
| VS2003 - VS2005 -> DisconnectedContext was detected | 29 Oct 2006 23:24 GMT | 3 |
If I do the following in VS2003 it works - and in VS2005 it complains about a DisconnectedContext... using (ManagementClass mcDiskDrive = new ManagementClass(@"Win32_Diskdrive")) {
|
| How to get specific folder permission | 29 Oct 2006 21:02 GMT | 1 |
I am new to this group. I am developing product on .net. It generates some XML files. But it gives error when trying to generates files in Documents and Settings folder.
|
| Publishing the methods with parameters | 29 Oct 2006 18:00 GMT | 1 |
I am using .net framework 1.1. I am having an application which is pluggable to other applications. In this application there are some state transitions defining based on the business rules. As business rules are specific to the main application.
|
| Redirect a method call | 29 Oct 2006 17:56 GMT | 2 |
Does anybody know if it is possible to redirect a method call? Let' say I want to call my own implementation of the message box each time when somebody in my application calls the MessageBox.Show. My application has many modules that are loaded dynamically
|
| Another String.Format() Question | 29 Oct 2006 17:12 GMT | 4 |
I am trying to format decimal values the way so decimal point is display only if the number is any digits after decimal other than zero. Example: 9.000000 -> "9"
|
| Getting the physical path of network drive. | 29 Oct 2006 17:09 GMT | 1 |
I am writing a program that part of than program if to add a new network drive to the user. The adding part i know how to do (by win api "WNetAddConnection2A") but i want to check first if this path (network path) exist of his
|
| Adding Attachement to MailMessage leaves attached file open | 29 Oct 2006 02:00 GMT | 1 |
I have a simple program that picks up a file from a folder and emails it to an account on our exchange server using SMTP. Below is a copy of my code for attaching the file to the message and sending it. The email message gets delivered but I can't delete the file afterwards ...
|
| .NET 2.0 Reflection Problem vs framework 1.1x - how to get the fields of a given Structure in the same order they where declared | 28 Oct 2006 17:53 GMT | 3 |
I need to iterate the Fields of given Structure though Reflection in the same order they where declared. Note that I only meet the Structure at Runtime. 'ex.:
|
| Image Recommendations | 28 Oct 2006 17:01 GMT | 3 |
Hi eveyrone. I am writing a client/server application that has to deal with displaying images to the user. The user will have the ability to add images to entries. Ok im kind of looking for a best practice here on what to do with the images. I am using SQL Server 2005 and i know ...
|
| Hover effects, IMessageFilter not working as expected | 28 Oct 2006 05:16 GMT | 4 |
I'm developping a form that renders differently when hovered and trigger some processing when not hovered (leaved). The thing is, when I leave my form and another form from my application is underneath, it works fine, but if I leave my form and anything that is not from my ...
|
| nullptr for a property | 28 Oct 2006 00:20 GMT | 12 |
I would like to define the default value of my property. My property is from type Bitmap^, therefore i was thinking to do : [DefaultValueAttribute(nullptr)] but i does not work.
|
| installation | 27 Oct 2006 19:57 GMT | 1 |
Can I install Visual Studio 2005 on a computer that has Visual Studio 6?
|