| Thread | Last Post | Replies |
|
| Visual Studio 2005 C# Register for COM Interop option | 03 Sep 2007 07:21 GMT | 9 |
Hello everyone, I am using Visual Studio 2005 to develop a C# COM Class Library project. There is a setting in Build --> Output, called *Register for COM Interop*. What is the usage of this setting? In my situation, do I need to set this
|
| free icon | 03 Sep 2007 07:00 GMT | 2 |
I need 16 x 16, 16-color .bmp or .ico files for using as a icon on toolbox for my custom controls. Do you know any ready, 16 color free source ? Thanks...
|
| Begginer with pocket pc application | 03 Sep 2007 06:37 GMT | 1 |
After create a very simple app for a movil device with vs 2005, I press F5 and all I see is the pocket pc with it's initial screen (the blue one, with the menu). How can I do to see my app? Thank you
|
| Images in Infragistics UltraGrid? | 03 Sep 2007 05:31 GMT | 1 |
I'm trying to add an image to a cell in every row of an UltraGrid. I've tried this in the InitializeLayout event as well as a few other random functions and it doesn't seem to have an "Appearance.Image" member:
|
| Parsing extensions | 03 Sep 2007 05:04 GMT | 2 |
looking to see if anyone can help trying to parse a listbox that I have downloaded from a ftp but I only want to show certain extensions (.txt .ini) not all the files in the dir. Thanks
|
| Properties and configuration | 03 Sep 2007 04:27 GMT | 3 |
I am having some problems reading configuration values from a configuration file, using C# 2.0. I have programmed a Windows Service, and this part goes well - it runs nicely.
|
| Encryption in 1.1, Decryption in 2.0 | 03 Sep 2007 02:33 GMT | 3 |
Could anyone provide and example/link to how I could encrypt data in 1.1 and decrypt in 2.0? I think I need to use 3DES
|
| Closing ODBCConnections | 03 Sep 2007 02:18 GMT | 5 |
If I close and dispose an ODBCConnection object, shouldn't the connection actually close? I have found that even after closing and disposing an ODBCConnection, the database it was connected to still has an active connection as long as the application is still running.
|
| Extension Methods questions | 03 Sep 2007 01:38 GMT | 8 |
Some simple yes/no questions. I tried googling first and couldn't find specific answers. These are related to .Net 3.5 extension methods 1) I found that I would like to add properties as well as methods. Is
|
| Encryption in .NET 2.0 remoting across different domains | 02 Sep 2007 22:53 GMT | 1 |
I want to use the new encryption capabilities in .NET 2.0 remoting (e.g using the secure attribute). I've got my demo to work on a single and multiple server deployment in the same domain, but will this also work across different domains or
|
| Button Down State | 02 Sep 2007 22:48 GMT | 3 |
I want to simulate the two buttons in a scroll bar, i.e, use two buttons and when the user clicks on them and holds the button, I should scroll. My problem is when the button is clicked, It scrolls once not for the time the button is down.
|
| database objects for mySql | 02 Sep 2007 22:36 GMT | 2 |
Where can I find the objects mySqlConnection, mySqlCommand, etc for mySql databases? Is in this page http://dev.mysql.com/downloads/connector/net/5.0.html ? Thank you.
|
| Invoking static method by type name | 02 Sep 2007 19:10 GMT | 3 |
I know entity class name as string ( e.q. "Customer", "Product") I need to invoke static method in this entity class. I tried the following code but got compile error shown in comment. How to invoke static method when type name is known as string ?
|
| Calculated columns based on date in typed Dataset | 02 Sep 2007 18:40 GMT | 1 |
I am looking for a way to create some calculated columns in my typed dataset (VS 2005). This must be based on a datetime column in an SQL2005 table. The calculated column should return the char month of the date, and another column, the year on the date.
|
| Bad Key error since upgrading to .NET 2.0 Framework | 02 Sep 2007 17:36 GMT | 1 |
Is anyone aware of changes implemented in .NET 2.0 that affect the behaviour of the RSACryptoServiceProvider.Decrypt method? After no problems with this whilst based on .NET 1.1, after the upgrade this method constantly returns the 'Bad Key' exception. I
|