Answer Questions
bkejser WinFX November CTP released!
I just found this: http://blogs.msdn.com/tomarcher/archive/2005/11/18/494274.aspx It seems the download links don't work yet. Sorry for the incomplete links! Hi Johann, is there any place I can get Runtime as a donwloadable file rather than as a 'web setup' link Thanks, Dmitry The following link is alive on the download center. http: ...Show All
Raghavendra Prabhu Wrapping Label?
Anyone know how to make a Label that wraps across multiple lines in WPF I can't seem to find a property that makes this work. Thanks for the response, footballism. Unfortunately, what you suggested does not meet my needs. Putting a TextFlow (or a TextBlock) inside a Label defeats the behavior that differentiates labels from other static text: the ability to underline one of the characters in the text as a mnemonic character, and ...Show All
rcarun details and page footers
I am making a report with a master/detail structure. That is first I have master data, then several rows with details (think of it as order and order lines). I may have several master records with corresponding details and ordinarily I get one on each page. The bottom 1/3 of a page shall have a fixed look. This works fine as long as I don't have too many detail rows. No matter how many rows I have, I want them to appear conse ...Show All
Brian Schmidt first class support for layered windows?
currently i've been using the GadgetUILibrary sample from the September CTP bit to render a toplevel transparent/nonrectangular window. however, there are issues when it comes to animation, and i'm not quite getting UpdateLayeredWindow to do the right thing. my question is: is there any way to get better support in the Window class for layered windows my guess is that with all the features in WinFX that support nonrectangular widget ...Show All
esjr Problem using DTE80a.olb
Hi, I have migrated my code from .NET2003 to .NET2005. I used DTE.tlb, it gave me build error. However i got sudgestion from VSIP developer to use DTE.olb. But now I can see that this file is not present in VS2005. I used DTE80a.olb as I read in forums that this is just renamed form of DTE.olb. The build is successful but at run time, I get error CreatCustomeProject error at the time of clicking finish of Application settings page and project is ...Show All
Mark_Evans CallBrowser Sample?
Documentation of VSIP refers to a managed sample named "CallBrowser". This sample is not included in the files installed with VSIP (VS2005 Beta2) while all other managed samples listed or mentioned in the documentation, are. Where can I find the CallBrowser sample The sample is listed with the rest of the managed samples in the documentation (it's last in the list of managed samples as they appear in the contents of the "August CTP of the ...Show All
Ashley K Identify a Word Range
I need to identify a specific range within a word document. The issue is that if someone cuts and pastes it somewhere else in the document, how do I know that it's the same range What if they edit the text I tried using the Range.ID but according to http://msdn.microsoft.com/library/default.asp url=/library/en-us/vbawd11/html/woproId1_HV03076457.asp the word object model doesn't save the ID property. So what's the point of having it th ...Show All
kharulli Refedit Control for VSTO
http://msdn.microsoft.com/library/default.asp url=/library/en-us/odc_vsto2005_ta/html/OfficeVSTOLanguageMigrationFromVBA.asp The link above talks about a refedit control that can be used with VSTO. However, it does not appear to be implemented in VSNET 2005 Beta2 What is the status of such a refedit control This is totally ridiculous, that some solution is not provided for via VSTO, VSTA ...Show All
edsun Help Integration Wizard broken
I'm trying to use the html help integration wizard, but get a dialog box telling me Microsoft Visual Studio (as title) The operation could not be completed [OK] when I try to create a new project using the wizard. First try I got it to work but canceled it somewhere in the middle, after that I get the error message mentioned, I've tried doing a repair from add/remove programs, I've removed and re-installed it, but still the same problem.. Ho ...Show All
Phil Hoop VB6 and VS 2005
Hi I have just set up VS 2005 on my PC - all OK. I had VB6 on the same PC Now, whenever I try to open VB6 it asks for the VS2005 CDs and if given them tries to update the VS installation, over and over and over. If I Cancel the request for the CDs (a number of times) then VB6 opens and works fine. Any ideas how to get rid of this annoyance. Roy T Hello, i have the same Problem, can you tell me how you solved it Mic ...Show All
jsmans XAML TaskDialog
Hello, I've been reading through the Vista UX guidlines and I've been looking into the new TaskDialog. I know this is available through native programming but is this dialog going to be available as a WPF class I suppose it can be called via P/Invoke on comctl32.dll, but I would expect to be able to access via XAML, but I can't find a WPF (wrapper) class for it. Anyone know if it's available/going to be available Regards, Tomas ...Show All
Xie Zheng Unistall VS 2005 Beta 1
I'm trying to uninstall VS 2005 Beta 1 - This fails because vs_setup.msi is not on my local disk. Any suggestions Thanks If you want to uninstall all of the Visual Studio 2005 Beta 1 files, I suggest using the betas uninstall tool prepared with that scenario in mind. Try this link: http://go.microsoft.com/fwlink/ LinkID=47598 I hope you will find it helpful. Thanks - but ave ...Show All
Pogman Uninstall VS 2005, SQL 2000 broken
Hi; I thought I got the VS 2005 Beta 2 uninstall correct - maybe not. After the VS 2005 uninstall - When I try and run SQL 2000 I get snap-in error (snap-in failed to initialize). I uninstall and when in the re-install of SQL 2000 the setup not really hangs but kind of ignores any input in the Authenication Mode dialog. To proceed through this I can only cancel this panel of the setup wizard. The setup appears delighted at this and goes on ...Show All
Mike1820 Code reorganization
I Work in an environment with a lot of code that was written by previous contractors. These contractors have placed methods all over the files and we want to be able to reorganize our classes. For example, place all methods together, all event handlers together, all module level variable declarations together and maybe alphabetize them. I was wondering if there was something either in CodeDOM or DTE that I am missing that would help me cre ...Show All
Anonym0us XML Doc Comments for C++ not allowed in header files
Hi All, Can anyone help I read at http://msdn.microsoft.com/library/default.asp url=/library/en-us/dnvs05/html/vc2005intellisense.asp that you can put your xml doc comments in a header file, but when I do, the generated xml files do not have anything. If I put the xml doc comments in a cpp file it works. This seems like a bug, and a rather large limitation, or am I just doing something wrong. Thanks in Advance ...Show All
