Answer Questions
SDCripps Compartment Shape for Model
Is it possible to create a compartment shape for the whole model I want to have sections of the canvas that only allow specific shapes to be embedded, and each section have a title that is non-editable. I would also like this compartment to resize to fill canvas. Is any of this possible Jezz, a quick update: I just noticed the a new download posted on this formum by Alan Cameron Will (member of the& ...Show All
RogerWS What can be created with DSL?
Is DSL just for structural design or processes could also be designed How DSL development is different from developing a framework from extensibility point of view and by aplying changes How constraints are implemented are there any relations with OCL Could DSL be used for Data modelling (keys, trigers, constraints) Aidas Yes, a project will often use several DSLs. The overall context for DSLs is our ...Show All
HermannS FAQ -- How To's, Troubleshooting, Experiences, Resources, Future plans,
Frequently Asked Questions This is a collection of questions and answers collated from the Forum. Thanks to all the questioners and answerers! Please post a reply if you notice something incorrect, or want to recommend something to be listed here. [Just for this thread, we'll delete your reply after dealing with it.] How to... Display the DSL inside a User Control inside VS Intercept click on icon decorator Force the place ...Show All
Bitnius Change 'arrowStyle' of a connector at runtime
hi, i want to change the arrowStyle of a connector. If i change a certain property (enumeration type) of a relationship, the style of the connector end should be changed too! Is this possible Thanks! BENJAMIN Benjamin, As Alan says, dynamic arrowstyles are supported "out-of-the-box" in the CTP. However, you might be able to achieve the effect you want if you are prepared to writ ...Show All
itisapple Modifying Excel menubar
Hi group, Modifying the menubar to hide those items not needed within my Excel program. Making visible again those items that I can still use such as Print, Print Preview, Page Setup, Exit, etc. ' "Page Setup" menu item has id = 247 menuControl.CommandBar.FindControl( _ MsoControlType.msoControlButton, 247).Visible = True I have a problem with the Page Setup menubar item. When clicked, the following error message a ...Show All
Praveenkmenon can’t find WindowsCodecs.dll with Beta 2
After installing new beta , my WPF project compile well, but when executing it raises an error : Can’t find WindowsCodecs.dll. I have search this library and is not present in my system. Am I missing something Thanks Also works for me Thanks LearningWPF -- we're looking into this and believe we understand the cause and fix. Before entering it permanently ...Show All
DNA20 Textbox Bug
I don't know if the textbox was changed to work like this now, or if it is a bug. Up until the Feb CTP the .Drop / .PreviewDrop events of the textbox always fired, no matter what you dropped inside of it. (The data didn't show, but the event fired) Now, when dragging data, I have to use the .DragEnter event and set e.Data.SetData("") to something before the .Drop method will work. Is it suppose to work this way now Thank you ...Show All
wojtas_a VSTO & MS Access
I'm just trying to get up to speed on the new Visual Studio 2005 and the new Tools for Office. We do a lot of work with MS Access (and Excel) and what I find odd is that in all the articles I've read there is not mention of MS Access w.r.t. the VSTO. Do the VSTO not work with MS Access What am I supposed to use if I am doing development with Access 2003 Can someone please clarify how VSTO works with MS Access We've alr ...Show All
Chris2006 picture - red x
I develop my reports using Crystal 10. I view the reports using the report viewer object in Visual Studio 2005. A link button opens the report. The tool bar is shown but i have inserted an image but only a red x appears where the image should be. If i click the printer button on the tool bar then the report opens in pdf and the images shows no problem. The issue seems to be showing the image when the report is opened up from the .net application ...Show All
dolot DSL Toolkit for August CTP ?
Does anyone have any information about a drop of the DSL Toolkit for the VS August CTP Cheers, Adam Magee. Avanade Australia Hi Luiz, no, this feature won't be in the September release, but a later one. About the September CTP, do you know if this release will support generate many files from one template I know there is a workaround in this topic http://forums.microsoft.com/msdn/ShowPo ...Show All
bhan VS.Net 2005 & VSS 6.0
Sorry, I could not find an answer to this already... Will Visual Studio .NET 2005 (Professional ed.) work with Visual Source Safe 6.0 Has anyone attempted this with a beta version Actually, remote and delete propagation will work, but only from client -> database. Synchronizing deletes/renames using Get dialog will not work (propagation database -> client) as it requires new functionality in the provider. Another thing that w ...Show All
el-chema GridViewColumn's "Width" attribute doesn't allow a "qualifiedDouble" value in XAML
Hi Microsofties, XAML doesn't like the "Width" attributes in the following: < ListView Name = " m_listView " > < ListView.View > < GridView AllowsColumnReorder = " False " > < GridView.Columns > < GridViewColumn Header = " QUANTITY " DisplayMemberPath = " Quantity " Width = " 0.5in " /> ...Show All
shihuey Gotcha when installing February 2006 VS SDK
I downloaded the VS SDK February 2006 CTP 4 times before I realised that the message I was getting about the install file being corrupt was nonsense. Eventually when I ran Winzip over the top of the installer exe file, it spat out the following text. SearchForSign() - Search length < size of CAB signature SearchForSign() - Search length < size of CAB signature Extracting file: C:\Industry\VsSDKFebruary2006.exe Extracting to "C:\ ...Show All
amarshan Howto determine the startup form of a project?
I'm trying to figure out which form is the startup form for a WinForms project. Ive looked for some property in the project or the VB file itself and neither one seems to know the answer. More specifically, I'm looking at the Properties collection of the project and the projectitems objects using the DTE. Obviously I'm missing it here. Where can I look to find this information Thanks Bill There is a "StartupO ...Show All
mahdi Changing the copy local value at build time
We are trying to implement a file reference setup for our assemblies that will eventually belong to the GAC. As these assemblies are constantly in flux until we agree they are sufficient for release we want to do the file references with the following requirements: 1) Not force the developer to have to add each assembly to their GAC on their local box every time a change is made to the assembly 2) Have a common place f ...Show All
