Answer Questions
Utku Selamo?lu PointToScreen/PointToClient Question
Ho do I implement 'PointToScreen' like functionality I know how to do that from within mouse event handlers by using GetPosition(Inputelement), but in general case is there any reusable function, which would do that Thanks Look in VisualTreeHelper, there are methods for getting transformations from one element to another. Then you can use the transformation to transform a point, rect, or other sh ...Show All
SherryZ. installing Visual Studio.Net
Hi, I had been using the .net frameworks and the .net framework SDK from the microsoft. But now I want to install the VS.NET on my machine. Do I need to uninstall the .net framework and .net framework SDK from my machine before installing VS.net Thank you. No, they can co-exist on the same machine. Note that the SDK installation location will now dictate where VS will be installed to. If you want VS to ...Show All
cb-cb Can I extend the Xml editor.
In my project I need to extend the xml editor.What can I do In the next version we are considering making it easier to plug in embedded languages - we need this for script blocks in XSLT for example. As we figure out a design for this we'll post info about it. But in the meantime, you probably want to create your own file extension and your own Language Service that owns that file extension - then delegate to the XML editor's colori ...Show All
Daniel Walzenbach Class Designer in Visual Studio 2005 Beta 2
Hi, I would like to know if there is a possibility in Visual Studio 2005 Beta 2 to design classes using Class Designer without updating the code The purpose is to have the tool create a XML schema, kind of XMI, that will at the end generate with a custom tool my Data Access Layer. Thanks Best Regards, --- Laurent Kempe - laurent.kempe@techheadbrothers.com Tech Head Brothers - http://www.TechHeadBrothers.com Blog - http://weblogs.asp.net/l ...Show All
josh55 Feb Update: Fast Track MSHelp2 VS2005 Integration TestCase/Lab
Hi Friends, Several new sections have been added to the project: Uninstall section : Uninstall the MSHelp2 project namespace and then the MSHelp2 application itself Appendix section : Decompiling a standalone .chm to retrieve the .hhp file Acknowledgements section Also, the project is now available in .pdf format. The source files ( Download CHM version with help source ) can be downloaded from Microsoft Help MVP Rob C ...Show All
SqlShaun Debug a Web Service
Hi guys,I'm trying to debug a web service with VS Remote Debugger 2005 ,but when I try to debug VS opens the disassembly window and I can't debug my web methods. Any help will be aprecieted Ok Thanks! Can you verify that you have the PDB files (symbol files) loaded for the web service To do that, open Debug -> Windows -> Modules. Find the DLL that your web service i ...Show All
Muhammad Imran afzal Visual Source Safe 2005 and Visual Studio 2005
How to configure VS2005 integrated with VSS2005 I have setup the Visual Studio 2005 Team edition for architects and then the Visual Source Safe 2005 . I can't enable the source control toolbar buttons and the files of my project are not recognized as files protected by a VSS2005 project. Any help I follow the suggestion but when I go to source safe all i have in the drop down box in the "current source control p ...Show All
DevilDog74 How do I add a Search filter for my dev language?
Hello Can you tell me how to add a Search filter I have successfully added a Contents/Index filter, as described in the Help Authoring and Integration Guide. However I can't find any documentation on adding Search filters. In particular, I want to add a language to the language drop-down Search filter. I have the DevLang S attribute set in all the relevant HTML files. I have created an Slinks.HxK file and have included that in the correspondin ...Show All
dankster VB Plug-in options not available at times
One of our staff has a recurring problem with the VB6 interface for VSS 2005, in that the options for check in/check out etc. don't always appear when a file is right-clicked within the project explorer. Invariably this is fixed purely by reloading VB6, but is an irritation. Does anyone know what could cause this aberrant behaviour Regards, Steve Hall Thanks for the information Alin. I assu ...Show All
Imad.Ozone DLINQ + Intellisense
Hi, I have installed the DLINQ May CTP but I can't see Intellisense support, I'm running VS 2005 Team Suite. Thanks It works fine for me on VSTS. Make sure to start with the templates and confirm that the proper imports/using statements are at the beginning of your class definition. Also, make sure your install didn't error out as there are some edge problems with the installer, particularlly with foreign language versions of VS as were r ...Show All
MagnaX How to asynchronously display an image
If in my window xaml I have something like: ... <Image Source="http://www.slowserver/image.jpg" Width="20" Height="20" /> The window will be loaded and suddendly the application will freeze while the image is downloaded. After the image is displayed the application becomes responsive once again. How can I workaround this issue Is there an easy way to load the image in the background Thanks ! ...Show All
myso Change TextBock to TextBox in ListView template when it's selected
I'm trying to build an editable ListView. Basically, when nothing is selected it behaves like a regular ListView. When a ListViewItem is selected, I want to change the TextBlocks to TextBox's (or some other kind of control that allows editing. Here's a simple example of what I'm doing: < Page x:Class = " asdfsad " xmlns = " http://schemas.microsoft.com/winfx/avalon/2005 " xmlns:x = " http://schemas.microsoft.com/winfx/xaml/2005 " T ...Show All
bmcneill0 Export to pdf of report creates messtup image in pdf file
Hello all, any help would be appreciated: I'm using evaluation version of Visual Studio 2005 (Team System edition) I created Microsoft report (rdlc) that contains Image control in document header (logo). It's External image pointing to a file (if it's significant) I bonded the report to reportViewer control. Report shows nicely. When I print the report to printer everything is well, but when i export report to Acrobat ( ...Show All
Ted Curtsinger MSBuild file for .Net 1.0, 1.1, 2.0, Compact Framework 1.0 & 2.0 and Mono
Greetings, Intro: I'm currently working in a library that has to target both .Net 2.0 and .Net Compact Framework 2.0. My initial approach was to have two projects for each assembly. The source code would be all the same, with #if's testing for the compact or the full framework. One of the projects would have all the files, and the other all the files from the first linked. As the number of source files and assemblies growed, this turned into pro ...Show All
Mukool Embedding a Permanent Watermark Image Into SQL Reporting Services Report
Embedding a Permanent Watermark Image Into SQL Reporting Services Report I'm trying to get a watermark image/logo behind my reports in Microsoft Reporting Services for SQL Server 2000. I get as far as generating a background image in the rendering of the report, but if I export this to Excel the watermark is gone. Anyway to get this remain regardless of format that report is exported to Thanks. you do it through the background ...Show All
