| Thread | Last Post | Replies |
|
| Losing reference to ADODB | 28 Jun 2006 02:42 GMT | 1 |
Any time someone gets the latest code from VSS they need to remove and add a reference to the Microsoft ActiveX Data Object 2.7 library. Is there some way to prevent this from happening? This makes it annoying to build a project if they need to manually fix this all the time.
|
| DataGridView: programatically simulate RowAdd escape to cancel | 28 Jun 2006 02:23 GMT | 1 |
Does anyone know how to simulate the 'escape' key functionality for cancelling add ing a new row in DataGridView. I have attempted to use CancelEdit(). They seem to only remove/dispose the editing of the current cell of the added row. However, the new row is still
|
| how to get desktop window handle? | 28 Jun 2006 02:21 GMT | 4 |
I use API GetDesktopWindow to get desktop window handle and compare with WindowFromPoint(x,y) to get window handle. GetDesktopWindow return 65556 WindowFromPoint return 65700
|
| character map application | 28 Jun 2006 02:17 GMT | 1 |
Hi, there, I want to develp a "character map" like program to let user select some symbols which is hard to enter using normal keyboard, and then insert them into my application. The basic functions are the same as windows "character
|
| Type casts | 28 Jun 2006 01:49 GMT | 6 |
Hi all, I have a class that holds a member of type object. This member could end up being: uint int
|
| bypass .Net not installed on PC - embed c# appl. in C++ win32 appl | 28 Jun 2006 01:46 GMT | 1 |
I have a smallish C# application that i wish to distribute as a standalone executable (ie. without installer or other support files). Easy enough if everyone has .Net Framework 2.0 installed as it's a simple question of file copy/mail/web-publish/etc.
|
| Exporting A DataSet - Recommendations? | 28 Jun 2006 01:39 GMT | 3 |
I'm re-writing an application in C# that was originally written in Delphi 7. The heart of the application is a DataSet displayed in a DataGrid. One of the main functions of the previous application was to save the
|
| Enterprise Library 2.0 pulled from market?? | 28 Jun 2006 01:32 GMT | 3 |
I seem to remember reading somewhere that the January 06 release has been pulled out and users were instructed to download and use the June 2005 release. Two questions: 1- Is this true (was the Januray release pulled)?
|
| How do I know if its compiled for release? | 28 Jun 2006 01:29 GMT | 6 |
People, how do I know if my software is comiled for debug or release? And how do I compile for release? TIA, Scirious.
|
| Static fields and Serialization | 28 Jun 2006 01:02 GMT | 2 |
I'm trying to understand why static fields are not serializable in general. Is it purely because of implementation reasons or because it does not make sense to do this?
|
| ref keyword in foreach statement?? | 28 Jun 2006 00:45 GMT | 5 |
I received this error when I used "ref" in foreach statement. Dictionary<string, object> oInterfaces; foreach (clsInterface vinterface in oInterfaces.Values) {
|
| Getting Error Due To Different versions of Interop.Excel - How to clear the reference | 27 Jun 2006 23:27 GMT | 1 |
I referenced Excel via COM in References and selected the Excel Version 11.0 but somehow it picked up the Beta of Office 2007 in the Interop reference that gets pulled in as well. I decided to remove the Beta as I didn't want that being the version of
|
| HowTo start/stop a service on a remote computer | 27 Jun 2006 21:59 GMT | 1 |
I'm still trying to start/stop a service on a remote computer. (I promiss that's the last new post because of this problem from my side) My situation: I've an application running under the user paul (pw:paul123) on the
|
| Overriding Base Properties | 27 Jun 2006 21:45 GMT | 12 |
This question concerns something I'm trying to do with the CF but it's really a generic C# question. With the Compact Framework, one can't add a radio button with a long label because the labels don't wrap. So I've decided to create my own custom radio
|
| Getting a DataColumn's Type | 27 Jun 2006 21:24 GMT | 1 |
Probably a simple question... I have a DataSet which gets its schema from an external xsd file. At one point in the code, I am iterating through all the records in one of the DataSet's DataTables, by means of a DataView of that DataTable. I
|