Answer Questions
Jezz Santos Anonymous Methods and LinQ
LinQ provides query language for our collections as far as I understood, And by the way in c# 2.0 there is Anonymous methods which provide us using closures as functors. Did anybody have issues with Anonymous methods Why did they introduce LinQ what is the best way to select elements of a list that satisfy a given predicate LinQ or Anonymous Methods using closure sorry I am kind of confused. thansks for the feed back. I am e ...Show All
?? Xuan Hung Columns into generated ListObject's column
Hi, I am in between with a serious problem. Actually I have to generate columns depending upon some types. i.e. I want to generate columns into column, Lets see the structure: Suppose I have three columns generated in Listobject as "Col1", "Col2" and "Col3". Now "Col1" also has some more columns into it as "Col1a", "Col1b", "Col1c" etc and I need to show them into excelsheet. Is it possible in VSTO Please ass ...Show All
Craig N Jump To Code from a DotNet Add-in
Is it possible to jump to a code in a source document I'm looking for functionality similar to the jump-to-code feauture of Visual Studio .Net when there are compile errors for example in the Output Window and double-clicking on the error places a small visual indicator beside the offending line of text. Bookmarks are not an option. Using a TextSelection Object works but it's not exactly what I'm looking for. Thnx in advance, KJ ...Show All
Mitruka Exception "Report Definitoin is not valid" when deployed to Local IIS
The report ran fine on the Web Dev Server. Deployed to local IIS using "publish website' from vs 2005 which compiles the code to dlls. Can no longer render report - got the following exception: Any idea Is precompiling the application a problem Thanks in advance for any help! ReportProcessingException: The report definition is not valid. ReportProcessingException: The report definition is not valid. Details: Data at the root l ...Show All
Vishwas Lele Edit box on toolbar
I have created an Edit Box on the toolbar using the object model. It works fine in that it receives focus and can be typed in. The problem that I have is that I can not get/set the text inside of the edit box. I'm sure I can get creative and acheive this, but it seems like there should be a way to access this text, am I missing something in the docs Hi Nick Right, C# can make things difficult, as John intim ...Show All
zhaoqiang Register and view Help 2 collection files on a MS Virtual PC
1. I apologize in advance for being born a blonde (alas, no longer!), but what is the easiest way to register and view Help 2 collection files on a MS Virtual PC When I use the naespace.exe to view the Help 2 collections registered on my PC, I see that all of them have a filter sub-folder with a DocSet command string for the Help file that is visible in Visual Studio.NET IDE. They also have a titles sub-folde ...Show All
shakey slidewell Problem with sorting in a ListView
Dear all, My simple program has a ListView, a button that adds a record to the ListView and another button that sorts the data in this ListView. When the ListView is not sorted, no problem occurs. When I sort this ListView, the data is sorted properly. However, when I click on this ListView, the caret at the old position is not cleared. That means, there are more than one row are selected. Some time I can not select a specific row. W ...Show All
Pewal Prerequisites for VS
I installed IIS and FPSE after installing VS.NET becasue I wanted to go ahead and get started learning VB.NET. Now that I have IIS and FPSE installed, what parts of VS.NET do I need to re-install Nothing doesn't work as of yet. It was stated that IIS and FPSE must be installed prior to installing VS.NET. They weren't available at the time I installed VS.NET. They became available later and I then installed them. Now that ...Show All
Noob WF help Needed T-SQL Debugging in VS2005
Hello all. I posted this in the SQL Server and Visual Studio groups and got no joy. Hoping some of you have come across this problem. I have the pro version of Visual Studio.net 2003. It comes with the SQL server 2000 Developer edition. If I install the SQL Server dev edition, the VS IDE does not allow for debugging stored procs that are on the dev SQL server. The options for stepping into and all debugging options are just not there. Now if I i ...Show All
Niels Schneider Mixed credentials: Username & Certificate
Greetings, Our services will be exposed on the Internet. Only specific partners applications should be able to have access to them. At the same time, the partners applications users will need to be authenticated & authorized by our services. We will use role-based security to authorize them. The reason why we need a double validation using a certificate for each application is because we don't want anybody on the internet to be able to qu ...Show All
DugganFifr How to use CDO object with C#
How to use CDO with C# to access calender data from the MS Exchange server. if possible provide example.. Hello all; Ok, here is the story... CDO 1.2.1 is not supported or advised to be used under any .NET thread. Same goes for anything MAPI. Watch-out for third-party APIs which do this under the covers - they are not supported. CDOEX should work fine - set a reference to generate an interop from Visual ...Show All
SimonS_ Bug fix request
Hi; There is one bug I hope gets fixed in Office 12. (Fixing it in a service pack for Office 9 - 11 would be really nice too.) Sometimes the menus I add to Word stop calling my event handlers. A very easy way to see this happen is open two instances of Word, close the first instance of Word, then close the document (but not Word itself) of the second instance. The menu objects will now fault if you access the enabled property and they will no lo ...Show All
rupa Word object created in suspended thread won't close...
Hi, I have a Word object wrapped in a class which is created within a threaded method. The class has a Dispose method which cleans up all the Word stuff nicely, and works perfectly 99% of the time. The problem I have is if the user quits the application when the Word object has a document open and the thread is in a suspended state, Word is not destroyed and my application just hangs (it looks like it has closed, but it is still in memor ...Show All
John32 Databinding to a service method...
Using what seems to be the preferred approach for accessing WinFX services, is data-binding possible There are two approaches, I understand, for handling references to a WinFX service. In the first, you use the "scvutil" application to auto-generate proxy classes. These classes wrap all necessary logic to call a service. There is no direct reference to the service project in your consuming application, and you can generate these ...Show All
Mooseboy2358 Determining Capabilities on your Binding (Mex)
In his article "Exposing Capabilities on your binding" Kenny W talks about figuring out what a binding exposes and what it does not. http://kennyw.com/indigo/113 Does anyone have an exhaustive (or close to) list of what capabilities one can determine on a binding using the above approach E.g. When one gets a list of bindings using Mex address, one has to decide what binding to use. One of the criteria is security, which K ...Show All
