-
- IE Toolbar Buttons / Change Icon at runtime.
by Digvijay
- 0 Replies
- Last post
by Digvijay
- Hi Everyone,
I was able to add a toolbar button to IE7 toolbar and associate a Exec method in My C# BHO and it works perfectly. Now i have some other issues:
1. The icons as designed appears fine when opened in a image viewer, however when IE 7 toolbar displays it - it looks very untidy and poorly designed. How can i fix it
2. Based on some actions in my BHO i wish to change t
-
- we got one issue on DHTML Editing activex control(2D360201-FFF5-11d1-8D03-00A0C959BC0A)
by somachalandhar
- 2 Replies
- Last post
by somachalandhar
- We are moving browser from IE6 to IE7 in our project. we are using operatingsystem is WindowsXP.
we got one issue :
Cursor is displaying in all text boxs(DHTML Editing activex control) even after clicking another textbox(html page).
Those textboxs are DHTML Editing activex control(2D360201-FFF5-11d1-8D03-00A0C959BC0A).
Please see below code:
<tr> <td id=&qu
-
- InternetQueryOption Unicode change in IE7
by Asher Kobin
- 0 Replies
- Last post
by Asher Kobin
- I'm seeing new behavior with InternetQueryOption under unicode in IE7 in terms of buffer size. We use ERROR_INSUFFICIENT_BUFFER to get the correct buffer size, but passing in this value returns ERROR_INSUFFICIENT_BUFFER still. It works when compiled in ASCII though. It feels like some internal miscalcuations dealing with the NULL temerminator or bytes vs. characters. Any insight -- Asher
-
- Blog with sample code on porting from Firefox to IE
by Pete Warden
- 2 Replies
- Last post
by Pete Warden
- Hi everyone,
I just discovered this forum, looks like a great resource.
I'm a Firefox extension developer, and I'm porting http://petesearch.com/ over to IE as a BHO. I'm documenting the process, with sample code, on my blog at
http://petewarden.typepad.com/searchbrowser/firefox_to_ie_port/index.html
So far, I cover the process of getting a basic BHO compiling and instal
-
- IE Developer Toolbar
by Bizzo One Twizzo
- 4 Replies
- Last post
by Blind Villian
- I just downloaded the latest version of IE Developer Toolbar. Everything looks to be installed correctly however when I go to click on the Menu bar link, nothing happens. When I access the app through View >> Explorer Bar >> Developer Tool Bar, I'm able to get the application open, however all of the navigation and links are disabled. None the DOM objects are displayed in the viewer pa
-
- Creating a Search Provider with C# Programmatically for IE 7.0
by krees
- 10 Replies
- Last post
by krees
- Quick question, I wrote this code:
public bool SetIE7SearchProvider()
{
RegistryKey key = Registry .CurrentUser.OpenSubKey( "Software\\Microsoft\\Internet Explorer\\SearchScopes" , true );
if (key != null )
{
RegistryKey search = key.CreateSubKey( "{someguid}" );
if (search != null )
{
search.SetValue( "DisplayName" , IE_
-
- 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 does IE determine if an BHO is a disabled addin
by Joe Coder
- 3 Replies
- Last post
by Sdi
- Is it possible to register / install a BHO add-in where the add-in shows up initially as disabled in the IE manage add-in UI by default We want to install and register our BHO but still require the user to activate it, by choice, by using the IE manage add-in user interface.
-
- IE7 ile download replaces spaces with underscore (_)
by Dave198026
- 8 Replies
- Last post
by Mikael_Puittinen
- First post here so hello to all first of all
I have a question which i cant seem to find an answer for no matter how hard i search.
Basically, i just want to turn off the functionality that replaces the spaces with underscores when downloading a file from IE7.
I would think it is possible but i just cant find the answer.
Hope someone can help,
Thanks in advance,
Dave
-
- Displaying error message in the 'yellow information bar' on the top of HTML help file(only in IE7 not in IE6).
by somachalandhar
- 0 Replies
- Last post
by somachalandhar
- Hi,
Displaying error message in the 'yellow information bar' on the top of HTML help file.
Error message stating that " To help protect your security, Internet has retricted this webpage from the running scripts and ActiveX controls that could acces your computer. Click here for the options"
After that i clicked the yellow information bar. then choosed allow blocked co
-
- IFRAME issues with IE7 on Vista
by Pete Nicholls
- 3 Replies
- Last post
by Pete Nicholls
- I have discovered a problem in IE7 running on 32-bit Vista Premium where an IFRAME called to display in a table cell is shifted to the right edge of that cell. To get a visual, look at http://www.netpages.us/n4bhb/spaceweather.html with IE7 on Vista and IE7 on XP and you will see the difference. Is there anything I need to change in the code to correct this, or is this a bug in Vista's IE7 impleme
-
- how to access Calendar API from MSN?
by Vishal Mithaiwala
- 1 Replies
- Last post
by unique_username
- Can anybody tell me how to access Calendar API data from msn for perticular login in third party website.
which API can i use for that
Reply
-
- Implementing a Custom Download Manager
by smoother
- 5 Replies
- Last post
by IECUSTOMIZER
- I know it has been discussed many times before but, all the samples i found are either in C++ or J# so nothing in VB.NET or C#.NET. I want that if the user click a downloadable link from the IE then my application appears and take the download process from there. Means change the default DL manger and proceed the link to my app with C# or VB. Thanks
-
- get_Document returns NULL in IE7
by RameshK
- 14 Replies
- Last post
by RameshK
- Has anyone seen this behavior In IE7, when get_Document is called on IWEBBrowser2, it returns NULL. Basically, I am doing the following in the OnCreate of the explorer bar (my explorer bar is based on an HTML control): CAxWindow wnd(m_hWnd); HRESULT hr = wnd.CreateControl(IDH_HTML_SPLASH1); CComPtr<IDispatch> pHtmlDispatch; CComPtr<IHTMLDocument2> pHtmlDocument; h
-
- IE7 activeX Webbrowser control?
by Qaayam
- 14 Replies
- Last post
by Pawel from TETA
- How can I use the IE7 webbrowser control in my visual basic (6) applications
-
- A WebBrowser Control displays a page with links , Click on Link should open the page in new window
by vikrantkpr
- 6 Replies
- Last post
by IECUSTOMIZER
- Hey Friends
I have a WebBrowser Control which displays a page with links , now what i am looking is that Click on Link should open the page in new window irrespective of how the link is supposed to open the page.
Any idea
Regards
-
- z-index is not working in IE7
by rramapan
- 4 Replies
- Last post
by rramapan
- Hi z-index is not working in ie-7. I have set the z-index for the Div as 1 and for my select box it is 2. But the select box is not coming upfront. Any suggestions please find my sample html file. <html> <head> <style type="text/css"> .testDiv { position:absolute; display:none; width:100%; padding-left:8px; padding-right:8px; height:100%; z-index:1; background-color:t
-
- Comments and questions about the Internet Explorer Developer Toolbar
by JohnHrv &#91;MSFT&
- 14 Replies
- Last post
by mltsy
- Hi everyone, If you have feedback or questions about the IE Developer Toolbar , you've found the right place! When posting about the Developer Toolbar rather than general web development, please use [IEDevTB] in the subject . WeˇŻll look through all of the posts for comments and questions about the Developer Toolbar, but the subject tag will help us find and track your feedback so we can better res
-
- 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
-
- AutoSuggest Drop-Down: iexplore.exe - Application error.
by jiapei
- 14 Replies
- Last post
by Osvaldo Omar
- Whenever I close down IE, I got a dialog named as Subject "iexplore.exe - Application Error" " The exception Privileged instruction. (0x0000096) occurred in the application at location 0x0332b2b0. Click on OK to terminate the program Click on CANCEL to debug the program " What's wrong with my IE7 please It's really annoying!!! For serveral months already. Can anybody help please Cheers JIA Pei
-
- How to make a toolbar visible by programming?
by Qingbo
- 10 Replies
- Last post
by Reza Nourai - MSFT
- Hi,
I want to make my toolbar visible after the installation(registration) process complete (after restarting IE, of course), but I don't know what is controlling a toolbar's visibility.
Is it controlled by a registry key, or other things
Thanks for your help.
-
- Busy spreading misinformation about BHOs and threading
by Pete Warden
- 0 Replies
- Last post
by Pete Warden
- Another developer asked me some questions about how BHOs interact with threads in IE, so I've put up a post explaining my current understanding: http://petewarden.typepad.com/searchbrowser/2007/08/bhos-and-thread.html This is purely based on what I've seen in practice, since I've seen no documentation apart from some handy posts on Tony Schreiner's blog . Corrections and improvements would be welc
-
- BHO without VS
by da_b0uncer
- 1 Replies
- Last post
by IECUSTOMIZER
- hi, is there any possibility to build a BHO without using VS
-
- BUG in IE7 HTML table implementation
by SParker1
- 10 Replies
- Last post
by james_monks
- I can't seem to get rid of the extra few pixels of white space at the bottom of each table cell that contains an image. The page displays how I want it in Firefox: http://i20.photobucket.com/albums/b243/parsophie/firefox_page.jpg but the problem only occurs in IE: http://i20.photobucket.com/albums/b243/parsophie/ie_page.jpg I have tried adjusting heights, padding, margins etc. values, but I haven'
-
- IE7 Breaks VBScript
by jfkrueger119584
- 2 Replies
- Last post
by jfkrueger
- Hello,
This used to work fine (in ie6) to get a reference to an IE window and pull a value off of the document:
Dim objIE Set objIE = shell.Windows.Item If (Not objIE Is Nothing) Then 'Set session variable and submit the form. session = objIE.document.forms("DWISDBFORM").elements("SESSIONID").value End If 'Object Cleanup Set objIE = Nothing
Once installing I