-
- Limitations of extention/plugin development?
by Internet Marketing Guy
- 3 Replies
- Last post
by Pete Warden
- Hi Everyone, I am not a developer, but am thinking of hiring one to get a plugin developed for me. The only problem is I don't even know if it is possible to do what I want, so I thought I should check here first. What I would like to do is write a plugin which scrapes & reformats information from other websites around the web - i.e. retrieve a list of items from ebay and their prices, retriev
-
- IE7 shows URL in title bar
by ST_SHIR
- 3 Replies
- Last post
by Carlos H.
- Hi,
We have classic ASP application. For some windows user the webpage shows URL in title bar and for some user it does not show the URL.
I do not want to show URL in title bar, but could not find what IE7 setting to use.
Thanks.
-
- Browser Extensions in IE7 Vista
by George554939
- 4 Replies
- Last post
by Junior94
- I have a working Browser Extension that runs on IE6 and IE7 on WinXP. It is accessed via the
View menu->Explorer Bar option on IE.
When I install this extension on IE7 on Windows Vista, as soon as I load it. I get this error:
"The system cannot find the file specified, ClassID: {9BA05972-F6A8-11CF-A442-00A0C90A8F39}"
I searched for this CLSID in Vista's Registry an
-
- IE 7 opening to Run Once page with error on it.
by cbpd86
- 14 Replies
- Last post
by cbpd86
- I downloaded updates last week. I have been using IE7 for a while with no problem. I dwnloaded the updates. Now when I open my browser the page tries to go to http://runonce.msn.com/runonce2.aspx . There is an error reported for this page and it will not open up I get a blue screen. How do I eliminate this I have my home page set in the tools section but when opening it won't go to my home page un
-
- window handle for active tab
by gchippie
- 14 Replies
- Last post
by John Lister
- hi folks,
when a document completes loading in a new tab,
my bho gets notified via DISPID_DOCUMENTCOMPLETE.
how can i get the window handle for the tab window
i've tried the EnumChildWindows/IsWindowVisible combo but it's not always reliable. it would seem IE7 has the handle but how to get it
any ideas
-
- Problem with cancel IE navigation by using Stop() method
by sart479493
- 8 Replies
- Last post
by Reza Nourai - MSFT
- Hello, I try to cancel IE navigation by using BHO written in ATL (I use as example a PopupBlocker by codeproject) and to make IE to navigate to "my" url. But Stop()-Method returns the program to Invoke(...) and causes BEFORENAVIGATE2 event again instead of to stop navigation. The IE will be navigated to navigation cancel site and then to http:///. That is a code example that I use: STD
-
- How to get return value from execScript() in IHTMLWindow2?
by srinivas_kv80
- 3 Replies
- Last post
by thenewcoder
- I was facing problem to get return value from execScript() in IHTMLWindow2. I am able to run the script methods by using this method execScript(), but not able to get the return value. Could you help in solving this problem either in calling the methods in C++ programming or doing changes in my script
-
- IE 7?
by Guitar hero
- 1 Replies
- Last post
by Lance Leonard
- We are a .net shop and manufacture a web application that was written to utlize IE 6. A new version of our web application was written to utilize IE 7. The clients who refuse to upgrade from IE 6 to IE 7 are having various issues with our new version of our web application. Our app works in IE 7 but not so good in IE6.
I queried the online KB and did not find a definitive list of "whats ch
-
- C# BHO deployment issues
by Prakul
- 8 Replies
- Last post
by Prakul
- I created a BHO in C#, which is working fine on my development machine (VS 2005).
I also created a setUp project in which I have included .Net Framework 2.0. It is working fine on my machine.
But when I deployed it on a new machine running Windows XP, then my BHO doesn't work. Then I installed .Net 2.0 SDK on this machine, then my BHO was working. If I uninstall .Net SDK then it doesn't
-
- IE7 Script Error
by Geo725
- 14 Replies
- Last post
by MatthewStarensier
- Hi, This problem has always been bugging me. When I sign into my user account and open up User Accounts in control panel I don't have any problems but when I go to any other user account and do this, no matter if they are computer admins or not, they encounter an IE script error with no description and this popup does not go away whether you click yes or no. It's not just the User Accounts menu in
-
- IE7 protected mode hWnd problem
by MeniB
- 14 Replies
- Last post
by Jens Willebrand
- hello, i'm trying to get the hWnd of a IWebBrowser2 control. if i'm working on xp, everything is ok. but with Vista - things different. hWnd returned is not valid. (IsWindow - fails) any ideas why
It seems to me that because if you run iexplorer.exe in Protected mode, it runs ieuser.exe and it runs in its turn iexplorer.exe (with another Process ID). It seems that the hWnd is not of the second
-
- Difference between IE and ActiveX windows
by EliMLi
- 9 Replies
- Last post
by Sdi
- I found that there is a subtle difference between html page in IE (IE7) and in a ActiveX window ( ATL - CAxWindow). For example in IE the default buttons are slightly rounded while in ActiveX - rectangular; the default input fields in IE have got solid borders, in ActiveX - the border is 3D. Is it any possibility to make an activex window that looks exactly like IE
-
- unicode problem when using webbrowser control
by lijun
- 0 Replies
- Last post
by lijun
- I have webbrowser control in a winform program. When the control navigate to a website that has unicode (it is Chinese to be specific), the content is displayed correctly in the control itself. However, when I tried to get the text from webbroswer control via its property DocumentText, the text is messed up with question marks and other characters. My question is how do I get the correct unicode t
-
- Resize an iFrame = Access is Denied?
by p0lar_bear
- 0 Replies
- Last post
by p0lar_bear
- I found a tutorial and a script that will resize an iFrame when a page with the said script is loaded into the iFrame. However, it only works the first time the page is loaded. When I click a link in the iFrame and a new page loads, the iFrame does not resize, and IE throws an "Access is Denied" error. Even wierder, on some days, the script will work without a hitch, on other days, no ci
-
- how to pick the new tab in ie7
by Paula Mansour
- 0 Replies
- Last post
by Paula Mansour
- I Just did the following :
1- monitor the processor .
2- if the comming process is iexplorer I pick it.
3- i get it's url as i want.
// that's what i did.
now,I want do the following but how
4- if the user open new tab in the opend iexplorer -which I picked- I want pick that new tab too.
thanks & bye
-
- InternetGetCookie doesn't return all cookies
by sart479493
- 0 Replies
- Last post
by sart479493
- Hello, I try to read cookies within my BHO with InternetGetCookie function. But by "https//:.." requests it seems not to return ALL cookies. I try this: retry:{ if (!InternetGetCookie(sUrl, NULL, lpszData, &dwSize)){ DWORD dwLastErrorCode = GetLastError(); if( dwLastErrorCode == ERROR_INSUFFICIENT_BUFFER){ lpszData = new char[dwSize]; got
-
- Problem with images in IE7
by Sunita Saini
- 2 Replies
- Last post
by Sunita Saini
- In my BHO, I check for NAVIGATECOMPLETE event. For a particular site I get the document of the page and write my own page using IHTMLDocument write function. Problem is my page contains images also which don't appear in IE7. I can see the images in IE6. These images are pesent on my local drive. When i right click on the image it shows the URL of that site and not of my local drive. Example: Suppo
-
- Display garbled
by Sebastian561773
- 1 Replies
- Last post
by Cary Abend
- Hi!
I've been using IE7 for 3 months now. All of a sudden about 2 days ago, the picture on the explorer is distorted. I've tried re-installing IE but to no avail and now no pictures on all the websites are displayed clearly while the text is loaded fine. I've tried using internet scaling utility tool as well but little luck. Any additional help would be apprecaited
Cheers!
Sebastian
-
- Windows media player embed PLS. Help
by restnicka
- 1 Replies
- Last post
by restnicka
- Hi there! I've got a problem with windows media player embed in internet explorer. When i use it without parameters, the volume bar is in the middle. But i wanna to put it up, to the 100%. On many sites is a solution, to set volume parameter to range 0-100, but it didn't worked for me!!!, but at MSDN, i found, that volume must be from range -10000 - 0, and that worked!!! but i am afraid -when i se
-
- IE7 and issue with TrackPopupMenu(Win32) within ActiveX-control
by Sergei Dorogin
- 14 Replies
- Last post
by kubaiju
- Hello.
I have a trouble with calling win32-function TrackPopupMenu from ActiveX in new Interner Explorer 7 (RC1 and all betas).
The situation is:
I have some ActiveX-control - "MyPopupMenu". This control is being used to show context popup menu. To do it, it used win32 function from winuser.h. There's an issue with one of them - TrackPopupMenu.
Control has worked fine in IE6,
-
- mailto with hebrew not showing in outlook problem
by folen
- 2 Replies
- Last post
by Slavic
- don't know if it the right place for this question but here goes.
am making a simple php page and i need to allaw the users to fill and send a form thow the mail
am using:
<a href=" mailto:admin@myysit.org subject='hebrew and arbic text' &body='hebrew and arbic text spareated by line breakA %0'" style="text-align:right" >arabic text</a>
the problem
-
- Safe to inert HTML into page with IFrames after refresh
by cancan101
- 4 Replies
- Last post
by Appxweb
- I know similar questions have been asked in the past, but none of the responses really answered my question: On a page with IFrames, after the user refreshes, is there a way to tell when the main page has loaded enough that I can insert HTML If I insert early, I get an "operation aborted" pop-up from IE and then the page does not load. Thanks, Alex
-
- BHO + UAC + IPC Remoting = BIG TROUBLE!
by Glauber Torres
- 1 Replies
- Last post
by Adrian Dorache
- Hello everyone!
Some time ago I developed a BHO that communicates with a Remoting Server Console Application via
IpcChannel. When it's running on XP (both IE6 and 7) the BHO runs perfectly, but when I try to run the same on Vista I get the annoying error message "Failed to connect to an IPC Port: Access is denied.". I know that IPC channel performs authentication by d
-
- Internet Explorer/websites/this is disturbing...
by mizzarychic
- 3 Replies
- Last post
by Jessy D. Exum
- I don't know if this is the right forum...if not, and someone could refer me somewhere else, I'd appreciate it.
I was on a website that was supposed to have a message board about the retro music videos that are posted on the site (the links to which all seem to be broken in the first place, so I didn't even stream any of the videos). I hadn't been to this site for months (though I guess there w
-
- MSINET.ocx and IE7
by Padmini Dhulipala
- 1 Replies
- Last post
by Paul Joyce
- I am having a problem with the MSINET.OCX control in my web application and IE7. Ever since I installed IE7, I am unable to upload files using this control - it gives me the following error: Inet1 Object not found. The same code works OK in IE6. I tried uninstalling and reinstalling IE7 as well uninstalling and reinstalling the control from the Microsoft site. Does any one have any suggestions