Software Development Network Logo
  • SQL Server
  • .NET Development
  • Windows Forms
  • Visual Basic
  • Visual FoxPro
  • Audio and Video
  • Visual C++
  • Game Technologies
  • Visual Studio
  • SharePoint Products
  • Microsoft ISV
  • VS Team System
  • Smart Devicet
  • Visual C#
  • Windows Vista

Software Development Network >> IE Development

IE Development

New Question

ActiveX Modal Dialogs do not work in IE7
Extending catalog search, best practise?
Using Vista?
How To Get HINTERNET handle of Automated IWebBrowser2?
Anonymous shopping
Getting "Runtime error" directly after starting wds
IGatherNotify
IE7 Script Error
IE7 and desktop icons
Support for SVG

Top Answerers

takobell
Hello_Yo
Tamiri
Dietz
LPlate
chaza
Grotius
Johanvdk
SknkWrkngGrp
doener
sitemap
Only Title

Answer Questions

  • Murali Medisetti How to prevent a BHO from crashing Explorer.exe

    I was recently turned on to the Windows Live Toolbar , which has so many cool features that it quickly became one of my favorite IE add-ons. Unfortunately, after installing the toolbar, I began to notice that Explorer.exe would crash on startup. It doesn't happen all the time, but it is annoying enough to make me consider leaving this cool utility in the dust. How do I deal with this bad behavior Am I forced to make an uncomfortable decision Unless you specify otherwise, BHOs are loaded for both Internet Explorer (iexplore.exe) and Explorer (explorer.exe) processes. You could try to prevent your DLL from being loaded by checking the process name in DllMain and return FALSE (thereby preventing your DLL from being loaded) if the n ...Show All

  • Saroj K. Nanda Commece 2007 - using the adapter with biztalk to updata a user profile

    Hello, I'm using Commerce 2007 and biztalk 2006. I'm trying to update user profiles using the commerce adapter. Once I send an update to the adapter, it returns the following errror: The message body received by the send adapter is not valid for the CommerceServerProfilesUpdate API call. Message ID: 0a48b945-3ee3-4ceb- ac41-a109c887313e. Detail: An attempt was made to update a property that has been specified as the PrimaryKey, JoinKey, or KeyIndex. These values cannot be updated once created. Profile Type = 'UserObject' Primary Key Property Name = 'GeneralInfo.user_id' Primary Key Value = '{891017ac-fb7b-48e7-90e3-2a2dc91e4367}' Property Name = 'ProfileSystem.KeyIndex' Property Value = '1' I found the following sollution on the i ...Show All

  • Bart1 ImageListBox Control

    Hi, i hope i played this post right, if not i am sorry for that. I have written a little or more complex control called "ImageListBox", it has a more complex definition of an item than a normal ListBox. So every item can contain an image, header text and normal text. I wanted a much more attractive version than a normal ListBox, so i wrote it. I would like to hear your opinions about it and some bugs that maybe someone will find ;) http://www.thunder-development.de/typo3/index.php id=55 (Unless i dont know what to do exactly with it, it contains a "Demo" string, please dont get angry by this) CU Thunder2002 Good luck with fixing it to work at runtime. About lisencing: While I bel ...Show All

  • Edward1 Using Vista?

    Good idea Joe! Okay, I'll go first.  I'm using Vista RC1 full time now.  The computer seems quieter--doesn't take so many trips to the hard disk for VM paging.  I find going back to XP an unpleasantry, so I think Microsoft is succeeding here. Glass is nice.  I think the performance is what I expected it to be on an Intel Advanced Graphics card (Dell Dimension 9100).  Office 2007 is also pleasant to use, but they stil have some cleanup work to do on their UI. Who else is using Vista   Brian I'm not sold on Flip3D either.  Pretty useless--I think it's just a demo of graphics capability masquerading as a feature. I happened to be in the area of an "authorize ...Show All

  • nhaas Javascript in IE Addon

    Hi, How can I use Javascript in IE Addon What is the best to port a firefox extension to IE7 Addon Thanks in advance. Any idea would be appreciated. Hi, Check my library... http://www.iecustomizer.com/ url=iebuttons to see if I have already done it Hi, Sample command bar button script.. <script language="javascript"> var win=external.menuArguments; var doc=win.document; alert('Document Title = ' + doc.title); </script> Porting from Firefox..... Try it an see... make coding changes as required... use the external.menuArguments object to reference the browser window. Regards. ...Show All

  • Newbie Kam Share my JMC_Photo_View 2.1

    Hello guys, I finally done it. This is an image viewer based on my needs. This not only display all the supported image files in the current folder, but also its sub-folders (one level down only). It is much helpful when you have a photo collection mainly from online sources, hehe, meaning each of your photo folders consist of 16 to 20 images. And it has a lot of other cool features. Anyway, just try it out and see how you like it. I can't upload the HTA file, so I zipped it. Open the HTA file using notepad to view the source code and ReadMe. To run the HTA file, just double click, Windows XP should automatically run it using IE HTA Mode. http://www.geocities.com/magicalclick_1/JMC_Photo_View.zip Enjoy ...Show All

  • Emy_P WDS can't search IM, other email clients?

    Hi, After reading a review that WDS is the best tool for searching my harddrives, I decided to give it a spin. Installed. Ran the indexer with the options that mattered to me, all hard drive locations, and email. Tried the search after indexing completed. Simple terms turned up some files. Immediately noticed nothing from email. OK.. so WDS only works with Outlook What a drag, I don't use that software. I do have a very large IM chat history in My Documents->My Received Files. I tried a search for text in the IM logs. Nothing comes back from WDS So.. basically, this software out of the box is not returning much in terms of useful results. I moved My Documents to G:\ which is a different hard drive from the Windows XP C:\ default. Is ...Show All

  • TheViewMaster Writing Protocol Handlers using Managed Code

    Is there a sample showing how to add your own store (essentially write your own protocol handler) with .NET (I am aware that there might be issues with different .NET Fx versions...) Thanks, Neno That link is for writting protocol handlers for Internet Explorer and not WDS. Eric, do you have any information about when (and if) we'll be able to develop WDS protocol handlers in managed code Is it possible to write an out-of-proc protocol handler, in order to prevent the issue related to different .NET Fx versions loaded in the WDS process Or perhaps can WDS declare a preferred .NET Fx version to prevent conflict There is no current plans to recommend implementing .NET protocol handlers for WDS. There is no ph ...Show All

  • Nishant Sivakumar Just one BHO's instance for all the Tabs.

    It looks impossible, but: Is there a way to have a persistent instance of a BHO across all the Tabs That is, the same BHO instance for all the Tabs. At least, does somebody knows a “strategy” for to simulate this behavior We're still looking at requirements for a future version of IE, and improving the extension model is of course part of that. It's very helpful for us to learn what types of tasks you'd like to accomplish using your extensions so we can ensure any improvements are useful to you. You should not expect this change to appear in current versions of IE, however, so you should probably consider the approaches described above for now. You can ...Show All

  • MadVax How to add "Open in new tab" to custom context menu?

    Hello, I am glad that there is a special forum for add-on developers :-) Here is my first question that was not answered on the IEBlog yet: I have customized the context menu of IE based on the standard menu that is located in the shdoclc.dll. Unfortunately, the dll resource does not include the "Open in new tab" item in IE7. What is the recommended way to add this menu item to a customized context menu Of course, it should also depend whether tabbed browsing is activated or not. Thanks Viktor -- http://www.quero.at/ The New Web Experience Thank you very much :-) For IE7, the correct menu would come from ieframe.dll. Its resource id 24641 in ...Show All

  • ivanchain Perfect Solution

    I installed IE 7 and upon receiving http://runonce.msn.com/runonce2.aspx as my home page I was very frustrated and annoyed. I came to this discussion board and found the perfect solution by combining suggestions from 2 different threads. The steps I took to reslove this issue are as follows: 1. Unistall IE7. 2. Go to the start menu and go to run and put in the gpedit.msc when you get to the drop menus go to user configuration . Then to administrative templates go to the right side and double click on windows components and then double click to the internet explorer drop then scroll down until you see the disable changing home page line and double click on that and click on enable a nd then click ok. 3. Install IE 7 once again ...Show All

  • Radvis Question on pipelines

    Hey Guys, I just want to know the inherent benefits of implementing my custom payment method in a pipeline as opposed to the standard convention of calling classes and methods explicitly - using assemblies. I'm not too sure i get the whole picture of how pipelines are going to make life better. Kind Regards, John John, The pipelines are meant to execute a set of uniform business logic on all orders, such that every order placed on the system uses the exact same entry point to calculate taxes, check discounts, validate inventory, et al. To be fair, I don't know that there is any performance benefit from using pipelines instead of runtime methods/classes, but the product team should probably clarif ...Show All

  • Natan Drozd How To Get HINTERNET handle of Automated IWebBrowser2?

    Hi everybody! May be somebody help me How To Get HINTERNET handle of Automated IWebBrowser2 and also get it from WebBrowser control (.NET). Thanks a lot in advance. Hi, I am having the same problem. Is it even possible to get HINTERNET handle of IWebBrowser2 created by me I am interested in monitoring the http traffic.. Is there maybe some other way to do this - Janne_K No, there is no way to grab the HINTERNET from the IWebBrowser2 instance. Some APIs are available to poke data downward, but these are few and far between. Janne, IE doesn't use WinHTTP. There is another way to monitor IE traffic, simple theoretically b ...Show All

  • cabledog SiteConfigReadOnlyFreeThreaded issue

    Hello, Our development server is spewing this errors during our stress testing: The Commerce Server runtime has detected that more than 336 instances of the SiteConfigReadOnlyFreeThreaded object have been created. Creating many SiteConfigReadOnlyFreeThreaded instances will negatively affect the performance of the site. Please refer to the Commerce Server documentation for the recommended use of the SiteConfigReadOnlyFreeThreaded object. I have not been able to find any information regarding this issue. This is the only other information i found: URGENT: CS2007 dies under heavy load Thanks! We see this error a lot. We found that going everywhere that we created a Context of any type, Profile, Catalog, Order and ...Show All

  • Disposalist A Challenge - Fullstop on E-system

    Hello Everyone, I want to keep this challenge with an intention that a very nice solution can be developed and provided to community. I challenge to hack world' maximum websites being a global hacker and have proved by hacking 50-60 websites all at a time in a legal way for national interest of my country citizens. All the sites were 128 bit encrypted and highly secured. All the sites were from the category of Ebanking, Etrading and Eshopping. I know the hacking part and would like to create a final solution after which no one will be able to hack any website anymore. I need a final solution. I performed this in a LIVE and continous 4 hour telecast on reputed news channel of India, IndiaTV. I proved this in front of experts, minister ...Show All

141516171819202122232425262728293031

©2008 Software Development Network

powered by phorum