Answer Questions
Lats OLE Embedded Object/Object Packager Automation
I would like to mimic the action of double-clicking on an OLE Embedded object and opening it in the designated window. Thus when a slide show contains a slide with the object I would like to programmatically open the contents of the container. What I would like is advice as to how this can be done. With a Presentation with one slide and one OLE Embedded object, I have tried the following: On a button event I call the following lines: ActiveP ...Show All
Johann6879 MSBuild complete reference
I have looked and looked but can't seem to find a complete reference for all elements allowed in a build file. There is quite a good one for NAnt. Doesn't seem to be one for MSBuild. Can someone please point me in the right direction or at least tell me if there is one or not Have a look at http://nant.sourceforge.net/ , on the left side, the menu has a link to Tasks, Types, Functions and Filters. Surely there is something like that for M ...Show All
Hugo Baraúna Auto print CR9 from VB6
I have a VB6 program needs to print all CR9 with .rpt files in the current folder. I can't get any VB error to be deburg. I got error message: VB6.exe has generated errors and will be closed by windows and will need to restart the program . An error log is being created". Nothing could be found on web. Thanks so much for any idea. Daphne Module1: Public apps As New CRAXDRT.Application Public CrxReport As CRAXDRT.Report Public S ...Show All
Doug P. Convert to VSTO - (EXCEL)
Hi all, Can I create a new workbook/worksheet at run time just like the code below using VSTO components. Thanks. sample code: ________________________________________ Imports Microsoft.Office Imports Microsoft.Office.Core Sub() Dim xlApp As New Excel.Application Dim excelBook As Excel.Workbook = xlApp.Workbooks.Add Dim xlSheet As Excel.Worksheet = CType (excelBook.Worksheets(1), Excel.Wor ...Show All
tjanuario ReportViewer Control
Hi all, I am trying to develop a custom reports interface with the reportviewer component and report server. Some info on my environment. Nine out of ten of my reports will have a parameter called "MerchantID" The interface is an internet based report instance. There are 2 user types, admin (internal use) and merchants (our clients) in order to run a report, the user clicks on the link of a report which opens a pas ...Show All
salomon49763 Cannot Install Feb. Release
I can't install february community release. It seems to erroring out when installing framework 2.0. When I look at error log, it says that framework 2.0 is already intalled. I went through all the places I could find a trace of it (registry and filesystem) and deleted all taht stuff, but still no luck. What place does the installer look at Thanks. wacko wrote: you have to remove all old refs to any ...Show All
parmas Custom Wizards and custom arguments
I am working on a code generation recipe that requires some significant data collection. As such I've created a custom wizard page. The custom wizard populates an object hierarchy that I'd like to make available to my T4 template. I am making the following calls (as shown in the Custom Wizard Page instructions) when my data has been captured into my custom business object: IDictionaryService dictionaryService = GetService(t ...Show All
Richard Drysdall how do i produce technical articles using help system
I have a class library which I've documented using NDOC and I've included code samples in it. I'd now like to start working on documentation which is similar (in purpose) to the .Net technical articles that you find on the MSDN. They will show how to use my library in a wider context and possibly use the same stylesheets, just like my NDOC documentation. Anyone got any ideas and recommendations on a good way to do this Thanks Jason ...Show All
knallbunt XAML Error
I'm just starting to play with WPF so the odds are I'm just being stupid. I've added a new page to a project:- < Page x:Class = " NotesViewer " xmlns = " http://schemas.microsoft.com/winfx/2006/xaml/presentation " xmlns:x = " http://schemas.microsoft.com/winfx/2006/xaml " Title = " NotesViewer " > < Page.Resources > < Style TargetType = " {x:Type Check ...Show All
IndigoOne Problem installing Visual SourceSafe Internet
Hi! I tried to install Visual SourceSafe Internet but received the following error: Visual SourceSafe Internet was not enabled on this computer because Internet Information Services (IIS) is not installed. Please install Internet Information Services before configuring Visual SourceSafe Internet. I'm using the July Visual SourceSafe CTP on Windows 2003 with IIS installed and other ...Show All
Mateusz www.Kierepka.pl Is Popup.IsOpen asynchronous?
I implemented a non rectangular splashscreen with the Popup class. Unfortunately if i call "popup.IsOpen = true" the splashscreen does not come up synchronous. It pops up later at an undefineable timepoint . Is there a way to force initial popup or is anything wrong in my code No ideas We are currently investigating the opening performance of popup, but in gene ...Show All
CarolChi Cast error when pass a parameter in localreport and reportviewer
hello friends, i have a problem with my report when pass a pamameter in vb.net and VS 2005 The code is: Dim objParameter As ReportParameter objParameter = New ReportParameter( "Name" , "test" ) Me .ReportViewer1.LocalReport.SetParameters(objParameter) the error is: System.InvalidCastException was unhandled Message="Unable to cast object of type 'Microsoft.Reporting.WinForms.ReportParameter' to type 'System.Collections.Generic. ...Show All
BStrick COMReference - How to include in CSC Task
I have a project which needs a COM reference. I'm using MSBuild and a CSC task. I see the COMReference in the csproj file but how do I pass this to the CSC task Thanks, Jay: Thanks, I should have seen that. Getting a null pointer within msbuild on the ResolveComReference task. I'll have to get it copied over. Joe Hi Joe, ResolveComReference Task outputs an it ...Show All
Tomas Martinez Date Selector in CR v10 - How do i ??
Hi guys, Just a quick one I hope, I have just installed Crystal Reports Pro v10 and have never used it before. Amazing reporting product, just created my first reports in under 10mins with no experience. However, I have a field ( data is taken from an Access Database ) which is the Date Contract Signed. The question is, in CR, how can I get the report to prompt me for a date from & to input field Any help much appreciated. Thanks in ad ...Show All
mll Groups - Help Please
Hi .. I have a problem .. I need make a report with 2 diferent data , It will be like this.... JAn Feb Mar Apr May Jun Jul ...... &n ...Show All
