| Thread | Last Post | Replies |
|
| Help | 06 Apr 2004 22:04 GMT | 1 |
I am displaying a comma-delimited string from the database. There need to be a space between the comma values. So I used the replace function and it works fine. But between the last line and the last but one line there is always a space, as shown below. What is the problem? Is ...
|
| Adding Help in custom classes written VS .Net | 06 Apr 2004 21:32 GMT | 1 |
Ok, this is what I am trying to do. I have added my own class to a project in VS.Net. I want to know how I can add help to the methods in the class so that when I create an instance of the class in the code editor and press the dot(.) e.g myobj. I should be able to see the
|
| Install a service | 06 Apr 2004 20:26 GMT | 1 |
I wrote an application as a windows service, then when I tried to install it use installutil.exe I kept on getting follow error messages: An exception occurred during the Install phase. System.ComponentModel.Win32Exception: No mapping between account names and security IDs was done
|
| Optimization Challenge | 06 Apr 2004 19:20 GMT | 1 |
I'm trying to optimize some code for converting a delimited string into an array of bytes. An example of the string to be converted is: "2b,2c,2d,2e,2f,30,31,32,33,34,35,36,37,38,39,3a,3b" Where each element is a hex number, separated by a comma, that should be
|
| Application fails to load from network drive with PolicyException | 06 Apr 2004 18:43 GMT | 6 |
In my app I use some COM objects and as long as this app is on local C drive it loads fine. As soon as I copy the app to a mapped network drive it fails to load with "System.Security.Policy.PolicyException: Required permissions cannot be acquired."
|
| System.Text.Encoding oddities | 06 Apr 2004 18:01 GMT | 2 |
Sorry about the last... Anyway, here's the question: I've been working on some C# routines to process strings in and out of various encodings. The hope is that I can just let the user type in the encoding they want and I'll do a pretty good job of converting. Basically, I take ...
|
| Need Help, urgent | 06 Apr 2004 15:21 GMT | 2 |
I need your help I want to know what other options user have if he does not have Microsoft Word on his machine I would like to use word sort of application for formatting documents, these application should be freely available or redistributable Are there other software application ...
|
| VS 6.0 | 06 Apr 2004 15:21 GMT | 1 |
Hai Can't able to Install Visual Studio 6.0, with Already Visual Studio .NET installed in the same machine Any Suggestions Regards
|
| Problem w/simple VB app running on other machines | 06 Apr 2004 14:44 GMT | 1 |
I created an app using CDO to send SMTP email. It runs fine on the machine where I created it but I get a variety of errors on other machines and it never runs properly. I have even created a setup app and run it on the other machines to no avail. Any help would be appreciated ...
|
| Deployment | 06 Apr 2004 12:48 GMT | 1 |
Is it possible to create custom deployment scripts with VS.Net 2003 ? For instance with Installshield you can gain extra control by supplying custom code, this then allows the developer to make use of installed components like SQL DMO(enabling SQL script deployment) etc..
|
| Bug Found? Tooltip memory leak | 06 Apr 2004 10:21 GMT | 2 |
I recently found that one of my application was leaking memory every time I closed a MDIChild form. The garbage collector never reclaimed it and my windows handles kept increasing and increasing until eventually the application crashed After three days of looking through all of my ...
|
| Closing events? | 06 Apr 2004 09:26 GMT | 1 |
How do I capture the closing events coming from the 'X' icon in the top-right corner of a form and the Form.Close() command? I want to be able to differentiate between the Closing Event coming from the
|
| Writing a low-priority program | 06 Apr 2004 09:18 GMT | 5 |
I'm looking to write a program that operates at the lowest execution priority possible. That is, I want the program to basically run in the background having as little impact on the performance of computer system as possible. The program will do some background backup tasks.
|
| Experience using VS.NET 2003 with WinCVS | 06 Apr 2004 01:57 GMT | 2 |
Has anybody used VS.NET 2003 with WinCVS? Does WinCVS integrate well with the IDE? Does it let you checkin/checkout files from within the IDE? Thanks in advance, Sandeep
|
| re-read the configuration settings | 05 Apr 2004 22:51 GMT | 1 |
I have been using ConfigurationSettings to read application settings and it working fine. now I want to be able to re-read the setting while it is running for example, I am thinking to enable the user to change the configuration setting and make it effective without have to shut ...
|