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

Software Development Network >> IE Development

IE Development

New Question

cookies question
comment
IE7's Shrink-to-fit is one size fits all?
How to know when a tab is switched in IE7
How to retrieve active IE7 tab window's IWebBrowser2 object?
Having 2 IE in full screen mode for extended desktop
VS 2005 SP1 official release
IE 7 User interface
Manually Configure URLs
Automated testing tool for WPF/XAML

Top Answerers

LotusExigeS1
Nico Vuyge
kundalani
WilsonR
tackett
Bill F.
PabloTola
Anthony M
PaulVC
adi151478
sitemap
Only Title

Answer Questions

  • sathyank WDS 3.0 RTW gives error trying to index Outlook Express message store

    When WDS 3.0 RTW tries to index the Outlook Express message store, I am getting the pop-up error: "Outlook Express could not be started. The application was unable to open the Outlook Express message store. Your computer may be out of memory or your disk is full. Contact Microsoft support for further assistance. (0x80004005, 183)" I have plenty of memory and the disk is not full. Does this version index OE Any idea how to resolve this Toshiba Satellite A105, 1.5 GB RAM, 4 GB min free on C: D: E:, Dual Core, WinXP MCE SP2, All patches. I get EXACTLY the same message when OE6 is running. I am so happy that I finally turned up something relevant. How hard is it to remove Desktop Search ...Show All

  • Ravie14 <PRE> tag hides part of extremely long text in IE6/7

    I am trying to display some long text in a <PRE> tag to preserve formatting. When there is really long text in a <pre> tag, part of the text is not displaying on the screen when you scroll over. All of the text is there when I do a view source, but on the screen part of it is hidden and only shows up when highlighted with a mouse. I am not sure if there is some kind of character limitation for PRE in IE or a bug or what. Works fine with FireFox and Netscape. Here is the html if you want to look at it yourself in a page. If you scroll over, you can see the "|" display only up to 3900 and then they are hidden: <pre>0 10 20 30 40 50 60 70 80 90 100 110 120 130 140 150 160 170 180 190 200 210 220 230 240 250 260 27 ...Show All

  • HSC_Sydney Help with the Internet Explorer Error

    Hi, Iam have an asp.net web app. While I am running the app, after sometime the IE crashes. The error signature is as below: AppName:iexplore.exe Appver:6.0 Modname:mshtml.dll Modver:6.0 Offset:0009d25a The exception information was as follows: Code:0xc0000005 Flag: 0x00000000 Record:0x0000000000000000 Address:0x000000007dccd25a Kindly suggest me if anybody has an idea of what to do. Can you provide more details of what the web app is doing and if you have any extensions to IE installed Thanks -Dave This web app is an e commerce application. Functionality includes authentication of the user and basic database calls - ...Show All

  • Jamie Clayton What version of vista are YOU getting?

    So, out of all of the editions, Home Basic, Home Premium, Business, Enterprise, Starter and Ultimate , which are you getting I am going to get Home Premium because it seems like it has mostly everything I would need. Comes with mostly everything except backing up software which you can just download. So, what are you getting ReneeC wrote: "Switching XP requires restart, which is pretty annoying. I hope I can set it up on the file properties, like XP's legacy windows emulation." No it doesn't!!!!! http://www.microsoft.com/windows/virtualpc/default.mspx I run XP and Vista on the same system all the time. Opse, I missed one Word and a comma there. " ...Show All

  • Ashari Imamuddin Credit Card CVV Number

    Hi I am trying to work out how to expand the payment stage to include the credit card CVV number. I can't work out which page has the card details form on it for a start. Secondly I guessed it had been partially implemented because the CreditCardPayment metadata includes an entry for ValidationCode which I'm guessing is the CVV number. On a similar matter the CreditCardPayment object isn't returning the credit card number, but the CreditCardProfile does by means of the account number. Any help would be appreciated. Regards Paul Ignore as I've found the credit card details page. Can anyone shed some light as to where this "credit card details page ...Show All

  • eldiener Cannot activate third party dev tools

    I joined office live basics. In the help it says Activate your own Web design tools On the left navigation bar, click WebSite . In Page Manager , click Site Actions , and then click Activate third-party design tools . On the next screen, click Activate now . Select the check box and then click OK Problem is that I don't have "Activate third-party design tools" under Activate ( see screen shot ). Does anybody know why and what I can do to upload my own HTML pages Thanks. BTW I'm using the latest version of IE7 on Windows XP. Did you get the third-party design tool to work If you are a current paying Essentials or Premium customer and you are not seeing the "Activa ...Show All

  • parreg IE 7 Rendering Problem

    I'm having a problem with a new layout I'm working on. Actually I have run into all kinds of problems, but I think I've worked around most of them and now have it working right in IE 7 and Firefox 2. The only remaining problem is a nasty gap below the layout that appears only in IE, and only when the content is long enough to cause scroll bars to appear. Any suggestions for how to clear up this gap would be appreciated. Here is the code to the CSS file, FourRowFullHeight.css: html, body { height: 100%; } * { font-family: Verdana, Arial, Helvetica, sans-serif; } body { margin: 0px 0px 0px 0px; padding: 0px 0px 0px 0px; background-color: #0066B3; } #PageContainer { _height: 100%; min-height: 100%; background-color: #BFE4FF; ...Show All

  • FBorda How to retrieve address from Address Bar, change it and then send it back to Address Bar?

    Hi guys! How to retrieve an address of web-page from Address Bar in IE7, then change it w/ my own logic and then send it back to Address Bar in IE7 Thank you. Cheers, Dmitry Alekseenko Thanks. And how to do it when a user is pressing enter at Address Bar Hi,   Different Question.... Use a BHO and manipulate the url parameter in the BeforeNavigate2 method. Regards. Another thing to try is to find the Address bar (class name Editbox) using the findwindow api and using a callback to detect the enter key, but I do not think this will work for all IE browsers as this has been addressed as a phishing issue in IE7 + you will still need a BHO to fi ...Show All

  • yaniv m window handle for active tab

    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 I would like to find the tab id as well and was wondering if you could post your code and John's code (and any other code necessary to get this to work). Greatly appreciated! Not a coder yet into this domain but I'm a programmer still. 1) What language are you using to create these BHOs 2) Extending the code on this page is there a possibility of changi ...Show All

  • perrs IE7 Tabs

    I am looking for a way using the SendMessage API or something along those lines to activate a different Tab from an external application, so I can detect if a URL is already open and restore that instance of IE and automatically switch to the proper tab. Hi, the SPYXX utility (VS.net>Tools menu) lists the windows heiarchy under the top container (in IE7's case classname="IEFrame") under which are the windows with a classname of TabWindowClass, so to count the number of open tabs enum the windows under the top IEFrame window and count those with a classname of TabWindowClass. You should be able to use the same method to locate and activate a non-active tab, though I have not tried this meth ...Show All

  • sunny123 Acceptable columns in WDS 3.0 ExecuteQuery call?

    I just downloaded WDS 3.0, and now my old ExecuteQuery calls return an HRESULT: 0x80040E55 exception, which seems to mean that there's an invalid column. Has the list of acceptable columns for the second parameter changed Also, is there any resource that lists all the acceptable columns After much searching, the only thing I could find was http://msdn2.microsoft.com/en-gb/library/ms123402.aspx , but that site doesn't work, besides the fact that it only describes WDS 2.x Thank you very much! Ruler26, To call ExecuteQuery() function, which dll you referenced in your application Have you installed vista SDK . I am trying to write search application using VB.NET and WDS 3.0 and vista SDK. but till now i ...Show All

  • bhv link target support

    Hi Could someone help me to implement support for link's target attribute in browser hosting application. Like <a href="http://www.host.com" target="framename">link</a> What I've done. I've implemented ITargetFramePriv interface and give it in QueryService(ITargetFrame2, IUnknown) Then mshtml calls my ITargetFramePriv.FindFrameInContext, I give corresponding object which is queried for IWebBrowser2 interface. But then mshtml ignores it and begins creating new window through calling NewWindow3 of the original browser. Any suggestion Regards, Serge. Hi, First of all I don't have problems with finding of required browser window. I've found it and give it back to mshtml in m ...Show All

  • Michael Morris Free Lists - Just a Q & D app I needed.

    http://www.barrysumpter.com Free Lists is the only app there written in vb.net. Don't worry about the other products. I've only sold 1 of each. I have no fantasies or pretentions regarding sales. Best intentions to offer Free Lists as a usable product developed in my spare time over a three day period. Standard, evironments, interfaces change so often I've given up trying to conform. For me, vb.net has been an absolute nightmare. Any features left out are from frustration only. Any positive comments are welcome. Any positive constructive suggestions may very well end up in the next version. All the best to everyone. Free List v1.00.01 now available. OK After having my ...Show All

  • chaza Any way to make the CS 2007 help portable?

    This is kind of off topic, but hopefully one of you legends will have a great solution. Is there any easy way to copy the Commerce Server help onto another PC This used to be easy as it was a single CHM file. However, the help system has changed again and this no longer seems possible. I can't just install the Help as the install will not run without pre-reqs. I want to do this do I can do design work on another PC that does not have CS on. I know the docs are online, but it is not a great experience... Thanks for the response Jeff. What I am talking about is the technical design phase of a CS implementation. I have done several CS 2002 implementations, and during the requirements/design phase I travel ...Show All

  • Andrew-L Microsoft Office Document Image

    How do i preform an IMPORT command throw VBA in Microsoft Office Document Image This forum is to support development on the Microsoft Office Live application platform. It is not for support of any of the Office 2003 or 2007 client applications such as Excel, Word or Outlook, unless your question is related to how the client apps interact with Office Live. Please refer to the list of newsgroups and forums for Microsoft Office if you need help with any of those applications. ...Show All

83848586878889909192939495969798990

©2008 Software Development Network

powered by phorum