| Thread | Last Post | Replies |
|
| ?? Basic C# Language Questions ?? | 14 May 2007 22:10 GMT | 14 |
I have two questions I was hoping someone could answer regarding C#. First, I noticed C# does not allow local readonly variables. For example, the following is illegal: void X() {
|
| Threading problem after migration from 2003 to 2005 | 14 May 2007 22:02 GMT | 7 |
We converted our decently large (13 projects, compiled about 12 mb) VStudio 2003/.Net1.1 project to VStudio 2005/.Net2. My two colleagues have no problem starting the new solution, but I get an exception thrown at me. I only get the exception if I run in debug mode, in
|
| Clearing the "Recent Projects" list | 14 May 2007 21:57 GMT | 2 |
In VS2003 I am able to clear the recent projects and recent files lists by editing the registry (although it seems that there should be a better way). However, when I look in the registry for similar lists for VS C# 2005 Express, I find no similar entries. So, how do I clear ...
|
| ConfigurationSettings.AppSettings[" ConfigurationSettings.AppSettings"] | 14 May 2007 21:47 GMT | 1 |
I'm currently using 1.1. Is there any way using the value of a ConfigurationSettings.AppSettings["something"] as a key of ConfigurationSettings.AppSettings[ConfigurationSettings.AppSettings["something"].Tosting(
|
| Fax operation using asp.net application. | 14 May 2007 20:17 GMT | 1 |
hai all, I am using FAXCOM.dll for fax operation in my application. Here i am getting an "Unspecified error" exception. Can anyone say me whats wrong in my code.
|
| Configuration files | 14 May 2007 20:11 GMT | 1 |
Hello. I can't find the proper configuration file to that: Dim chan As New TcpChannel(9999) ChannelServices.RegisterChannel(chan, True) RemotingConfiguration.RegisterWellKnownServiceType(GetType(objetoRemoto.RemotingSamples.HelloServer),
|
| assign operator in c# | 14 May 2007 18:55 GMT | 3 |
I have two classes. Base and Derived. I want to call assign operator in function f in Derived In C++, I can do it like following -- void Derived::f(Base obj){ *this = obj;}.
|
| Deployment of the Windows Application in C#.Net | 14 May 2007 17:17 GMT | 1 |
I am deploying a desktop application and adding some files to the folder in the application folder (I also tried to add these files to custom folder also). All goes fine when the setup is installed but when i try to delete or update these files and then try to launch the
|
| static & instance variables | 14 May 2007 16:04 GMT | 14 |
I have the following class: class ProvisionCollection { ...
|
| Embedding script engine into application | 14 May 2007 14:55 GMT | 1 |
I'm creating WinForms ERP application. This application need to run custom scripts in may places like: retrieving list of invoices before adding invoice
|
| A good Database Alternative to Access & SqlServer Express? | 14 May 2007 14:53 GMT | 6 |
I am getting ready to write a shareware app in .Net using C# (actually convert a VB shareware). I currently use a third party dll for the data management. It is called the Tsunami Record Manager. I know that it will not work in C# so I am looking for a very light-weight
|
| Usercontrol does not refresh after recompile | 14 May 2007 14:46 GMT | 2 |
I have a solution (VS 2005) with 2 projects, one contains User Controls, the other is a project which uses those controls. I have made some changes to a control and rebuilt it without any problems but those changes don't get reflected in the application project. I've
|
| Raise an alert when a Application Starts | 14 May 2007 14:19 GMT | 1 |
I need to monitor for when an exe (application) starts. This will trigger an alert. The application will be one the user starts and monitoring will be only required on the pc they are logged in on. Could someone direct me to what the best way to do this is.
|
| How to convert text into InitCap | 14 May 2007 14:18 GMT | 2 |
Given any string in C# as variable, how to convert that into Initial Capital Ex: "how are you doing?" to be displayed as "How Are You Doing?"
 Signature God bless you for the help
|
| Problems with Delegates | 14 May 2007 14:05 GMT | 7 |
i am having a problem using Delegates, i am pretty new to C# , i am starting to fall in love with it its really good language (coming from Java and Delphi), now i am working on an application where i have a label on a form and
|