Answer Questions
Arun79 Print an excel file
Hello I wonna print an existing excel file. But i have always an error with my code "Code: Dim wb1 As Excel.Workbook wb1.Workbook.Open("C:\Brandstoffen Van denbrande-VanRoie\Mazoutprijs-ingevuld.xls") DirectCast(wb1.Sheets(1), Excel.Worksheet). _ PrintOut(From:=1, To:=1, Copies:=1, Preview:=False) Why doesn't work this Or have some ...Show All
MarkX xaml web app calling Indigo Service problem, help!
hi, I have built a winfx web browser application, and an IndigoService. the folowing problem appears when I tried to execute the web method in indigoservice System.Security.SecurityException: That assembly does not allow partially trusted callers. anyone got a clue thx Correct!!! This doesn't make any sense. Why can't WBA access Indigo while it can access ASMX Is th ...Show All
Candace xmlnode misbehavior in Word
I'm working on a word 2003 document using xmlnodes to allow the action panes to change while navigating the document. Three of the nodes will may contain optional muilti-line text, so I have the nodes all on the same line (so that the third node won't have 2 extra blank lines above it when it is populated but the first 2 aren't). <attachments><cc><distribution> A string variable is set from a series of combo boxes and ...Show All
AmitGeorge 2 Patterns for single Crystal Report (rpt) file
Hi everybody, Is it possible to display two different pattern of reports and must be on separate pages First Page displays a summary, second page displays details and other info. Having problem doing this placing except for company details on page header and the rest on the Details part of the report. Pattern: First Page: Company Logo Company Name Company Address Statement of Acc ...Show All
Slaru VS 6.0 Enterprise + VS 2005 coexisting?
Hello - ( VS = Visual Studio, VSS = Visual SourceSafe) We currently have VS 6.0 Enterprise edition with VSS 6.0 installed on our developer's PCs. We would like to retain this for legacy development. Can we do one of the following : 1 - Install VS 2005 Professional Edition on the same XP Win PC such that both are able to execute independently. The VS 2005 Pro would use VSS 6.0 to manage code (via the "Tools, Optio ...Show All
Rogerio Mauri ClickOnce deployment for application-level Smart Tags
Dear all, I have created an application-level Smart Tag dll using Visual Studio 2005 by implementing ISmartTagRecognizer, ISmartTagRecognizer2 and ISmartTagAction, ISmartTagAction2. I have also successfully created a Windows Installer setup package to check for prerequisites, install the DLLs, create required registry entries and grant CAS trust to the assemblies. However, I would like to make updating of my application painless like Click ...Show All
Code Cowboy Animate background color on all text boxes ?
Hi, I finally started my WPF project today, and it's been interesting. Right now, I want to animate all textboxes in my form on mouse enter and mouse leave events. In the book I bought, this sort of thing should do it: <Style TargetType="{x:TextBox}"> <EventTrigger RoutedEvent="TextBox.MouseEnter"> <BeginStoryboard> <Storyboard> <ColorAnimation Storyboard.TargetNam ...Show All
Phattim Add-In Only loads when debugging
Hi all, I did a bit of searching and didn't find any threads about this problem so I apologize if it has been asked before. I have an Outlook 2003 Add-in that I've been working on for quite some time (read: far too long). :-) I'm currently working on moving it over to .NET 2.0 (and thus VSTO 2005) and have found the process to be quite smooth thus far. When I debug the add-in, it runs perfectly and everything goes as expected.& ...Show All
Ross Smith WinFX Beta 2 - ScreenSpaceLines3D: where did they go?
As the subject states: WinFX Beta 2 - ScreenSpaceLines3D: where did they go I really like the speed of beta 2 but this is holding me back now... Thanks Daniel, Awesome! I quickly scanned your code and I must say that I am quite concerned with the expected performance but I'll give it a go. Thank you so much for sharing! I'll let you know what results I got. Erno ...Show All
SB1000 Viewbox automatic resizing
hello, I posted this issue earlier, but nobody replied, so I'm gonna try it again. when I'm using a viewbox as part of the imagebrush, my imageproperties are set to 72dpi. When the imagebrush is rendered, it get's resized to 96dpi. This makes the image quite blurry. Can I prevent this from happening For example by defining the rendering dpi-size of the viewbox Need this very badly, Kimme My values ...Show All
Drew Davis Crystal Reports with DataSets :(
Hi all, well i have a small problem but spent tooooo much time and can't figure out what to do i have a .net application and using MSSQL 2000. i added crystal reports and linked it using the Report Expert to my Table. I made the layouts and added the database fields to the new crystalreport.rpt file. when loading the report.vb form: Private Sub Report_Load( ByVal sender As System.Object, ByVal e As System.EventArgs) Handles MyBas ...Show All
Valetnin Bornand XP SP2 - Is it REALLY necessary
Hi Guys, Honestly, is XP SP2 really necessary for WPF development. I'm having enough trouble getting my clients to install the .NET framework (which now requires MSI 3.0 to install) on their machines (due to setups gone wrong). We have a couple of machines were we lost IrDA capabilities after installing XP SP2. Microsoft have had a wonderful long tradition of backwards compatability. Lots and losts of cool stuff has always managed to run on prev ...Show All
perhelge201 Canvas Performance
I have an ItemsControl bound to 500 items. As Panel I use a Canvas (each item has a coordinates and size where it should be positioned). As DataTemplate for Items I have Button containing a StackPanel with some TextBlocks. When I'm trying to show this, it takes about 5-10 seconds. Is this normal How can I speed it up Hi Nesher, We're going to start looking as this problem shortly. If you want to help mov ...Show All
Jakino Problem DownLoad File
The scenario is: A Host Service communicate directly with a client without ServiceSite in IIS. I want to download a file from Server to a Client. If the size file is more than 60kb the host service generate this error: {System.ServiceModel.CommunicationException: The underlying connection was closed: An unexpected error occurred on a receive. ---> System.Net.WebException: The underlying connection was closed: An unexpected error o ...Show All
AudiRS6 Import settings as Visual Studio closes throws COMException
My addin sometimes makes adjustments to the user preferences in Visual Studio. Before doing so, it backs up the current settings. I tried restoring the original settings in SolutionEvents.BeforeClosing and SolutionEvents.AfterClosing (2 separate tries). Both methods worked if the solution was closed via file->close. However, both methods ended up throwing a COMException if Visual Studio was closed without explicitly closing the solution first ...Show All
