Tagged Questions

0
votes
1answer
14 views

ATL Combobox-based control

I'm trying to create a simple ATL control based on a ComboBox under VS2008. So, I create a new ATL Project using the ATL Project Wizard, then add an ATL Control to the project using the ATL Control …
1
vote
3answers
177 views

C# - ActiveX control without a form

We are required to use a 3rd party ActiveX control. The only issue is, the layer in our software is a business layer and has no access to a window or form. It also runs on separate threads (and …
0
votes
1answer
39 views

Manifest issue with IE and activeX application

hi all, I'm facing the following configuration: IE loads c++ activeX (LOADER application that loads c# COM ActiveX (EXECUTOR) that using reflection starts c# UI application (the main application) …
0
votes
1answer
10 views

embedding a simple ActiveX control got Class not Registered error

I just developed a very simple ActiveX control(using the VS.NET wizard, not even change a line), and compiled it. After running "regsvr32 ax1.ocx", I created a new C# WinFrom project and drag the …
0
votes
1answer
22 views

how to save image to client side C or JavaScript or ActiveX

i need to save an image file to client side ,, with out prompting the save,open,cancel dialog , or any similar thing , after long searching i heard that will this will be done only by ActiveX. please …
0
votes
1answer
32 views

Javascript receives ActiveX event only once

I've written an ActiveX control using ATL. I used the wizard to add support for connection points which added public IConnectionPointContainerImpl<CActiveX> and …
0
votes
1answer
70 views

Disable pan and zoom on Windows Mobile Explorer 6

I have a web page that is used with mobile devices to take signatures, but the signature component doesn't work well in windows mobile 6. When moving the stylus across the component, the screen will …
2
votes
3answers
371 views

ActiveX in IE. Dialog Box not showing XP Visual Style

I have an ActiveX control in IE (7). When it shows a dialog box, the dialog box is not showing in XP visual style. I have tried embedding manifests to no avail. Anybody got any idea? by the way, the …
0
votes
1answer
19 views

MFC Active-X control in a winforms window on Vista 64bit; “Class not registered Exception”

In an attempt to try to confirm another SO posters suggestion for key handling in an ActiveX control hosted on a winforms window, I tried making a bare-bones MFC ActiveX control, then placing it on a …
0
votes
1answer
17 views

Active Scripting on the server side

I am considering writing a NT service. The service will need scripting capabilities. Users can write some VBScript/JScript code and feed the server. I also want the script be able to debug in …
0
votes
3answers
128 views

Web app to client interaction?

I am designing a web app that has some information that needs to be transferred to a client side (non-browser) application (i.e. Outlook). Assuming the client side app has an API of some sort, I need …
0
votes
1answer
43 views

What is a “Sync Block” and tips for reducing the count

We have a Windows Forms application that uses a (third party) ActiveX control, and are noticing in the .NET performance objects under ".NET CLR Memory" that the number of "Sink Blocks" in use is …
0
votes
1answer
28 views

Issue with .INF file for registering ActiveX

I have made an INF file, its contents are as follows [version] Signature="$CHICAGO$" AdvancedINF=2.0 [Add.Code] MyControl.dll=MyControl.dll ; Now installing the ActiveX [MyControl.dll] …
0
votes
1answer
45 views

How to correctly free/finalize an ActiveX DLL in Delphi?

We are using a class called ODNCServer here - at initialization, an TAutoObjectFactory object is created: initialization pAutoObjectFactory := TAutoObjectFactory.Create(ComServer, TODNCServer, …
0
votes
1answer
7 views

ActiveX control is not displaying.Need to know Why?

Here I displayed the code.Suggest me,If anything wrong. namespace MyActivex { public interface AxMyControl { String UserText { set; get; } } public partial class MyControl : …

1 2 3 4 5 31 next
15 30 50 per page