|
|
|
| You are here : HOME > ActiveX |
 |
 |
Programacion En ActiveX Con Visual Basic (Spanish Edition)
Price : $61.00 $61.00
Average
Customer Rating : Not
yet rated |
|
Customer Review :
No review yet |
 |
Visual Basic 5.0: Desenvolvendo Componentes ActiveX
Price : Click to see price
Average
Customer Rating : Not
yet rated |
|
Customer Review :
No review yet |
 |
Teach Yourself Activex Controls With Visual C++ in 14 Days (Teach Yourself Series)
Price : $39.99
Average
Customer Rating : Not
yet rated |
|
Editorial Review :
This 14-day tutorial instructs the reader in the fundamentals of ActiveX Controls through a variety of proven teaching elements. The 14-day structure offers a logical and easy-to-follow sequence. Daily lessons, review sections, and handy references with short examples are included. The CD includes the Microsoft ActiveX Development Kit.
Customer Review :
No review yet |
 |
Creating Your Own Activex Web
Price : Click to see price
Average
Customer Rating : Not
yet rated |
|
Customer Review :
No review yet |
 |
Activex: Developers Guide
Price : $49.99
Average
Customer Rating : Not
yet rated |
|
Customer Review :
No review yet |
|
More
Results : [First] [Prev] 1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 | 9 | 10 | 11 | 12 | 13 | 14 | 15 | 16 | 17 | 18 | 19 | 20 [Next] [Last]
|
|
Questions & Answers
Question : Any way to detect the local files an ActiveX object is accessing?
A website I'm using uses an ActiveX control to check for unique visitors. For some reason, the site believes me to have visited before (I haven't) and will not give me the first-time-visitor benefits I am after. I have tried deleting the ActiveX object, clearing all cookies, even changing my IP, but nothing works. I am assuming that if must be checking for the existance of some dummy file it places on hard drives on the first visit. Somehow, I seem to have this dummy file (maybe because the guy who coded the ActiveX object got lazy and put the samme dummycheck in the control for some other site I also visited).Is there any monitoring software out there that can keep an eye on what the ActiveX controls are doing?
Answer:
You can search in the windows search box by "last accessed". If you know the time and date the activex control was running, you can look through all files accessed at exactly that time for something suspicious. Good luck!(However, the ActiveX control could simply be reading your installation ID, in which case all you can do is use a different computer)
|
Question : How to cancel the permission given for an activex program to access my computer?
I had given permission to an activex program so that I can watch TV programs on the Computer. But I donot want to continue this. As I understand that the program is supposed to collect information from my computer, I want to cancel the permission given. Kindly advise me how to go about it.
Answer:
Under the tools menu select "Internet Options" then on the window that comes up select the "Programs" tab. On this tab you'll see a button for "Manage Add-ons". Click that button then find the activex control in the list and click disable or delete.
|
Question : Is there another option to take get me into the ActiveX setttings?
I am trying to activate the activeX settings so that I can download flash player, but every time I try to get into internet options it just flashes and goes away. Is there another way to get to ActiveX?
Answer:
While ActiveX is a useful technology, the downside is that you need to have a up-to-date version ActiveX installed on your machine in order to use ActiveX-enabled content.Go to the page below to test whether you have your browser properly configured to download, authenticate, install, and display ActiveX controls, and manipulate them with JavaScript.If it is not working properly, there are instructions to get active x enabled.
|
Question : How can i make my computer allow programs with ActiveX?
I want to play this game, but when i click on that game the window that the game is supposed to open on has this pop-up saying my computer does not allow this program because of ActiveX Control. I want to know how i can make my computer allow this program.i played this game before and it was working fine and now it doesn't work. So please help!
Answer:
How to Enable ActiveX Controls Press here http://www.ehow.com/how_4536796_enable-activex-controls.html
|
Question : What should I do in Dreamweaver to get rid of the activex warning in IE7 on a basic HTML page I make?
Whenever I make a basic HTML page (2 columns with header and footer) in Dreamweaver, and I preview it in IE7, an activex warning pops up. However I havent put anything fancy, and I dont get this warning when I go on sites that have flash or anything either.
Answer:
Well, i too have seen the same problem. But once you upload the files to a web server, the access it from there, no activex warning comes. IE7 may be showing this warning may be because some elements in your code needs access to the internet. Anyways, I these days I am using BlueVoda in addition to Dreamweaver, because creating a page in BlueVoda is much easier and faster as compared to dreamweaver.BlueVoda: http://www.vodahost.com/partner/idevaffiliate.php?id=10787_1_3_9
|
Question : How do I locate and uninstall ActiveX control on my computer?
I have allowed some websites to either install or run ActiveX control on my computer. I do not remember the websites to whom I have given permission. Now I need to know how to locate and uninstall ActiveX control from my computer.
Answer:
(1) Get you self a good antivirus or a free one . (2) If you have not already scanned your comp with spybot do that now .Update it and then run it so it gets rid of all the spyware and trojans (3a) Do an online virus scan to check if you still have any other viruses in your computer. And let us know if the online virus scan still finds any virus or spyware .(4) Download hijackthis
|
Question : How do I remove an ActiveX control pop-up that appears repeatedly?
The pop-up "A script is accessing some software (an ActiveX control) on the page which has been marked safe for scripting. Do you want to allow this?" The pop-up reappears every few seconds.
Answer:
In Internet Explorer go to Tools > Internet Options > Security > Internet > set the security level to the default setting.The default setting is "Medium" if you are using Internet Explorer 6. And "Medium-high" if you use IE-7.Do NOT set the security settings any lower! Never! Any reputable content on the internet will work just fine using default settings.
|
Question : How do you stop activeX from being blocked?
I made a program(html) as a project and get annoyed having to click unblock on every new page. Is there a way to always allow activeX and scripts to run? My browser is internet explorer.
Answer:
Internet Options->Advanced->Allow active content to run in files on my computer <- check this checkbox.
|
Question : Is their a activex option on access 2007 that lets you select a file?
I have an access 2007 database and would like to put something on my form that allows a user to select a file (that will be in an excel format) off of your computer to add to the table (basically this step is to make it more user friendly and would prevent you from having to go through the excel -> access wizard). I've skimmed over the list of activex things you can add and I wasn't sure if there was anyone that would work.
Answer:
I do not believe there is something already established. But you can easily create the code to do this. And it works even better if the data is always in a particular format on the MS-Excel worksheet.You can either create a text box on a form, where the user supplies a file name, or you can have the function always pull from a pre-defined file and directory path, or have the typical Windows dialog come up for them to do their own search and find of the file.You might need to establish an Import Specification and save that to use in your code.Here is an example: Private Sub RetreiveData(ByVal DataFile As String, ByVal FileType As String) On Error GoTo RetreiveData_Err DoCmd.TransferText acImportDelim, FileType &"ImportSpecification", "tbl_"& FileType, DataFile, True WriteHistory "Imported Data", "tbl_"& FileType, 0, 0, FileType MsgBox ("The quoted delimited text file has been read in and processed. "& vbCrLf & _"The data is ready for producing any of the available reports.")RetreiveData_Exit: Exit SubRetreiveData_Err: MsgBox "Error#"& Err.Number &": "& Err.Description & vbCrLf & _ Err.Source, vbOKOnly + vbCritical, "ImportData -- RetreiveData" Resume RetreiveData_ExitEnd SubI also have code to Select the File, if you need that as an example.
|
Question : How do I remove the ActiveX messege in Windows Media Center for PC and Xbox 360?
Whenever I try to go on the MCE browser on either my Xbox 360 or my PC, a messege pops up saying: 'An ActiveX control on this page might be unsafe to interact with other parts of the page. Do you want to allow this interaction?' I just want to remove the messege, not the program.It doesn't have that box that enables it to not come up.
Answer:
Whenever I try to go on the MCE browser on either my Xbox 360 or my PC, a messege pops up saying: 'An ActiveX control on this page might be unsafe to interact with other parts of the page. Do you want to allow this interaction?' I just want to remove the messege, not the program.It doesn't have that box that enables it to not come up.
|
Powered by Yahoo! Answers
|
|