Answer Questions
Koen Verschueren Current statement markers
Hi, I am implementing a language package complete with a debugger and all (not using the regular VS debugger SDK, for certain reasons). Now, the debugger is working but right now i am using the bookmark marker as the current statement. I want to use the regular Visual Studio current statement marker, but it seems that the MARKERTYPE enum does not have any such option. Ofcourse i can replicate it by making my own marker, but i don't want to do th ...Show All
akka get event from the built-in callstack window
hi all, any idea how to get called when user double clicks a stackframe in the CallStack window I'd like to display additional text in my own toolwindow when user jumps to a stackframe. Or can I add additional menuitem to the context menu of the CallStack window and get the selected item thanks, steve I found a partial solution: I can subscribe to any events through _applicationObject.Ev ...Show All
Naveed_Shoaib Properties on Relationship
I would like to add custom properties to a relationship that an end user of the domain model designer can configure using the properties explorer window. Is there anyway that I can do this Yes, see http://forums.microsoft.com/msdn/ShowPost.aspx PostID=17201 In the DMD you can select a relationship and then choose the 'show as class' option from the context menu. The relationship then appears as a class on the DMD design surface and ...Show All
Shapid Hierarchies in DataContracts
Is it sensible to create a hierarchy using DataContracts For instance i would like to have one DataContract contain a (generic) list of children that are also DataContracts. What are the issues in doing this Secondly I'm not sure of what my options are regarding initialization of the members of a DataContract. Do I have to have a create method on my ServiceContract for every DataContract I wish to initialize I only really want to initialize va ...Show All
Sniffy Error when installing VS 2005 Beta 2
Hi, I experience this problem during the installation of VS 2005. The installation always fail upon the Maintenance where it says that some of the previous installed components are not removed, thus resulting in the software having to uninstall. However, I have checked the installed application and found that none of the stated applications are found. Can anyone help Thanks Quanto..... I will try it out ...Show All
Luca Dellamore - MS LoaderLock was Detected when entering text in a Windows Form
When running my C# code in the debugger, I get a loaderlock MDA whenever I enter text in a windows form. The MDA Text follows: Attempting managed execution inside OS Loader lock. Do not attempt to run managed code inside a DllMain or image initialization function since doing so can cause the application to hang. It is not obvious from the stack dump how to fix this problem. [Managed to Native Transition] System.Windows.Forms.dll!Syste ...Show All
Andy Sloan mshelp:link in CHM
I'm generating technical documentation and need to automatically generate a link to member reference in MSDN2. For example I want to point to System.String.TrimEnd method documentation. It is easy when generating Help2, because I use mshelp:link and specify the keyword which can easily be determined (in this case the A keyword is frlrfSystemStringClassTrimEndTopic). But when creating CHM documentation, I cannot use mshelp:link but <a href=&qu ...Show All
shawjh Thread object in a different namespace?
Rather than using System.Windows.Threading; I had to declare using System.Threading; to get my code to compile. -------------------------------------- System.Threading is the core threading namespace for the .NET BCL (base class library) and includes all the primitive types for doing multi-threaded programming in the CLR. System.Windows.Threading is the namespace for additional threading features specific ...Show All
Kevin Kwan How to data bind NameValueCollection to GridView?
I wonder how I can data bind a NameValueCollection to a GridView in a ListView I have the following code: < ListView ItemsSource = " {Binding Path=Properties.AllKeys,Mode=OneWay} " > < ListView.View > < GridView > < GridViewColumn Header = " Name " Width = " 120 " DisplayMemberBinding = " {Binding} " /> < GridViewColumn Header = " Value " ...Show All
Steve Cook AdvancedSearchComplete return multiple results in Outlook Addin...
Using VSTO in VS2005 Beta 2, I built an Outlook Addin that, among other things, creates a HashTable of unique topics from chosen folders. I've added handles to AdvancedSearchComplete and AdvancedSearchStopped to my Button_Click. On Button_Click, with every folder chosen, I iterate through the hash and, if the key matches the folder I'm looking for, I create a new search for each unique topic in that folder. Everything works well a ...Show All
jshepler Detecting Cursor in the Text Box
Hi, Does anybody now how I would go about to detect over which character the cursor is hovering over in a textbox For example, certain parts of text in the textbox are handled as special values, I would like some action to happen when the cursor hovers on certain text within the text box. Thank you, Jaco void tb_PreviewMouseMove( object sender, System.Windows.Input. MouseEventArgs e) { ...Show All
Todd2000 Crystal Report Linked Image In Vb.Net
Hi ppl, I have an application in vb.net using crystal report viewer i have used an bmp image(linked) from a path but when i change image the image does not reflect in the loaded application report i restarted the appn also Intrfestingly i did this in one of the samples of crystal report examples and it works fine there Is there some extra code or function i have to add Pls advice ppl! Mazen Nahdi I hope ...Show All
BW TFS Version Control with Visual Studio 2003 ?
Will it be possible to use the TFS Version Control system with Visual Studio 2003 Will there be a Team Explorer for VS2003 Hi, Please read the following blog-post for information regarding your question: http://blogs.msdn.com/buckh/archive/2005/06/03/425100.aspx Regards, Vikram ...Show All
ReussDr displaying a pop-up window
Hi, I'm been working with ms build quite some time now and I was wondering if there's any way to show a confirmation window to accept or reject changes before the project is deployed. Thank you for you advice You could write a custom task to achieve this. In your task show the dialog and have the task output a property of its result. Sayed Ibrahim Hashimi www.sedodream.com ...Show All
ScottTarone connecting to Oracle RDB database in VMS platform from VISIO reverse engineer
While connecting to Oracle RDB database in VMS platform from VISIO reverse engineer, the connection fails with error message "Driver not capable." We tried out the procedure given in this page but still encountered the same error. Could you please help us in this regard. For questions related to Visio develpment, please post your question here: http://msdn.microsoft.com/newsgroups/default.aspx dg=microso ...Show All
