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

Software Development Network >> IE Development

IE Development

New Question

how can solve the 'Interop.SHDocVw.dll error
Moving TextBox input to ListBox using Javascript
How to control a explorer bar in extension?
Windows Embedded in Kitchen Appliances - Possible?
Hi.....
Windows desktop search - no results
InvalidCast Exception - WDS
Commerce Server BizTalk Orders Adapter
Retrieving the actual font-size of <Hx> elements
Scroll bars not working in IE on a MAC

Top Answerers

Eddie Garcia
AlexanderO
Matrixchyah
DaveSussman
Lisurc
WinFormsUser13232
satya999
lx
thehellspawn
GKW82
Sun Community Source Licensing (SCSL): picoJava
Only Title

Answer Questions

  • Lok_Tan Unable to cast mshtml.IHTMLDocument2 to IMarkupServices2 using mshtml Interop

    Hi, I am unable to cast mshtml.IHTMLDocument2 to IMarkupServices2 in C#. I am using Microsoft.mshtml Interop assembly (version 7.0). The code snippet is IHTMLDocument2 pdoc; <pdoc assigned to a non-null value..............> IMarkupServices2 markup = pdoc as IMarkupServices; ...> value of markup here is NULL even though pdoc is non-null and the msdn documentation indicate that IHTMLDocument2 can be used to get a reference to IMarkupServices2 Thanks, Shiva To be more specific, i am able to get a non-null reference to IMarkupServices in case of a .Net Webbrowser control in a sample winforms application. However when i try to get a similar reference to that of a ...Show All

  • .net sukbir How to calculate the mailbox hash to construct URL path

    Hello, It seems WDS is using some hash number in MAPI url to locate items. For example, the text in red : mapi://LocalHost/default/Mailbox - Wang, George ( $d3f5 )/ Is it possible to expose the hashing routine so that we can construct the URL from mailbox ENTRYID Here is a doc about something similiar, http://blogs.msdn.com/stephen_griffin/archive/2006/05/10/594641.aspx , search for "ComputeStoreHash", not sure if they are related somehow Thanks! Hi, Paul, Could you also give us a routine for calculating the hash code which is appended to the store display name Because the store display names for 2 PST files could be the same, we need to know which one the URL is pointing to. ...Show All

  • razerredblue asp.net 2.0 application with Master Page does not display properly under ie7

    I have an asp.net 2.0 application which when viewed on internet explorer 7 does not display properly. There is a footer that tends to appear in the middle of the screen, which was previously at the bottom, and also when grids appear and have enough data to scroll down the screen, the footer and the outline of the content page do not move down to accomodate this. I tried some recomendations from the ie7 site, but couldn't get it to work. Also this is specific to one website, others using a similiar setup work fine Any thoughts on where I should look next regarding this Have you tried moving swapping the order of these 2 tags </ div > < uc2 : Footer ID ="Footer1" runat =" ...Show All

  • Chuck Miller "Privacy mode" to prevent caching?

    Would it be possible to create a plugin or program that stops I.E. from storing cookies, temporary files, history, etc, when the option is enabled I think I recall seeing this feature in Safari for Mac and I liked it a lot, it's convenient if you don't want to wipe out your history and temp files or go through them individually. Plus I've had people insist on clearing the temporary files after checking their email on my computer. Currently IE doesn't support a way of operating without caching, it also doesn't have a programatic way of disabling caching. I'm generating a PDF in an asp.net application using xsl-fo, I assume from your answer that it is not possible to prevent IE from caching the PDF be ...Show All

  • lawrieg How to calculate the mailbox hash to construct URL path

    Hello, It seems WDS is using some hash number in MAPI url to locate items. For example, the text in red : mapi://LocalHost/default/Mailbox - Wang, George ( $d3f5 )/ Is it possible to expose the hashing routine so that we can construct the URL from mailbox ENTRYID Here is a doc about something similiar, http://blogs.msdn.com/stephen_griffin/archive/2006/05/10/594641.aspx , search for "ComputeStoreHash", not sure if they are related somehow Thanks! Tussh, Basically I don't decode the hash, I just ignore it. You can get a storeId by chopping out the bits of the path WDS gives you to get the store's Display Name. With this you can enumerate through the local store names and br ...Show All

  • Jason Stangroome What is Hot Topic?

    What is the Hot Topic in todays technology Any idea Post me... If people know about it, then it isn't hot. tissue engineering and the devlopement of prosthetics and orthotics for human body very gudd Manan.. do post abt these topics..its hot n share d knowledge SOA - Service Oriented Architecture .Net FrameWork 3.0 WPF (Windows Presentation Foundation) WCF (Windows Communication Foundation) Business Info Card Buiz Talk Server Design Patterns Enterprise Library 2.0 XSLT u will get most of new(hot) technical topics of .NET on http://msdn2.microsoft.com/en-us/library/bb278096.aspx hi good ke ...Show All

  • sebs How to turn off the prompt for Active Content?

    Hello, I have a page in my local drive that uses Active Content. But every time I refresh it, it pops up a window asking me whether I want to run it or not. What should I do I want to refresh my page without the warning pops up every time. Thank you very much. How about just use On Error Resume Next, stuff like that You can correct the syntax error fairly easily. If you have logic error, it can caught the exception before it shows up on screen. Check for error handling part of your language. what you have just said is so unbelievably obvious and yet i hadn't thought of that i have added a quick fix function handleError() { return true; } window.onerror = handleE ...Show All

  • xuyca IE7 embedded webbrowser control and SWF/PDF files

    My app embeds a webbrowser control. One issue I notice after installing IE7 is that if I browse directly to a SWF or PDF in the webbrowser control, the page is blank. If I browse to an html page that embeds a SWF, it works fine. Browsing directly to a SWF or PDF in my embedded webbrowser control works fine in IE6. Am I missing a flag/setting when creating my webbrowser control BTW - I'm using WinXP SP2. If I browse to the SWF or PDF in standalone IE7, it works fine. I am having the same problem, however, it's only in my Outlook Express emails. When I open an email with the file extension .swf I get a blank page. Nothing I do seems to help. Now I have foun ...Show All

  • Clinton Chau InvalidCastException when running Pipelines through unit tests

    When running pipelines through a unit test we receive a random InvalidCastException coming from the MtsHelper Test method ShoppingCartTest.UpdateTest1 threw exception: System.InvalidCastException: CoCreateInstance returned an unexpected type: expected Microsoft.CommerceServer.Internal.Orders.MtsHelper, received Microsoft.CommerceServer.Interop.PooledPipelineClass.. at System.EnterpriseServices.ServicedComponentProxyAttribute.CreateInstance(Type serverType) at System.Runtime.Remoting.Activation.ActivationServices.IsCurrentContextOK(Type serverType, Object[] props, Boolean bNewObj) at Microsoft.CommerceServer.Runtime.Orders.BasketGroupLoader.Load(String storedProcName, ListDictionary sqlParameters) at Microsoft.CommerceServer.Runtime.O ...Show All

  • rod_r How to distribute a ActiveX control

    I want to distribute an activex control for IE. I have created the control using ATL. What are the dll files(ATL dlls) I need to distribute with the control. Thanks ...Show All

  • yabansu How can post file from BHO?

    How can I post/upload file using BHO I tried using WebBrowser.Navigate2, but it didn't work. Is it supposed to work or is there another method for that Any ideas Navigate2 will work, if you pass the correct headers and post body. What does your code look like You might try looking into the HttpWebRequest class: http://msdn2.microsoft.com/en-us/library/system.net.httpwebrequest.aspx It's probably a lot more useful for that sort of thing than the WebBrowser control is =] I am having the same problems... cud u post the code snippet wherein u passed the parameters Thank You!!! I figured it out ...Show All

  • foobarX CS 2007 license and price ?

    Hi all, I am using the CS 2007 Evaluation for Developer. But in the future I want to use it for my customer. Is using CS 2007 Evaluation against law And how much is the price of the CS 2007 Thank you. If they are a smaller operation without really high demands for their site, they would probably be fine with the Commerce Server 2007 Standard Edition at a cost of $6,999 U.S. per processor on their server. Note: they would also need a license for SQL Server 2005, which currently runs at $5,999 U.S. per processor. This might sound like a plug, but the MSDN subscription licenses are worth their weight in gold. Even will access to CS 2007 being free I highly recommend the MSDN subscription if yo ...Show All

  • Locke355 How to set Multiple Browser compiling of projects - vs 2k5

    Can someone let me know on how to set the VS 2005 setting for multiple browser support, like FireFox and Opera, in addition to IE I've been searching and cant seen to find-it. Thanks ahead of time. Hello Murphy - I moved your question to this IE WebDev forum as I believe you'll be more likely to get a response here. Thanks! Thanks. ...Show All

  • Srilatha ASP sessions terminate prematurely in IE7

    Hello all, For some reason, if I log in in my (classic) ASP application since having installed IE7, I am wiped out after about 4 minutes or so, meaning that some session variables must have been blanked. Apparently the ASP session cookies cease to exist, which makes me unhappy, knowing that my visitors are steadily upgrading to IE7. Another cookie-oriented problem is that for one reason or the other, all cookies are wiped out on a more or less regular basis, even if they are told to stay alive for at least 24 hours. This happens almost randomly / erraticly. When I was still using IE6, I had none of these problems. Very sure about that. I am currently on XP-home and using IE7.0.5730.11. The phenomenon occurs on both the 2 pc's to which ...Show All

  • medel Task buttons hidden (disappear) in Toolbar

    Hi there, Please help!! Recently, I hit the problem is the Task button hidden (disappear) in Toolbar, I open over 8 tasks but no task buttons shown inside the Toolbar, I just can use Alt+Tab hot key to change active windows. Thx you guys Sue is my windows XP SP2 all active task buttons are hidden. (any software should be the whole system Windows XP have some ... I dont know what's problem) Cool never heard of that before.... Sue, I hope someone has an answer. I have the same issue. It has to be something user related as other users on my machine do not have the problem. I have Windows XP2 with the latest updates and Office 2007 running. Ed ...Show All

141516171819202122232425262728293031

©2008 Software Development Network

powered by phorum