Answer Questions
Gadgetman Animation Problem!
Hello: When reading the Hands-On Lab, I enjoy myself. There is a class named " Photo " to store the path of Image A collection: public class PhotoList : ObservableCollection<Photo> A ListBox whose ItemsSource is binded to the PhotoList ; But I met a strange problem , The following code works very well when the PhotoList is steady. <EventTrigger RoutedEvent="GotFocus"> ...Show All
RafOv date picker not available, someone already working on it?
Okay, so I'll be the first to whine about this: it's been said in some video's and a few blog posts that there will not be a datetimepicker for avalon provided by microsoft. Is that true If so, is someone working on this / planning on going to work on it I'm probably going to need this pretty soon, and I think it's a bit too involved to just do myself. Regards Hello Ji, DatePicker is also very important to me. I've raised the ...Show All
John A Grandy Plugging in the SDC WiX tasks to Team Build
One for the sdc team! I am trying to use the CompileMsi task from Microsoft.Sdc.Tasks, the documentation uses the following example: <CompileMsi SourceFiles="SourceFile1.wxs;SourceFile2.wxs" ...Show All
Michael Thornberry How to determine if a model passes validation?
I run templates automatically when the model saved. The templates should only run if the model is valid. I can't find a way to determine if the model is valid. The IsValid property always returns true, even if there are validation errors. Hi John, Dunno in what kind of context you need the information How you can get the validation results programmatically can be found here . Hope it helps, Gerben. ...Show All
VenkatKrish Outlook Event (Flagicon changed)
Using VSTO I want to create a sub procedure when Flagicon of the email in the inbox has been changed How to capture flagicon changed event, I mean what event will be fired when you change flagicon of your email Privage Sub 'NeedEventNamethatwillbefired End Sub While Outlook does not fire a specific event for the flagicon change you can use the PropertyChange event on the MailItem object to gr ...Show All
Luis Vazquez problem with SS utility
Hello I have ssexp.exe version 6.0c build 9447, and ss.exe 6.0c build 9350. In Dos prompt I type: ss Checkout $\sv201\db\dbcmd.cpp -IC -c- The file is checked out (I can see it when I hit F5 (refrash) at the UI VSS) The problem is that the attrib of the file stays read only. I type again ss Checkout $\sv201\db\dbcmd.cpp -IC -c- I get "You currently have file $/sv201/db/DBCMD.CPP checked out." But I can't e ...Show All
Matt Carroll How to Create a Graphical Designer
I am looking for documentation or sample code on how to build a standalone GUI designer. The basic functionality is A tool box A canvas that controls can be dropped onto and be (re)positioned and viewed at design time. Property Explorer to set the various properties of a control As this will eventually be used in a commercial product, please limit responses to tools/libraries/SDKs that are freely distributed. Any help is app ...Show All
minut New project type (like an HTML editor)?
Hello! I read a lot about extensibility both from this forum and VS SDK but I still can't figure this out: how can I create a whole new project type what I need it's something similar with an HTML editor where I can use the Solution Explorer (to show the folders and files in a site), the Properties tab (for reading and setting various properties of the input controls), some commands in menus (let's say Copy site via FTP), perhaps some items i ...Show All
Scott E dragging control will immediately crash visual studio
Problem repro: create a new windows application fx project, create button on the grid, drag it to another location. After about 0.5 seconds visual studio throws an error and asks me if I want to debug. If i choose yes, I can get to this call stack: > ntdll.dll!7c901230() [Frames below may be incorrect and/or missing, no symbols loaded for ntdll.dll] milcore.dll!53216a95() milcore.dll!5316ba53() milcore.dll!530d9318() milcore.dl ...Show All
hangar18 VSTO Templates
Hi, I am currently working on a project which has more than100 Word templates each template will be consisting of Word document with Controlls like Text box on them. These templates will have certain data which shall be populated from the Database. And the data on the template can be editable and the data in the text box is resulted as the text entered from the ActionsPane. My goal is : 1. Have a generic template where contants wi ...Show All
gmedina DSL Tools for RTM?
Is there any words out yet when we'll be getting Microsoft DSL Tools for Visual Studio 2005 RTM The concepts around Software Factories are very interresting and we're investigating different ways of implementing some of it's aspects. Especially interresting is the ability to define own custom DSLs and make designers for them within Visual Studio 2005. Just one quick question, is it possible to edit/manipulate the Class Designer's code generatio ...Show All
Gargi VSS Automation - VSSItem.Add problems
Hey everyone, I'm sure this is a simple fix, but I just seem to missing something... I am using the C# COM wrapper with InteropServices. I have tried all the below calls, and they return the error below: tempParent.Add("C:\\index.html", "File promoted from DEVELOPMENT", 0); tempParent.Add("C:\\index.html", "File promoted from DEVELOPMENT", ( int )Flags.VSSFLAG_DELNO ); L07_Debug 7/25/2005 11:25:53 AM PC127782 SSEXP.EXE Testing Ciosor.GetItem ...Show All
vaghelabhavesh Create automatic log file when i click the msi file
Friends i want a log file to get created as i install my application using myapplication.msi or setup.exe generated by VS 2003. I dont want the command prompt solution using msiexec myapplication.msi /l c:\mylog.log I require an install log get created automatically when i click either setup.exe or myapplication.msi. one more i tried the CmdLine option option in the setup.ini file generated by visual studio.net. but what ever instruction i giv ...Show All
Hugo M Loosely Coupled Events
What's the equivalence to COM+ Events in WCF I would like consumers to be able to subscribe to datagrams from my service in a loosely coupled fasion like COM+ Events. /Jonas There is no equivalence to LCE COM+ in the WCF. The Pub/Sub notification has been removed from the V1, see the link: http://www.longhornblogs.com/robert/articles/VSLive_DonBox.aspx Have a look at the ...Show All
BenoitFranc T-SQL Debugging on VS2005/SQL2005
Hello, I can't seem to debug an SQL stored procedure using VS .Net's 2005 debugger. When I Step into stored procedure the breakpoint turns to a question mark and says "The breakpoint will not currently be hit. Unable to bind SQL breakpoint at this time.  ...Show All
