| Thread | Last Post | Replies |
|
| Enforcing Serialization | 13 Feb 2007 20:15 GMT | 2 |
We're trying to enforce serialization of all our widely used objects at our company (our entire company's technology team is probably about a hundred people) and are trying to come up with a good, automated way of doing this.
|
| DataGridView | 13 Feb 2007 19:57 GMT | 2 |
Is there a way to take a datagridview which is bound to a datasource, add an "unbound column" and bind that column to a different binding source for a diffent table? When I attempt to edit that columns properties, I only see the original
|
| Help on .NET Word Object Library Range Find.Execute infinite Loop | 13 Feb 2007 18:55 GMT | 1 |
Thanks for reading this posting. I have been cracking my head on solving the infinite loop when i call the following section code. Any help or advise is greatly appreciated =D
|
| string problems | 13 Feb 2007 17:01 GMT | 5 |
I am not sure if this the correct group to ask or not, but here it goes. I am having problems inserting data into MS SQL 2005 vai c#. I have strings( varchar( 80 )), that have ' and " in them: 'Danny's Place'
|
| Oder By | 13 Feb 2007 16:38 GMT | 2 |
I allowed C# to automatically create databindings for me as code below shows. How can I set the orderby so the column i want is sorted? I have a combobox in a datagridview and I need to sort the data shown in it by the commandtype and not the primary key.
|
| subclassing WndProc | 13 Feb 2007 16:23 GMT | 6 |
How can i do if i want to subclass WndProc from a control to MyNewWndProc ? in fact i have a UserControl on which i have another control (ListVire). And i want to subclass the WndProc of ListView by MyNewWndProc function from my UserControl.
|
| How to decode 'safe' html back to original raw text? | 13 Feb 2007 16:15 GMT | 2 |
Is it possible to use features from XmlDocument to unescape text back to its original raw text format after it has been escaped to handle non-HTML compliant character strings? I have code that serializes text to an XML file and then deserializes back
|
| Worker thread preventing application shutdown | 13 Feb 2007 15:35 GMT | 3 |
All: I have a problem in which a worker thread in my (.dll) assembly isn't allowing the main (.exe) assembly from terminating. Here's the scenario:
|
| data problems | 13 Feb 2007 15:23 GMT | 2 |
I am not sure if this the correct group to ask or not, but here it goes. I am having problems inserting data into MS SQL 2005 vai c#. I have strings( varchar( 80 )), that have ' and " in them:
|
| An interesting/annoying problem involving callbacks and native C and C# | 13 Feb 2007 15:22 GMT | 6 |
An interesting/annoying problem. I created a small example to provoke an exception I keep getting. Basically I have a C-struct (Container) with a function-pointer in it. I perform repeated calls to the function in the container. I allocate
|
| Deploying application (.NET 2.0) to intranet | 13 Feb 2007 15:21 GMT | 2 |
I am coding a .NET 2.0 application that needs to be able to run from a network share (intranet), but the security settings does not allow me to do this by default. How can I - in the installation program or by manual intervention
|
| How to create a definitions file acceptable to both HTML Help Workshop and C# | 13 Feb 2007 15:16 GMT | 1 |
Is it possible to make a single file that can act as the source of context help topic ID for both MicrosofMicrosoft's HTML Help Workshop and C# projects and, if so, how? Microsoft's HTML Workshop wants to see its topic IDs in the standard C++
|
| DLLImport for C lib | 13 Feb 2007 14:35 GMT | 2 |
I have to call a method written C inside my C# code.This C code is compiled to .lib . Do i need to convert this to a dll before using it in my C# code or can I import the lib file itself.If anybody have idea how to import this in C#
|
| Setting an attached property by a Setter element? | 13 Feb 2007 14:32 GMT | 4 |
I have the fragment below as contents of a <Grid> element. The idea is that if the checkbox is checked the <TreeView> element should only span one instead of two columns. When I check the checkbox the background of the treeview turns red, but the treeview continues to span 2 ...
|
| ImageList Component: Adjust Image Size Per Image | 13 Feb 2007 14:22 GMT | 2 |
I'm using an ImageList component in conjunction with a ListView control to display images and it appears as though it's only possible set the size of an image globally, for the entire list. Is there any way to adjust the size of images on a per image basis?
|