Answer Questions
Ron Hicks Application.AddChartAutoformat(), Working with xls, not with xlt
Hi, I had tried out this code, to store Custom user defined chart in xl gallery; OPTChart = Globals .Sheet1.Controls.AddChart( Globals .Sheet1.Range[ "A1" , "M14" ], "OPTChart" ); OPTChart.SetSourceData( Globals .Sheet1.Range[ "A1" , "A4" ], Excel. XlRowCol .xlColumns); OPTChart.ChartType = Microsoft.Office.Interop.Excel. XlChartType .xl3DArea; Application.AddChartAutoForm ...Show All
Sajid Saeed reportviewer whit differents reports
I wonder if is possible to use une ReportViewer an dinamically change the report it show. if so, please tell me any indication. Thanks Hello, I would like to do the same, using one reportviewer to display all reports i have on my project. I'm starting to learn VB and i'm a bit lost. Could somebody post some sample code how to do this programatically in VB Regards. Thanks. Im using windows forms and t ...Show All
Apple An How to trace WCF with TcpTrace
Check out the following for details: http://pluralsight.com/blogs/aaron/archive/2006/04/17/21870.aspx Aaron Skonnard, Pluralsight Good to know - I had previously tried and failed to use TcpTrace! cheers - Donovan Same here...... Very useful post :) ...Show All
Stefan00 Localizing Crystal Reports toolbar/export/print dialogs
Hi, Looking at the feature in XI it is clear that Crystal Reports XI now supports localization of the viewer (toolbar/export popup/print popup) http://support.businessobjects.com/documentation/product_guides/boexi/en/crxi_WhatsNew_en.pdf I am using VS.NET 2005, CR XI, .NET 2.0 I have been unable to get CR to localize the toolbar/export popup/print popup. I have tried explicitely setting the page Culture and UI culture to "fr-CA" i ...Show All
TimFitzpatrickmsdn Plans for dynamic cached lookup of DLinq Table classes?
The video example includes a code generation tool that "may" become part of a future Visual Studio to generate classes to represent SQL Tables for DLinq. Someone has already posted a Code Smith template to do something similar. I'm interested in a run time capability that can reference tables by name and generate matching DLinq Table classes at runtime. I work with systems that have tables whose information is often extended (so the Meta ...Show All
FrancoA Project reference problem
Hi, I want to create a template solution with 2 projects. One of the projects has as reference the other projects from the same solution. Can you tell me if is possible to do something like this and provide me the solution (an example) Thx, Marian Hi, thats no problem. In the project that shall reference the other, just right click refernces, click add reference, click on the project tab, chose your other so ...Show All
E Ingram Adding additional RenderingExtensions
Hello. Our company is a small ISV that is hoping to use the Windows Forms ReportViewer for a number of things, among them the archiving of billing invoices. This requires us to be able to export to a "carbon-copy" type of output format, such as PDF. Our application ships with MSDE, so we're unable to use the full version of Reporting Services. PDF is not a supported export format for ReportViewer, but we were able to get this ...Show All
Shok cannot find keycodev2.dll or Invalid Keycodev2.dll
I have developed and win forms application using vb.net, as part of the application I have added a few Crystal Reports. after deploying my application to my users, and they try to open the crystal report I get the following message : cannot fi ...Show All
dtrenaman Loaded - Initialized - SourceInitialized
I'm hoping someone can help out here ... I'm trying to figure out exactly what these events "mean". Certainly, most sample code uses the Loaded event to mean "this object and its descendants are completely ready to go". However, I'm fairly certain I saw something from a WPF team member stating that -- at least for a Window -- the SourceInitialized event is a "safer" option. (This event is only available for Wi ...Show All
S 007 May 2006 CTP "XAML Syntax Tightening" problem...
Hello, all. I've installed the May WinFX CTP, and, unfortunately, I've ran into what Tim Sneath calls in his blog "XAML Syntax Tightening". To be more specific, I have a subclassed TabControl that has x:Name for elements in the definition scope (inside its template, in the subclassed TabControl), and now I get a build error because I am also using x:Name on the elements under it in the usage scope. Does anyone have the sol ...Show All
Guido den Broeder Release Date
Does Microsoft have a time frame for the release Hi John, As you know,WCF is part of winfx winfx release date=Vista release date According to press notes,Vista may be available to customers in Jan 2007(Depends on beta2 feedback) http://msdn.microsoft.com/windowsvista/default.aspx -Thank you Madhu ...Show All
Seth Cohen strange error in excel
I have a very strage error when using Excel in my application. When trying to execude the following code: excelObj.Cells(1,2) = "something" I get the exception: ystem.Runtime.InteropServices.COMException (0x800A03EC): Exception from HRESULT: 0x800A03EC. at System.RuntimeType.ForwardCallToInvokeMember(String memberName, BindingFlags flags, Object target, Int32[] aWrapperTypes, MessageData& msgData) ...Show All
dagjo FPSE Version Number question
All: Having recently installed W2K3Server SP1 (32-bit), I've have noticed that our FrontPage Extended Webs now report that they are running version 5.0.2.6738. According to the FPSE website from Microsoft, the following holds true: 5.0.2.6738 The version of FrontPage Server Extensions 2002 for Windows x64 editions only. (emphasis mine). Now, this tells me that my 32-bit version of Windows Server 2003 SP1 is runnin ...Show All
Raghukas RunOnUIThread - Callback Contract
Hello, I'm build an application using WCF. I have a service contract which is declared with a callback contract. The service is running inside console applcation using NetTcpBinding. The client is a Windows Forms application which create a duplex channel to the service. After I call to the method Login on the service the service keep a callback proxy (from OperationContext.Current.GetCallbackChannel). When an event occure the serv ...Show All
Ed Noepel searching text
hi all, i need to search programaticly for some text in a folder with multiple word documents. is there a quicker (and less consuming) way to search for the text, other than looping the documents openning them and search the range or am i better off with the index server thanx Index server is not too hard to use. There is a post here about how to query it with .Net. It ...Show All
