Answer Questions
Shibu Shaji AnimationEffects...?
What are they used for and how does it work Is there any sample available on how to use AnimationEffects or animation composition thx Florian It's all about writing custom animation algorithms that can't be done by subclassing the standard animation classes. By overriding DoWorkForFrame you can use whatever algorithm you want behind the scenes to animate the element for the current frame of animation. HTH, Drew ...Show All
joah Does Crystal Reports require Microsoft Office installation at the server to export data to office formats
Hi, For an ASP.Net application is it necessary to have Microsoft Office installed on the server in order for crystal reports to export data to office formats Is exporting of data in office formats possible with Crystal Reports bundled with Vs.Net 2003 or does it require a developer edition. Thanks in advance Sai Hello, No you do not need Microsoft Office installed on the server to export reports to the ...Show All
Guri HELP: On MSDN, Office 2003 Key Un-Known?
Ok well recently i found that office 2003 is under applications tab in subscriber d/ls. I downloaded the iso. All good but what is the key All i see is Access 2003 Developer Extensions Key but it doesn't work. Anyone know how to get the key or where to look BTW This was closest forum to my problem. I searched the site too and no luck. Hi This is not the forum for this, I presume you are using MSDN Subsc ...Show All
smitten94 When is WPF going live for Windows XP
II've posted this thread in another Vista related forum, where I was informed that ther *might* be a WPF "go live" program, which would allow for product to roll out using WPF vefore Vista is officially launched. Is there indeed such a thing Tim talks about that exact matter on his blog today: http://blogs.msdn.com/tims/archive/2006/01/18/514615.aspx From the post: Firstly, this release of the ...Show All
TejasLambu Setting image on a CommandBarButton
Hi, I am trying to use the ImagetoIPicture method on one of the resource icons I have in a C# project. However, I get a Catastrophic failure (Exception from HRESULT: 0x8000FFFF (E_UNEXPECTED)) as soon as try to assign the the image to a CommandBarButton. I am using VS2005 /.Net2.0 and referencing stdole2.tlb from the C:\Program Files\Microsoft Visual Studio 8\VC\PlatformSDK\Lib folder. Thanks, -S ma ...Show All
jgon371 Auto-refactor doesn't work in the Cider "Source" window
You know how you can type a new name over the old name of an identifier in Visual Studio 2005 and it will show a SmartTag that lets you auto-rename all references to the identifier This doesn't work in the "Source" tab of Cider. I don't get the Smart Tag to let me rename. Just letting you know, to put it on your "To Do" list. Thanks Brian. You're right on both counts. There's no rename/refactoring support yet, a ...Show All
Yolande JIT Debugging problem in VC++ 2005
After installing Visual Studio 2005 on my computer I have problem in JIT debugging. For example, program has the following bug: int* p = NULL; *p = 0; When program runs in standalone mode, it shows exception dialog with Debug and Close buttons. If I press Debug, Visual Studio debugger doesn't start and program terminates. Additional information: XP Professional VS 98 and VS 2005 installed Jist-In-Time Debugging is enabled in Visual Studio 2 ...Show All
Omar80 Class Designer
is there a class designer in vbexpress2005 or an addin tool for and if so how do i use it/implement it No. The class designer is only available in Visual Studio Standard Edition and above. For a comparision between the Express editions and the Visual Studio editions see: http://msdn.microsoft.com/vstudio/products/compare/ . ...Show All
St Robel ComboBox "How To" Question
I am implementing a ComboBox in WPF that must display a different string in the textbox portion of the control than what is displayed in the items list. I have bound the items to the control using a DataTemplate defined in XAML: <ComboBox x:Name="customerComboBox" HorizontalAlignment="Left" Width="200" Grid.Row="0" ItemsSource=" ...Show All
hiteshvasoya VS code generation
I'm working on custom Designer. This designer must generate code files with partial classes definition (like Form designer generates Class.Designer.cs) in C#,mC++,VB,J#. I have no problems with generating Class prototypes (using DTE CodeModel) The question is: Is there any VS classes that allow me to parse methods: for I need to generate something like Initialize methods of Form designer. Its buri ...Show All
slwhaley NavigationWindow for a Wizard?
I would like to use a NavigationWindow to present a sequence of pages to the user as a wizard (not the main window). Can this be done I want to load several pages into the window when initialized. I have tried using a CustomContentState to preload entries in the BackStack and then GoBack to return to the first page. But, that does not seem to work. The AddBackEntry does not appear to do anything. My applicati ...Show All
vanni Use of the TextTransform tool
Hi, I’m trying to generate code from a template using the "TextTransform.exe" tool, but I get a warning and an error that I can’t solve... - The warning is: "A processor named 'OOModelDirectiveProcessor' could not be found for the directive named 'Esquema'. The directive will be ignored" - And the error: "Failed to load base class 'Microsoft.VisualStudio.TextTemplating.VSHost.ModelingTextTransformation' from which Transformation class i ...Show All
Taffy III uninstall V.Stdudio 2005 prof.
I have been installed Visual Studio 2005 professional recently. But I decided to uninstall it. I selected Uninstall Microsoft Visual studio 2005 Professional Edition 2005 - ENU But it alerted that " Setup is unable to determine a valid ordering for the installatios.See the error log for further details." And cancelled. (Windows-XP SP2) I want to uninstall it.can you hepl me Thank You........... [} ...Show All
Brent Rector Populating listview in C#
Any ideas how to do the following using C# <List> <ListItem><Paragraph>ListItem 1</Paragraph></ListItem> </List> I can't work out from the API how to add list items to a list, any ideas Andy Just figured it out. List li = new List (); Paragraph p = new Paragraph (); p.Text = "ListItem1" ; ListItem lit = new ListItem (p); ...Show All
Exal81 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
