| Thread | Last Post | Replies |
|
| creating a custom listview item | 22 May 2007 17:09 GMT | 7 |
Can anyone point me in the direction of creating a custom listview item? I guess the other question then - is this possible? I want to create a list of listview items comprised each comprised of text and a set of textboxes.
|
| Application.Run() In a Windows Service | 22 May 2007 17:07 GMT | 28 |
I have a multi threaded windows form application that runs great after calling Application.Run(). Application.Run is required for a COM component I a using in the app (required for message loop). I have created a windows service from VStudio 2005 template. What is the windows ...
|
| Explicit Interfaces and overriding methods | 22 May 2007 17:03 GMT | 2 |
I know that I can't declare a method in an interface as virtual and override it, when I am using an explicit interface, but I am wondering if anyone else has come across this problem and how they handled it? I would definately prefer to use explicit interfaces, but I also know I ...
|
| Providing a programming interface to a plugin | 22 May 2007 16:56 GMT | 1 |
I was quite surprised to find virtually nothing about this but I may have been searching for the wrong thing. I want to know the best way to provide a programming interface to a plugin. I already have a plugin architecture that allows the
|
| cant read a string value from an excel cell? | 22 May 2007 16:51 GMT | 1 |
Im having a reaaally hard time with something... Im trying to read a cell of data into a String variable. It seems like such a simple task too... Get the excel spreadsheet, get the workbook, get the sheet, get the cell, get the cells data and store it into a string.
|
| Alternative to MessageQueues | 22 May 2007 16:42 GMT | 6 |
We have a product that has 5 executibles that communicate via message queueing. It works great. Problem is, when we install on customers PCs, there are some where their IT department has limited the machine so we can't do message queueing (the default user doesn't have rights to ...
|
| Vista difficulties | 22 May 2007 16:38 GMT | 9 |
Under Vista, the Dev Studio program installer adds a desktop shortcut to the Desktop. (.Net application.) The shortcut does not have a context menu item to run as administrator. However, if you create a shortcut manually from the exe file it does have a context menu item
|
| Project winding down - need to document the thing. | 22 May 2007 16:35 GMT | 3 |
Guys, Can anybody suggest good tools for documenting a system once it has settled down a bit so that it's worth documenting? I've done the normal putting descriptive XML in the class files, and normal documentation on what it's
|
| Help with serialization | 22 May 2007 16:03 GMT | 1 |
I have the following XML string: <?xml version="1.0" encoding="UTF-8"?> <bool name="value" val="false" display="OFF" href="/value/" xmlns="http://MyObj.org/ns/schema/1.0"
|
| how to serialize a generic field object | 22 May 2007 15:41 GMT | 5 |
I have to serialize to XML a class like this: public class MyClass{ string myString; object myObject;
|
| Drag and drop between two TreeView controls | 22 May 2007 15:41 GMT | 1 |
Drag and drop between two TreeView controls, is it possible? How? regards Jesper
|
| Passing XML data and providing progress to client. | 22 May 2007 14:03 GMT | 1 |
I want to pass chunks of an xml file or an entire xml file to my WS. I'm surprised to see fro MSDN that no System.Xml class is serializable (XmlDocument, XmlElement and XmlNode): - I should use a string as the web method parameter?
|
| Addin with own main menu entry | 22 May 2007 13:16 GMT | 2 |
Hello NG, I am currently working on a addin for VS2005 to have a couple of funtions available I need. Now I would extend/improve my add in, and there I have a couple of
|
| Something wrong with the code | 22 May 2007 12:43 GMT | 5 |
The object of the code snippet below is to save and restore a form's size and location. The saveFormSettings() method is called when a form is closing and restoreFormSettings() is called after InitializeComponent(). The problem is even though the settings appear to be being saved, ...
|
| how to serialize a generic object field | 22 May 2007 12:04 GMT | 1 |
I have to serialize to XML a class like this: public class MyClass{ string myString; object myObject;
|