active questions tagged activex - Stack Overflow most recent 30 from stackoverflow.com 2009-12-16T13:58:31Z http://stackoverflow.com/feeds/tag/activex http://www.creativecommons.org/licenses/by-nc/2.5/rdf http://stackoverflow.com/questions/1891194/inplaceactivate-on-atl-control-not-called-until-mouse-event 1 InPlaceActivate on ATL control not called until mouse event unknown (google) 2009-12-11T22:10:27Z 2009-12-16T01:05:51Z <p>I have an ActiveX control written in C++ that I created with VS2008 and ATL. For the most part, it is a pretty standard (not modified much from the original template) control, except that instead of using IDispatchImpl, I have created my own IDispatchEx implementation. This control is only used in Internet Explorer, and I have been testing primarily with IE8.</p> <p>Everything works great, except that for some reason, InPlaceActivate doesn't get called until I move the mouse over the region where the object tag is hosted in the browser; no window is created, no WM_CREATE message sent, etc.</p> <p>I have tried implementing DISPID_READYSTATE, but nothing seems to help. If I call <code>InPlaceActivate(OLEIVERB_UIACTIVATE);</code> from the <code>SetClientSite</code> method and it usually works, but that certainly isn't normally neccesary.</p> <p>Why would this happen? How does the browser determine when to call InPlaceActivate (or whatever call triggers that)?</p> <p>The tag used to embed the ATL control into the page is: <code>&lt;object id="plugin" type="application/x-vnd.FirebreathTemplatePlugin" width="300" height="300"&gt;&lt;/object&gt;</code></p> <p>You full source to the file can be found here: <a href="http://code.google.com/p/firebreath/source/browse/src/ActiveXPlugin/FBControl.h" rel="nofollow">http://code.google.com/p/firebreath/source/browse/src/ActiveXPlugin/FBControl.h</a></p> http://stackoverflow.com/questions/1909780/need-message-from-activex-that-runs-in-a-thread 0 Need message from ActiveX that runs in a thread vikasde 2009-12-15T19:28:16Z 2009-12-15T23:38:52Z <p>I have an activex control, that I developed myself. The activex runs in a thread to make sure that IE doesn't freeze when its executing the long task. The long task is pretty much looping through 32K rows. Now while its looping I would like to display a message to the IE user notifying him about the row position. That way the user can see the process. Is there a way to achieve this?</p> http://stackoverflow.com/questions/1901387/how-do-i-add-an-email-preview-button-to-a-form-in-ms-access-2003 0 How do I add an email preview button to a form in MS-Access 2003 draice 2009-12-14T15:01:28Z 2009-12-15T14:36:58Z <p>I'm creating a form on MS Access 2003 that will send out a html email newsletter to a list of email addresses. How do I put a preview button into my form that will let me preview my email before I send it? I think I have to use an active-x control, but I have no idea where to start.</p> http://stackoverflow.com/questions/1905978/handling-activex-events-in-ax-2009 0 handling activeX-events in ax 2009 Nico 2009-12-15T08:34:00Z 2009-12-15T13:52:51Z <p>hi folks,</p> <p>i've got an activeX component with several events. debugging this dll in .net proofs, that the events are raised and can be breakpointed ( is this a word? ;) ) registering this dll via regasm /codebase works and i can add this activeX in ax on a form. the events are listed in the activeX-explorer in ax. but it seems, that i've got no chance to handle the events raised in ax.</p> <p>using another activeX ( eg Microsoft Date and Time Picker Control ) works fine.</p> <p>i appreciate any hints or tips!</p> <p>here are some lines of the code, which i talk about.</p> <pre><code>namespace &lt;someNamespace&gt; { [ProgId("&lt;someProgID&gt;")] [ClassInterface(ClassInterfaceType.AutoDual), ComSourceInterfaces(typeof( &lt;myInterface&gt; ))] [Guid("&lt;someGUID&gt;")] [ComVisible(true)] public class &lt;ClassName&gt; { [instantiate some COM-Object, named dummy] public &lt;ClassName&gt;( ...) { init(); } public delegate void &lt;someDelegate&gt;( int a, int b ); public event someDelegate myDelegate; [ComVisible(true)] public void OnEvent( int a, int b ) { if ( myDelegate != null ) { Console.WriteLine( "yippie" ); } } [ComVisible(true)] public void run( ... ) { this.myDelegate += new someDelegate( this.OnEvent ); } private void onEvent( int a, int b ) { myDelegate( a, b ); } #endregion } } [Guid("&lt;someOtherGUID&gt;")] [InterfaceType(ComInterfaceType.InterfaceIsIDispatch)] public interface &lt;myInterface&gt; { [DispId(1)] void myDelegate( int a, int b ); } } </code></pre> <p>these are the basic functions ( hope i didn't forget one of them ) relating to the event-thing. the activeX itself is a wrapper for a com-object, which itself can't be integrated in ax, afaik. "onEvent" is a function called by an event of the com-object and fires "myDelegate". all this is working fine, testing in visual studio - the event can be handled on a form, calling the activeX-part. the last step would be to handle this event in ax. as i already wrote, the event itself is listed correctly in the activeX-explorer, but i didn't find a way to react on this event in x++.</p> http://stackoverflow.com/questions/1906447/is-it-possible-to-write-an-activex-control-in-c-net-cf-for-windows-mobile 0 Is it possible to write an ActiveX control in C# .NET CF for windows mobile? Daan 2009-12-15T10:19:54Z 2009-12-15T12:45:54Z <p>We have a piece of legacy code in C# .NET, targetted for the Compact Framework. We would like to turn this code into an ActiveX control, which has to run on the .NET Compact Framework under Windows Mobile 5. Is it possible to implement such a control? If so, can anyone provice a good resource that explains how this can be done?</p> <p>I have already searched a lot, but have not yet found a definitive answer or resource. </p> <p>It would seem that this is perfectely doable on the full .NET Framework. I have also found that it is not possible to launch such a control from an unmanaged context. But otherwise, I cannot find the exact answer to my question.</p> http://stackoverflow.com/questions/1607441/creating-digital-persona-fingerprint-template-from-serialized-data 1 Creating digital persona fingerprint template from serialized data Peter Turner 2009-10-22T14:01:59Z 2009-12-15T09:42:29Z <p><i>This is a very specific question which will probably earn me the tumbleweed badge, but please answer if you can</i></p> <p>I've imported DigitalPersona sdk dll's as type libraries into Delphi and am trying to verify fingerprints which I've stored as serialized data in a database, it's working very awesomely. Enrollment seems to work fine, but I can't turn the binary data from the finger prints back into DPFPTemplate objects. I keep getting an OLEException every time I try to used the defaultinterface property of a TDPFPTemplate object. </p> <p>What I'm wondering is how Digital Persona expects you to use their SDK to recreate fingerprints. This is what their instructions say:</p> <pre> 1. *Retrieve serialized fingerprint template data from a fingerprint data storage subsystem. 2. Deserialize a DPFPTemplate object by calling the Deserialize method (VB page 40, C++ page 83). 3. Return a DPFPTemplate object. </pre> <p>All the ways of making a DPFPTemplate seem to only include using the fingerprint reader itself. </p> <p>Here's one way that doesn't work</p> <pre><code> Result := CreateOleObject('DPFPShrX.DPFPTemplate.1') as IDPFPTemplate; Result.Deserialize(string(AUserFinRecPtr.FingerBuffer)); </code></pre> <p>and here's another</p> <pre><code>DPFPTemplate := TDPFPTemplate.Create(nil); DPFPTemplate.DefaultInterface.Deserialize(String(AUserFinREcPtr.FingerBuffer)); </code></pre> http://stackoverflow.com/questions/707636/how-do-i-determine-when-a-div-element-containing-an-activex-control-changes-siz 1 How do I determine when a DIV element, containing an ActiveX control, changes size (without polling)? Matt 2009-04-01T22:45:00Z 2009-12-14T21:00:03Z <p>I have a DIV that contains an activex control. </p> <p>This control can resize itself depending on what buttons the user pokes. </p> <p>When the control resizes itself, I would like to reposition the DIV.</p> <p>How can I determine when the control or DIV size has changed without polling?</p> <p>Can it be done?</p> http://stackoverflow.com/questions/1140301/crystal-web-viewer-activex-will-not-install-on-ie8-and-windows-7 1 Crystal Web Viewer ActiveX will not install on IE8 and Windows 7 Davin 2009-07-16T21:04:55Z 2009-12-14T15:19:27Z <p>Windows 7 + IE8 + Crystal Report 11 Report + web viewer ActiveX will not install. ActiveX prompt appears, the UAC is approved to install, the page then refreshes and the process starts over 4 times until I get an a script warning.</p> <p>Has anyone else come across this issue or a possible solution?</p> http://stackoverflow.com/questions/1900310/ie-printtemplate-mixed-context-warning 0 IE PrintTemplate mixed context warning klashar 2009-12-14T11:17:10Z 2009-12-14T11:17:10Z <p>I use the IE PrintTemplate to add custom page header/footer. The print template sample I found in <a href="http://msdn.microsoft.com/en-us/library/bb250434%28VS.85%29.aspx" rel="nofollow">Beyond Print Preview: Print Customization for Internet Explorer 5.5</a>. But over SSL when the bowser renders following tag</p> <pre><code>&lt;IE:LAYOUTRECT ID='layoutrect1' CONTENTSRC='document' ONLAYOUTCOMPLETE='OnRectComplete()' NEXTRECT='layoutrect2' CLASS='lorstyle'/&gt; </code></pre> <p>The mixed context warning appers:</p> <blockquote> <p>This page contains both secure and nonsecure items. Do you want to display the nonsecure items?</p> </blockquote> <p>When I changed The context CONTENTSRC to direct URL the warning message disappeared. But the other strange issues are arisen.</p> <pre><code>&lt;IE:LAYOUTRECT ID='layoutrect1' CONTENTSRC='https://..' ONLAYOUTCOMPLETE='OnRectComplete()' NEXTRECT='layoutrect2' CLASS='lorstyle'/&gt; </code></pre> <p>Is it possible to mark the document that the ActiveX(WebConrol2) control contains as secure(avoid the mixed content warning)? </p> http://stackoverflow.com/questions/1895813/activex-on-linux-using-mono 2 ActiveX on Linux using Mono? David Hodgson 2009-12-13T07:07:56Z 2009-12-13T07:28:38Z <p>Hi,</p> <p>Is there any way for ActiveX controls to work on Linux? I'd imagine the answer is no, but just want to be sure.</p> <p>My company is considering a Linux port of a ASP.NET project (using Mono), but it uses ActiveX controls quite heavily, so we wonder if it's even feasible. </p> <p>Sorry if the question is dumb!</p> http://stackoverflow.com/questions/1892597/how-to-pass-cookie-to-axshockwaveflash-from-c 0 How to pass cookie to AxShockwaveFlash from C# ? Palm3r 2009-12-12T06:50:45Z 2009-12-13T07:19:32Z <p>I'm developing a video player using WPF and AxShockwaveFlash.</p> <p>It has following steps:</p> <ol> <li>find video from a web service.</li> <li>it acquires information of each video.</li> <li>pass video information to AxShockwaveFlash and embedded flash video player.</li> <li>embedded flash video player starts streaming download from web service.</li> </ol> <p>I have a problem on step 4.<br/> Step 1-3 shares a cookie (CookieContainer), but step 4 can not.<br/> How can I pass its cookie to embedded flash video player?</p> http://stackoverflow.com/questions/1096862/print-directly-from-browser-without-print-popup-window 0 Print directly from browser without print popup window Ramiz Uddin 2009-07-08T08:40:55Z 2009-12-13T07:03:19Z <p>Hi Everyone,</p> <p>As it said in the subject I've to create a feature for a web-based application that will allow users to send print directly without prompting any dialog boxe just make the print i.e click and print, simple! but not for me :(. </p> <p>Please, suggest what would be the best option and how should I write it up (technology).</p> <p>Suggest please!</p> <p>Thanks.</p> <p><strong>EDIT:</strong> The print should be send on the user's default printer.</p> http://stackoverflow.com/questions/1884090/writing-from-matlab-to-excel-with-activex 1 Writing from MATLAB to Excel with ActiveX Jeff 2009-12-10T21:18:06Z 2009-12-11T23:37:05Z <p>I was wondering if there was a way of using the <strong>Cell</strong> function rather than <strong>Range</strong> with MATLAB's ActiveX commands? Perhaps someone has a solution to my problem. I have many lists of data and all of varying sizes, for example:</p> <pre><code>List 1 has 10 List 2 has 13 List 3 has 3 ... </code></pre> <p>I would like to take that data and export it to a new sheet in Excel from MATLAB. I can do it with the <strong>Range</strong> function but this is way too long. If I had the <strong>Cell</strong> function I would be able to look up the length of <code>List x</code> and tell it to loop over the length of the list and move down one cell.</p> <p>If anyone has another solution I would appreciate the answer.<br> Thanks in advance</p> http://stackoverflow.com/questions/1889203/create-cab-file-for-activex-installation-for-ie 0 Create CAB file for ActiveX installation for IE vikasde 2009-12-11T16:29:54Z 2009-12-11T21:20:57Z <p>I created a cab file that contains my activex using CABARC.exe. I also created an .inf file. My inf file looks like this:</p> <pre><code>[version] signature="$CHICAGO$" AdvancedINF=2.0 [Add.Code] MySetup.exe=MySetup.exe [MySetup.exe] file-win32-x86=thiscab clsid={49892510-B520-4b35-8ADF-57084DD2F717} </code></pre> <p>My html looks like this:</p> <pre><code>&lt;object name="secondobj" style='display:none' id='TestActivex' classid='CLSID:49892510-B520-4b35-8ADF-57084DD2F717' codebase='http://myurl/MySetup.cab#version=1,0,0,0'&gt;&lt;/object&gt; </code></pre> <p>I created the CABARC using the following commmand:</p> <pre><code>C:\tools\Cab\BIN&gt;CABARC.EXE N MySetup.cab MySetup.msi setup.inf </code></pre> <p>I also added <a href="http://myurl" rel="nofollow">http://myurl</a> to the trusted sites. Now the first time I opened the html page in IE, I saw a yellow bar, which I accepted. However it never installed the activex control. I dont see the installation in my program files nor can I see anything in the event logs or in the temporary download folder or in the "manage add-ons". Now everytime I open the webpage in IE, I do not see the yellow bar anymore. </p> <p>Can anybody help me out here please?</p> http://stackoverflow.com/questions/811914/are-activex-applets-dead 0 Are ActiveX applets dead? Rajah 2009-05-01T15:39:52Z 2009-12-11T17:19:26Z <p>Are ActiveX applets as a technology supported by Microsoft dead?</p> <p>What are the alternatives to ActiveX to create extremely rich internet applications using Microsoft Technologies? (Silverlight does not cut it for me, as it doesnt give me access to serial ports - or does it?)</p> http://stackoverflow.com/questions/1883430/accessing-sharepoint-authentication-information-from-net-activex-control 0 Accessing SharePoint authentication information from .NET ActiveX control Philipp Schmid 2009-12-10T19:38:23Z 2009-12-11T15:26:31Z <p>We have a <strong>.NET ActiveX control</strong> which is embedded inside a <strong>custom SharePoint page</strong>. The user has to authenticate (<strong>Windows Authentication</strong> not Forms Authentication) to access this page. </p> <p>Our ActiveX control is making <strong>web service calls back to the SharePoint server</strong>. Because the <strong>SharePoint server does not allow anonymous access</strong>, we need to provide credentials as part of the web services call. If the user is checking the 'Remember Password' checkbox when prompted for credentials, then we can access those credentials via the <strong>CredentialCache.DefaultNetworkCredentials</strong>. However, if they <strong>do not check that checkbox</strong>, we need <strong>another mechanism</strong> to get a hold of valid credentials (which must exist since we are embedded in a page that can only be accessed via authentication).</p> <p>How can we access the credential information (probably stored in a cookie) we need to authenticate against SharePoint so we can access the web services?</p> http://stackoverflow.com/questions/838190/voice-record-winmm-dll-using-c-net 1 voice record (winmm.dll) using C#.net Muhammad Adnan 2009-05-08T04:05:35Z 2009-12-10T23:54:16Z <p>My requirement was to build an utility which could record voice (through mic) and save on disk .wav files as desktop and web app. for specific users so i chose activeX technology as i didn't find any other better way (may be you know and can guide me.. would be more than welcome)</p> <p>I used winmm.dll (aka Media control interface (MCI)) and it is working perfectly fine but on specific computers like when i run it on vista, it works fine and on win server 2008 but on windows 2003 and xp it's not working .. just working is there any prereq.. which needs to be there or what i should do to make it work on other flavors of windows. </p> <p>I don't mind in using DirectSound if some1 recommends with some sample code to record/save/play sample :)</p> <p>Thanks, hope the community help me</p> http://stackoverflow.com/questions/1841410/windows-7-automatic-logon-policy-not-working-for-winhttp-api-vb6-activex-control 0 Windows 7: Automatic Logon Policy not working for winhttp API VB6 activeX control Yasir Laghari 2009-12-03T17:11:30Z 2009-12-10T15:40:44Z <p>I'm using WinHttp to do POSTs in a VB6 activeX control as follows</p> <pre><code>Set WinHttpReq = New WinHttpRequest WinHttpReq.Open "POST", strUrl, False WinHttpReq.SetAutoLogonPolicy AutoLogonPolicy_Always aPostBody = 'Sometext' WinHttpReq.Send aPostBody UploadFile = WinHttpReq.ResponseText </code></pre> <p>This works great on windows XP (all versions of IE), but on windows 7 it sends back a 401 and Automatic Logon Policy doesn't work here (<a href="http://msdn.microsoft.com/en-us/library/aa383144%28VS.85%29.aspx" rel="nofollow">http://msdn.microsoft.com/en-us/library/aa383144%28VS.85%29.aspx</a>) </p> http://stackoverflow.com/questions/1874077/loading-a-flash-movie-from-a-memory-stream-or-a-byte-array 0 Loading a Flash movie from a memory stream or a byte array FrancisCastiglione 2009-12-09T13:58:03Z 2009-12-09T13:58:03Z <p>Hi,</p> <p>I want to load an SWF object from a Memory Stream or a byte array instead of a file on disk.</p> <p>AxShockwaveFlash class provides methods and properties to load an SWF providing its path to disk as a string but I haven't seen another way of doing it. There is an InlineData property but generally the class is undocumented and I don't know what this property does. Can it be done at all?</p> <p>Thanks F</p> http://stackoverflow.com/questions/768260/replace-text-in-word-document-with-activex 0 Replace text in Word Document with ActiveX? fessGUID 2009-04-20T13:31:23Z 2009-12-09T11:09:32Z <p>Hi there. I want replace some string within Word Document using ActiveX and JavaScript, now I have something like this:</p> <pre><code>var text = Selection.Text; Selection.Text = text.replace('somesting','somevalue'); </code></pre> <p>But after that I loose all formaing. If I record macros in WinWord I get this:</p> <pre><code>With Selection.Find .Text = "somestring" .Replacement.Text = "somevalue" .Forward = True .Wrap = wdFindContinue .Format = False .MatchCase = False .MatchWholeWord = False .MatchWildcards = False .MatchSoundsLike = False .MatchAllWordForms = False End With Selection.Find.Execute Selection.Find.Execute Replace:=wdReplaceAll </code></pre> <p>So, how can I rewrite the last string with JS? </p> http://stackoverflow.com/questions/453654/axshockwaveflashobjects-and-shockwaveflashobjects-from-flash-ocx 0 AxShockwaveFlashObjects and ShockwaveFlashObjects from Flash ocx vyger 2009-01-17T17:33:17Z 2009-12-08T23:28:27Z <p>Hi, I'm trying to create:</p> <p>AxShockwaveFlashObjects.dll and ShockwaveFlashObjects.dll</p> <p>entering the following command:</p> <p>aximp C:\WINDOWS\system32\Macromed\Flash\FlDbg10.ocx /nologo</p> <p>but I get an E_ACCESSDENIED error.</p> <p>What am I doing wrong? Thanks!</p> http://stackoverflow.com/questions/1869875/debug-output-from-an-activex-control 0 debug output from an ActiveX control Matt H 2009-12-08T21:11:51Z 2009-12-08T21:21:55Z <p>I'm developing an ActiveX control and I'd like to throw some debug output to the console area in tstcon32 like other controls are doing. What system call is doing that?</p> <p>stdout doesn't seem to be it</p> http://stackoverflow.com/questions/1867504/embedding-content-iframes-with-an-html-4-01-doctype 0 Embedding Content (iframes) with an HTML 4.01 doctype? leeand00 2009-12-08T14:56:24Z 2009-12-08T14:56:24Z <p>I have some existing code that I have been tasked with upgrading to a valid doctype of HTML4.01 strict.</p> <pre><code>&lt;!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd"&gt; </code></pre> <p>In the code I've come across an &lt;iframe&gt;, and this does not sit well with the <a href="http://validator.w3.org" rel="nofollow">w3 validator</a>.</p> <pre><code>&lt;iframe OnLoad="javascript: LoadAddAttachmentiFrame('Stock-Attachment-135','/cgi-bin/Xebra?UploadAttachment&amp;amp;s=gnfhcjt7&amp;amp;itemIdentifier=Stock-Attachment-135','gnfhcjt7');" src="/xebrajustadiv.htm" frameborder=0 id="Stock-Attachment-135-AttachFrame" name="Stock-Attachment-135-AttachFrame" width="525" height="10"&gt; &lt;/iframe&gt; </code></pre> <p>The <a href="http://validator.w3.org" rel="nofollow">w3 validator</a> even seems to claim that &lt;iframe&gt; is not included the html 4.01 strict doctype. </p> <p>Now I've been to <a href="http://www.velocityreviews.com/forums/t658990-iframe-validation-issues.html" rel="nofollow">another website</a> where they claim that there is infact another way to embed content within another document. Unfortunately it requires that you use two different methods (one for IE and one for all other browsers); IE uses an ActiveX Object, and the rest of the browsers use an &lt;object&gt; tag. Additionally the site seems to be refering to an xhtml doctype and not the html 4.01 strict doctype that I am referring to myself.</p> <p>I don't know what the correct way to embed this content into my html 4.01 strict doctype would be, and additionally I'm concerned that the Javascript that is meant to be called in the onload attribute of the &lt;iframe&gt; tag will not work with the methods suggested in <a href="http://www.velocityreviews.com/forums/t658990-iframe-validation-issues.html" rel="nofollow">the website</a>; using the ActiveX control for IE and &lt;object&gt; tag for all other browsers.</p> <blockquote> <p><strong>Note:</strong> This question is really better suited to <a href="http://www.doctype.com/" rel="nofollow">doctype</a> and thus I have <a href="http://doctype.com/embedding-content-iframes-html-401-doctype" rel="nofollow">posted it there</a>. Unfortunately, it seems that I am more likely to get an answer from someone on stackoverflow, so I have posted it here with a link to the question on <a href="http://doctype.com/embedding-content-iframes-html-401-doctype" rel="nofollow">doctype</a>.</p> </blockquote> http://stackoverflow.com/questions/1865422/prefiltermessage-is-not-called-when-hosting-c-control-within-internet-explorer 0 PreFilterMessage is not called when hosting C# control within Internet Explorer Rahul 2009-12-08T08:06:40Z 2009-12-08T08:06:40Z <p>Here is a sample: 1. Create a class 'public class RichTextBoxEx : RichTextBox, IMessageFilter'. 2. Implement 'public bool PreFilterMessage(ref Message m)'. 3. Enter into edit mode of the control and type any text.</p> <p>The result is as describe above... the 'PreFilterMessage' is not called when the control is hosted within the browser. Also by giving the FullTrust access to control the PreFilterMessage is not getting called</p> http://stackoverflow.com/questions/1862640/silverlight-and-full-trust-issue 0 Silverlight and Full Trust Issue jfneis 2009-12-07T20:22:41Z 2009-12-07T22:06:32Z <p>We are planning to build a new integration component that can provide us access to user's machine installed apps from our web site.</p> <p>The first word that came to me was ActiveX, but our expertise with the technology was not the best in the past.</p> <p>Thinkink a lit bit more, the work Silverlight also came to my head, but the full trust thing was one of the few things I remembered reading about the technology..</p> <p>The question is: is there a way that Silverlight (2, 3, 4, whatever) can run as a full trusted application from within the browser?</p> <p>Links are appreciated.</p> <p>Filipe</p> http://stackoverflow.com/questions/233842/programmatically-printing-in-adobe-reader-9-using-net-interop 0 Programmatically Printing in Adobe Reader 9 using .NET Interop Christopher Edwards 2008-10-24T14:48:57Z 2009-12-07T19:49:39Z <p>I am using VB.Net WinForms. I would like to call the Adobe Reader 9 ActiveX control to print some PDFs. I have added the ActiveX control to the VS toolbox (the dll is AcroPDF.dll, the COM name "Adobe PDF Reader". After some experiment the following code works.</p> <pre><code>Dim files As String() = Directory.GetFiles(TextBoxPath.Text, "*.pdf", SearchOption.TopDirectoryOnly) Using ActiveXPDF As New AxAcroPDFLib.AxAcroPDF Me.Controls.Add(ActiveXPDF) ActiveXPDF.Hide() For Each filename As String In files ActiveXPDF.LoadFile(filename) ActiveXPDF.printAll() 'Begin Yukky Hack ' Dim endTime As Date = DateAdd(DateInterval.Second, 20, Now) Do While Now &lt; endTime My.Application.DoEvents() Loop 'End Yuk ' Next End Using </code></pre> <p>Without the Yuk bit this will only print some of the PDFs, it seems that the End Using statement is calling dispose on the control before it has finished printing.</p> <p>Therefore it seems the call to printAll is non-blocking but I can't find a callback or status property I can query to see if the print spooling has been completed. I am missing a property/method or is there a more elegant (and more responsive) work around?</p> http://stackoverflow.com/questions/1851584/hello-world-hosted-activex 0 Hello World hosted ActiveX Phenglei Kai 2009-12-05T08:27:44Z 2009-12-05T08:27:44Z <p>I apologize in advance if this seems excessively newbie, but I've been looking and Googling for days without the answer.</p> <p>I want to write a Hello World ActiveX control. My requirements:</p> <ul> <li>Users should not have to install any runtimes (like the .NET framework) in order to run it</li> <li>Users should not have to muck with their security settings.. it should run with an out-of-the-box IE configuration</li> <li>Obviously, it will be hosted on a real site, not <a href="http://localhost" rel="nofollow">http://localhost</a>.</li> </ul> <p>This has been driving me nuts. I've been able to do controls fine, and they display on localhost, but I get a big fat red X when putting it on my server on the Internet. </p> <p>I know for sure this is possible. After all, anyone who's used Facebook's Photo Uploader while browsing the site in IE knows that it is painless.. you click a yellow bar authorizing it, and that's it. No messing around with IE settings. </p> <p>Help! :)</p> http://stackoverflow.com/questions/1851502/owc-replacement 0 owc replacement Ajit Singh 2009-12-05T07:41:47Z 2009-12-05T07:41:47Z <p>I use OWC (Office Web Components) v10.0 to embed Excel grid in an asp.net page. Is there a replacement technology where excel grid can be embedded in the client side browser? </p> http://stackoverflow.com/questions/196636/how-do-read-interact-with-an-old-activex-ssultragrid-using-uiautomation 0 How do read/interact with an old ActiveX SSUltraGrid using UIAutomation Nigel Thorne 2008-10-13T03:27:42Z 2009-12-05T01:02:33Z <p>I am investigating automated testing of an old Win32 application that used ActiveX controls. I am spiking use White (from Thougthworks) that uses Microsoft UIAutomation. I can find the AutomationElement related to the control, but how do I interact with it? </p> <p>Spy++ sees the grid control as a single window, so I can't talk to rows, columns, or cells directly. How do I talk to the SSUltraGrid control from my test code? </p> <p>Cheers Nigel</p> http://stackoverflow.com/questions/1733511/activexobject-is-not-defined 0 ActiveXObject is not defined Vikram Phaneendra 2009-11-14T06:41:16Z 2009-12-04T19:00:13Z <p>My program is getting employee details in web page using javascript. This is successfully working in IE5,6,8. but not working Mozilla Firefox. Please Help me...</p> <p>Thanks in advance</p> <p>My source code is: <hr></p> <pre><code>&lt;script type="text/javascript"&gt; &lt;!-- var adOpenDynamic = 2; var adLockOptimistic = 3; /* Path of database. */ var strDbPath = "..\\SRVGdb.mdb"; /* Here is the ConnectionString for Microsoft Access. If you want to use SQL or other databases, you hav to change the connection string.. eg: SQL =&gt; var conn_str = "Provider=sqloledb; Data Source=itdev; Initial Catalog=pubs; User ID=sa;Password=yourpassword"; */ var conn_str = "Provider=Microsoft.Jet.OLEDB.4.0;Data Source=" + strDbPath; function getAdoDb(strAdoType){ if (window.ActiveXObject){ return new ActiveXObject(strAdoType); } else{ return ActiveXObject(strAdoType); } } function showReports(){ try{ var tablevar="&lt;table width=\"100%\" border=\"1\"&gt;" +" &lt;tr&gt;&lt;td&gt;&lt;/td&gt;" +" &lt;/tr&gt;"; //Database Connection var conn = getAdoDb("ADODB.Connection"); conn.open(conn_str, "", ""); //Recordset var rs = new ActiveXObject("ADODB.Recordset"); strQuery = "SELECT * FROM GuestBook"; rs.open(strQuery, conn, adOpenDynamic, adLockOptimistic); if(!rs.bof){ rs.MoveFirst(); while(!rs.eof) { if(document.layers){ document.getElementById("one").open(); document.getElementById("one").close(); } else{ tablevar+=" &lt;tr&gt;" +" &lt;td&gt;"+"Sur Name: &lt;br&gt; Fore Name: &lt;br&gt; Home Address: &lt;br&gt; PinCode: &lt;br&gt; Contact Number: &lt;br&gt; E-mail: &lt;br&gt; Date of Birth: &lt;br&gt; Nationality: &lt;br&gt; University: &lt;br&gt; Available Timings: &lt;br&gt; Interested Courses: &lt;br&gt; Other Courses: &lt;br&gt; Expected Money: &lt;br&gt; Any More Information: &lt;br&gt; "+"&lt;/td&gt;" +" &lt;td&gt;"+rs.fields(0).value+"&lt;br&gt;"+rs.fields(1).value+"&lt;br&gt;"+rs.fields(2).value+"&lt;br&gt;"+rs.fields(3).value+"&lt;br&gt;"+rs.fields(4).value+"&lt;br&gt;"+rs.fields(5).value+"&lt;br&gt;"+rs.fields(6).value+"&lt;br&gt;"+rs.fields(7).value+"&lt;br&gt;"+rs.fields(8).value+"&lt;br&gt;"+rs.fields(9).value+"&lt;br&gt;"+rs.fields(10).value+"&lt;br&gt;"+rs.fields(11).value+"&lt;br&gt;"+rs.fields(12).value+"&lt;br&gt;"+rs.fields(13).value+"&lt;br&gt;&lt;/td&gt;" +" &lt;/tr&gt;"; document.getElementById("one").innerHTML=tablevar; } rs.MoveNext(); } } else{ if(document.layers){ document.getElementById("one").open(); document.getElementById("one").close(); } else{ document.all("one").innerHTML="No Records To Display."; } //No Records. } conn.close(); tablevar+= "&lt;/table&gt;"; }catch(ex){ alert(ex.message); } } //--&gt; &lt;/script&gt; </code></pre>