Answer Questions
Shanmuka Adding a new file to a SourceSafe Project
There appears to be a difference between SourceSafe 2005 and prior versions when you execute the SourceSave File:Add Files command. In the earlier versions the only candidate files listed where those files in the project directory that were not in the project. This was a quick way to compare the directory content to the project files. The new SourceSafe 2005, on Add Files, lists all the files in the project directory (including those currently i ...Show All
Bopa Will DLinq fully support objects-first development?
Microsoft: 1. Will DLINQ be able to a parent-child relationship without having to write a ParentId property in the child class 2. Will DLINQ be able to map dictionaries (not just sets) 3. Will DLINQ be able to map nested classes properties in the same table as the class 4. Will DLINQ support all inheritance mapping strategies (class table, single table, concrete table) and be able to mix strategies at different levels 5. Will DLIN ...Show All
lordcornholio Dragging slider makes items in TreeView appear blurry
One other quesetion, however, when I drag the slider quickly from a large value to small one and hold the mouse down, the items in the TreeView appear blurry. Only after I release the mouse are they rendered nicely. Is this a bug Text and other primitives are usually pixel snapped when we render them, effectively meaning their rendered position is rounded to the nearest pixel. We do this because the qua ...Show All
zebbo Can you control of "Standard" toolbar buttons?
By that I mean... I need to know if a user has pushed the "Print" toolbar button on the Standard Microsoft Word toolbar. Thanks You first need to find the CommandBarButton object corresponding to the command. Then you need to subscribe for the Click event. Here is some VBA code that invokes a MsgBox when Print icon on the toolbar is pressed. Dim WithEvents btn As CommandBarButton Sub ThisDocument_Open() Set btn ...Show All
Leon Langleyben Where has FxCop gone ?
Hi! I installed Release version of Visual Studio Pro Version 2005. I installed over RC which I had gotten a few weeks back from MSDN as well. Install went without any hitches and everything is fine EXCEPT The Build menu had 5 items... the last one relating to Code Review (Basically it was FxCop built-in) Now the Build Menu has 4 items.. and no more FxCop... Where has it gone Thanks The Static Analysis feature isn't in the Pr ...Show All
DBAcrobat API for browsing VS 2005 "Track Changes" (yellow/green editor margin)
Hi, VS 2005 introduces a cool feature that allows the programmer to track changes in the text editor using the yellow/green line that VS draws on the left-hand side. Does anyone know if it is possible to browse those code areas (same as we browse manually added mark points) How can I program a macro / add-in / package that performs this task Thank you, Eyal The DTE object, the root of ...Show All
?krat Bolfenk Data label text format/size
Hello. I am using VS2005 Beta2 and Crystal Reports. I have a bar chart in which I want to show the data labels above the bar. Changing the font of the DataLabelFont only changes the size of the text from the data axis. Is it possible to set the datalabel font/size Goos van Beek. Hello, No, this is not possible with the bundled version of Crystal Reports. This is possible using the stand alone report designer; Crystal Reports XI. Ke ...Show All
OAF-NOR Excel Protection - Stopping selection of locked cells
In Excel, if you choose Tools | Options | Protect Sheet you get the option to stop the user selecting Locked cells. In VSTO I can use the Globals.SheetName.Protect() method, but I can't see any parameter that matches the "Select locked cells" option. This option is ideal for my particular situation as I don't want the sheet protection password protected, but the error message the user gets when trying to edit a protected cell tells the ...Show All
Peter Peter Standard config of a .NET web server
I'm trying to research what a standard config would be for my new production server which would be runnning the following: Main production server for running: ASP.NET web applications Reporting Services applications Integration Services Applications Engine (the new DTS in SQL Server 2005) Will be running the following applications on this server at this point: Windows Server 2003 Enterprise IIS .NET ...Show All
nfreeze No WinFX template in VS2005!?
I have installed the Visual Studio 2005 Extensions, but there's no WinFX project template in Visual Studio. I'm using Vindows Vista Beta 2 Build 5384.4. And what happened if you try to compile your WinFX project when you are not administrator When you installed Vista Beta 2, did you reformat the hard disk If not, I wonder if your problem could be caused by an old version of the Visual Studio extensio ...Show All
lax4u HOw to handle this using c#
I created a Pivot Table in Excel using c# and was able to specifi RowFiled, ColumnField and Datafield as: Xl.PivotField pvtRow1 =((Xl.PivotField)pvt.PivotFields("Description")); pvtRow1.Orientation = Xl.XlPivotFieldOrientation.xlRowField; Xl.PivotField pvtCol =((Xl.PivotField)pvt.PivotFields("PortName")); pvtCol.Orientation = Xl.XlPivotFieldOrientation.xlColumnField ; Xl.PivotField pvtFld1 =((Xl.PivotFiel ...Show All
Aryan_Patel_05 Remove Template security warning dialog
We have created templates for classes used in our product integrated in Visual Studio 2005. Currently we place them in the My Documents location. When the user selects "Add New Item..." and the template, a scary dialog appears, Microsoft Visual Studio - Security Warning The following template is attempting to open one or more documents in a manner that could pose a security risk. ..... This is horrible! The template has no custom wizard ...Show All
Simeao LocalReport PDF Chart Export Size
Referring to the compression issue with localreport exports to PDF for reports containing charts: http://forums.microsoft.com/MSDN/ShowPost.aspx PostID=134327&SiteID=1 Has anyone been able to come up with a work around This is looking like a show stopper for using SSRS reports for me. Thanks. S Shannon Is it still true that this will not be fixed in Visual Studio SP1 I have spent 3 weeks writ ...Show All
Tony H some question In DSL Tools
hello all! after i build DSL project and run,i see there are some toolitem on toolbox in debuging solution ,and i drag item from toolbox to docview ,designer create a domain shape for me, it is great! ,but i have a lot of more powerful functions.e.g for example below: in activities diagram ,i will create some reusable complex activity components in a Assembly, then ,in a other new project, i reference that Assembly,i want add those ...Show All
J. Aldrin ObjectSpaces
Is it true that ObjectSpaces are repleced LINQ Do they still have a plan to release with WinFS Thanks. ObjectSpaces was pulled out of .NET framework almost two years ago. DLinq is now essentially doing object-relational mapping that was once envisioned with ObjectSpaces - though in a much better way due to LINQ. Dinesh Kulkarni (Formerly ObjectSpaces Program Manager, now DLinq Program Manager :-) ) ...Show All
