| Thread | Last Post | Replies |
|
| Microsoft Word an c# | 27 May 2008 03:17 GMT | 2 |
I work in a c# project that uses Microsoft Word to generate report. In my program I use Interop.Word reference. When I run the program in my PC with Microsoft Word 2003, all work well. But when I execute the program in another PC with Microsoft word
|
| using / Add a reference then using | 27 May 2008 03:08 GMT | 4 |
I am trying to understand what is happening when 1. I simply write using System.Globalisation 2. I add a reference to a dll then write
|
| Why event handler first parameters are incorrect | 27 May 2008 02:45 GMT | 7 |
I noticed that DataGridView CellValidated() and other event handler first parameter is object: Grid.CellValidated+=new DataGridViewCellEventHandler(Grid_CellValidated);
|
| image Metadata | 26 May 2008 22:55 GMT | 1 |
After having no response with my earlier post i am wondeing if anyone has had any luck or seen any succesfull way of reading and writing image metadata to a jpg Thanks for any input
|
| SQL Server 2005 Compact Edition - How is it deployed? | 26 May 2008 20:42 GMT | 1 |
I have written a WinForm app using VS 2008. The app uses LINQ to SQL for a SQL Server Compact Edition database. The Setup has only one requirement (by default): .net 3.5 runtime. Now I got a notice from a colleague of mine, reporting problems with running
|
| Yes/No dialog box | 26 May 2008 20:37 GMT | 2 |
I'm new to C# but know MFC C++. I'm looking for api for launching a yes/no dialog box which returns a value that can be used for farther processing. Regards Mark
|
| C# GUI Library | 26 May 2008 20:32 GMT | 1 |
I start developing a commercial media player with C# in VS 2005. Most of the form would contain a picture or a video rectangular(the data and its representation do not matter here-just the frame and the control buttons). Some other rectangular
|
| Publish, ClickOnce | 26 May 2008 19:00 GMT | 3 |
I like the Publish function comes with VS2008. But 3 questions remain: how to make update path to be flexiable? Because I will give those updates to my cutomers, and different cutomer will use differnt server/shard path.
|
| How to query on a xml document like SQL? | 26 May 2008 18:53 GMT | 6 |
Dear Members, I want to find a collection of nodes with certain attributes. For example I want to retrieve every books with name = “NLP of MT” from this XML document:
|
| Implicit conversion of arrays | 26 May 2008 18:03 GMT | 4 |
If I have two types, t1 and t2, say, I can write an implicit conversion operator from t1 to t2. Can I write implicit conversion operator from t1[] to t2[]? I don't think I can... but, if not, what is the "next nicest thing"?
|
| SerialPort buffer | 26 May 2008 18:01 GMT | 1 |
I communicate with a device using the .NET 2.0 serial port class. I am notified when some data are received by the event. If I read the buffer there is still the "old" data + the new data. Why is the buffer not cleaned? When the buffer will be cleaned?
|
| How to call dynamically loaded Assemblies Method asynchronously,...? | 26 May 2008 17:54 GMT | 2 |
i have a (simple) dynamic plugin architecture and i want to call a member function from the dynamically loaded assembly and its instanciated class. The Code looks like this:
|
| Good intro to System.Transcations? | 26 May 2008 16:46 GMT | 1 |
(I'm mostly a Windows PowerShell scripting guy.) I'm looking for a good basic intro to System.Transactions. Is there anything online? I'd also consider buying a book...
|
| connection string name | 26 May 2008 14:23 GMT | 3 |
When i add a connection string FpConnStr from application setting UI in VS 2008, it ends with sth. like: <connectionStrings> <clear />
|
| serialization | 26 May 2008 10:02 GMT | 4 |
I was wondering how can I serialize/deserialize an enum? Is it like a regular propery? How can I do it? Thanks!
|