How to use method activeX control in PB (Newbie using ActiveX)Hi all,
This is the first time I'm using activeX in my application, does anyone can
helpme with these problem.
How to use method in activeX because I've got example that come with the ocx
file only with VB6 and I don't know how to used it with PB7.
------------
Call ActiveX_name.CopyTable(filename As String,Creator As
String,SDDI_plugin_name As String, CreateFlag As Integer, VersionMajor As
Integer, VersionMinor As Integer)
------------
THX
--
ebr
...
What is the difference between Mozilla ActiveX Control and Microsft ActiveX Control pad?I have these two files on my computer:
MozillaControl1712.exe
setuppad.exe (When I open this it says Microsoft ActiveX Control Pad)
Which one do I need?
mariav wrote:
> I have these two files on my computer: MozillaControl1712.exe
> setuppad.exe (When I open this it says Microsoft ActiveX Control Pad)
>
>
> Which one do I need?
>
"Microsoft ActiveX Control Pad" - An Authoring tool , "Using the ActiveX
Control Pad, you can easily author pages that include advanced layout
and multimedia features such as exact object placement, object layer...
using activeX control in ASP.NET with visual studio.net 2003
I want to build a webservice with ASP.NET in visual Studio.net, but when I click on toolbox and try to add an item, the ActiveX component shows up in grey, which supposed to be unusable.
For example, if I add an item "Calendar Control 11.0" from "COM conponents" list, it will shows up on the toolbox list, but shows in grey.
Are there anybody encounter the same problem as mine? How do you deal with it?
Thanks.
Regards,
Kevin
...
ActiveX control using Asp.Net
How can I develope a ActiveX control using Asp.Net?
I tried to build a simple one. I developed a Windows User control. Then I used it on a web page/ html page. I was happy to see it working. But oops! I couldn't see the UI expected.
What am I missing?
Now I am also able to see the UI of Active X control.
But a new problem...
Now everything works fine if I run my web application using Visual Studio. But if I try to view the page directly using the browser from localhost/other machine in the LAN, I see only a cross mark like we see when a image is missing....
Using an ActiveX control in a web form
Hi,
I'm currently using a 3rd party ActiveX control as part of an old VB6 application simply running the .ocx ActiveX client side without any problems.
What I would like to do is use this .ocx ActiveX control in an ASP.NET web form. I am assuming that this cannot be run server side, and therefore would like to use it client side with the user downloading the control and executing it locally. However if this can be done server side then that is even better.
I have placed the .ocx on the server and registered it, I am now looking for a way of using the control in a web page.
When I...
Using ActiveX Controls in ASP.NET
Hello,
I have an ActiveX control (written in VB6) which I want to use in an ASP.NET application. I'm wondering if it is possible to have this control run entirely from the server (vs. downloading to the client machine).
Thanks...
ActiveX is client-side; ASP.NET is server-side. If all the
component does is logic, then you may want to rewrite it in .NET, or
port the VB6 code over to VB.NET.
The component actually uses a microsoft chart component and charts results from a bunch of queries. Is there a way to port it to .net in such a way as to be able to use it on a web...
Using ActiveX controls with modeless formsHi,
I am trying to use an ActiveX control in a PowerBuilder 7.0.2
application, the control is placed on a main! window.
When I run the application, the ActiveX control gives the error:
"Non-modal forms cannot be displayed in this host application from an
ActiveX DLL, ActiveX Control or Property Page."
Does anyone know how I can make PowerBuilder use an ActiveX control
that has modeless forms?
Thanks in advance,
Chris
--
Chris Smith
Work: chris.smith@avenue-legal.co.uk
Home: cjs94@zepler.org.uk
...
Using an ActiveX control on an ASP.NET webform
I am trying to run Catalyst's File Transfer ActiveX control on an ASP.NET webform. I know little about ActiveX and am still new to ASP.NET. Any help is appreciated.
I am developing using MS Visual Studio 2003, and working in C#
I began by adding the FTP COM component to the toolbox and then dragging it onto my aspx page. I then used the lpk tool to generate a lpk file and added the appropriate object tag at the top of the page.
I then added a client-side button to the page as such:
<input type="button" value="Download" onclick="DownloadFiles()...
Using ActiveX control in ASP.Net 2003.
What I did is-1)Opened a new project for creating class library in VB.Net of name FindFile2)In that taken a user control of name ConfigFile. In the design view I added one button and one text box. Then I written my code for some calculations on button click event and displayed result in that textbox.3) then I added it in my existing project as- <BODY> <OBJECT id="myControl1" name="myControl1" classid="FindFile.dll#"FindFile.ConfigFile" width=288 height=72> </OBJECT...
Problem when use ActiveX control on ASP.NET page
I wrote an activeX control in C#, which internally uses another activeX control from third party. I used my activeX control in an ASP.NET page as follows: document.write('<object id=\"MyControl\" name=\"MyControl\" width=\"288\" height=\"72\" classid=\"\\MyControl.dll#MyControl\" VIEWASTEXT>');
document.write('</object>');
The problem is:
1. If I comment out the usage of the third party activex control, everything works fine. But if I tried to access any thing from that third party act...
What control do I use (or do I not use a control at all...)
Okay so here's the story so far. I am making a blog to be incorporated into a website. Well, I'm doing the blog from scratch. I'm using MySQL to source all the data via MySQL .NET/Connector. Now while developing the script, I used DataReader and Response.Write to show the blog topics. Now that it has come to put it under a design (I'm using a Master Page for that), I've hit the problem. Response.Write shows all the topics before any of the design elements could be incorporated. So that (more or less) is out of question. So next I looked into the data presentation controls. I looked up GridVi...
to use activex control
Hi
I want to use a third party activex control .in asp.net with c# web application .but it is not working by using OBJECT tag and the clsid .
but it works in html page. Is their any other way to use it.........
When creating the virtual directory make sure that in the properties you set it to Scripts Only, Not scripts and exec. Also make sure if you control doesn't show at all that you have the path correct to the control in the provided HTML file, the path has to match in order for it to work. Also clear the GAC sometimes because it can all get bogged down. Another iss...
Using activeX Controls..
Hi,
Can anyone help me how to use ActiveX controls in a web page?
I want to execute some application in the client side..
Can anyone procide me with some links, or any help..Dont forget to click "Mark as Answer" on the post that helped you.This credits the member,earns you a point & marks your thread as Resolved so that new users will know where to search for their queries.
hi,
Plz check these links,
http://www.suite101.com/article.cfm/vb_script/79593
http://msdn.microsoft.com/en-us/library/ms537508.aspx
Plz mark as answer if you ahve got what you were looking ...
use ActiveX Control
How can I use an ActiveX Control?
I would need it to display a special type of data.
I tried using the <object> tag but against what is written on msdn, there is no attribute progid for this tag. ( I get an invalid attribute error in VS2005)
How else can I use it?
Well that depends on how your distributing it. Did you make it yourself? Is it in a cab file? is it just a raw hot linked DLL?
Little more to go one is helpful.Evan's BlogCodeundrum: Code that puzzles.
nope it's commercial and a dll. But users who would potentially use the app...