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

Software Development Network >> IE Development

IE Development

New Question

IE7 shows URL in title bar
so the Zune's a flop
Failed to remove the old catalog
My new community site for stundents and pros on MSDN
IE7 Bug w/CSS Rounded Corners
Zune Subscription
MS Project Filter for WDS
WDS(BETA2) ,IE7(beta) and OneNote 2007
Div Tag with height in style overlaps HTML below
Delete variants from Catalog while importing via BizTalk adpaters

Top Answerers

dr.acv
Fox Me Up
Leo Ng
FrankSp
Vikas Dhevarshetty
joginaidu
1NooB
xlordt
sunny123
Daniel_laksjdhfg
Topix: Julie Andrews
Only Title

Answer Questions

  • chris441962 WDS 3.0 Beta 2- Cannot index pdf file contents

    Hello, I found this bug a while ago. I tried everything, install, uninstall pdf ifilters, etc..... WDS Beta 2 simply cant index pdf contents. Are anyone aware of this issue Thanks, Marcus I assume that this is still a problem with Vista RC2 Search as well. We cannot get the indexer to cover PDF file content. Is there any word on availability timeframe It's really a bit issue. For business things, PDF files are widely used. And the ability of searching PDF files are just why we want to use a desktop search tool. Hello Marcus, The existing .pdf Ifilters are not compatible with WDS 3.0. Adobe is working on an updated .pdf Ifilter, but I don't have ...Show All

  • C.Y. Leung Instant Messenger Software Development Kit

    Product Overview IMSDK is a Power full .NET Component that incorporates Instant Messaging functionality. IMSDK Consists of IM Client and IM Server IM Client IM Client is a.NET Component that Provides all the functionality for the IM Client Users to Send text Messages and file transfers to Other connected IM Clients , Using This IM Client A developer could make a complete Instant Messaging Software Like MSN Messenger and Yahoo Messenger IM Server IM Server is asp.net Class library that Responds to the request of IM Clients ,IM Server can be added to any ASP.NET page Product URL : http://imsdk.com ...Show All

  • jeka804 Error: The web site specified in the path is not a Commerce Server site.

    I get this error when I try to run SampleDataImport on the StarterSite. Error: The web site specified in the path is not a Commerce Server site. I was was ble to import the catalog from the XML file, but couldnt run this import exe... site works fine (except when I try and checkout and enter in cc number - doesnt take it and eventually crashes). mgmt tools all seem to work too.. (catalog, customer, marketing, etc... all work). I'm running on XP pro Sp2 + various fixes... any ideas why SampleDataImport is saying the StarterSite is not a CS site it looks fine in CS Manager MMC too. any ideas thanks in advance, Nick What is the command you are using to run SampleDataImport.exe I ...Show All

  • brianx7 submit() inside onsubmit

    The problem that appears to me is that with IE 7.0 POST of form is sent twice and with Firefox 2.0 once. The problem is of engine of JScript of IE or of engine of Firefox When executing with IE two registries in data base are inserted. When executing with Firefox a single registry is inserted. Script: htmltest.html <html> <script language="JavaScript" src="jstest.js"></script> <form action="jsptest.jsp" method="post" name="prueba" onSubmit="return chequea();"> <input type="submit" value="Send" class="boton"/> </form> </html> jstest.js function chequea() { document.prueba.submit(); ...Show All

  • Latso Can I rename a Commerce Server Site?

    The name of the site I'm building has changed, and so I need to rename the site in the Commerce Server Manager. How can I accomplish this. i'm aware I'll need to change all references in the web.config for the site, but in particular, how can I change the name of the site in the CSM Thanks, Dave Colin, Yes, the packing and unpacking method worked supurbly, the only glitch being that I did have to manually rename all of the web.config references to the new name, but the error is quite to the point and easy to pinpoint :) As an aside, have you or anyone you know had issues where when you package a site on a dev server and unpack it on the deployment box, the site appears in IIS and works correctly, but doesn't appear ...Show All

  • Sukumar Raju IConnectionPoint::Unadvise fails in IE7

    Hello, We are testing our BHO with IE7 (7.0.5700.6). Upon browser startup, the BHO calls IConnectionPoint::Advise. At browser shutdown, it calls IConnectionPoint::Unadvise with the same cookie returned by Advise. Unadvise is returns CONNECT_E_NOCONNECTION. One observation is that if I call Unadvise immediately after Advise, then Unadvise returns S_OK. This behavior is not observed with IE6. Also, I had an earlier build of IE7 installed (not sure what build number, but I installed it around a month ago), and this problem did not occur with that build. Any ideas why Unadvise fails or are there any troubleshooting steps I can use to investigate this further Thanks, Roy How do you detect browser shutdown It ...Show All

  • Moistly IE7 XML Databind on IMG element.

    I have noticed a problem with IE7 that does not appear to be in IE6. When using XML Data binding of a url to an IMG element, the url does not postback to the server when the XML databind is performed and the databound URL has not changed since the last databind. I have browser caches turned off, but the databound url request is still not posted back. The only way I have found to work around this is to apply a unique number to the databound url. This was not necessary in IE6 and I am wonderring if the change in IE7 is by design or if it is a bug In addition, this problem seems to only be isolated to XML databinding on the url. If the url is set in script, the problem does not seem to occur. ...Show All

  • happymozart Auction (Bid n Buy) System in Commerce Server 2007

    I read somewhere that Auction Objects are available in Commerce Server 2002, to build a site that provides Bid and Buy option (like on eBay) on e-commerce site. What options do we have on CS 2007 -Manish Garg Wow you guys remember everything . Sorry, I have not had a chance to do this and at the time I said that I was still with Microsoft. Meaning I was paid for it, I know it sucks to say that but I am spending my time on projects that keeps the lights on. I hope that you understand. -Max Yes, we did not bring the Auction sitelet forward to CS2007. This doesn't mean that you can't use what's there. Stay tuned, I am in the process of converting the sitelet. http://blogs.msdn.com/maxak ...Show All

  • shivali.sadavarte Disabling back in IE

    I want to any how disable the back button in IE. Is that possible what is the CLSID/GUID for iexploer.exe With this will this be possible. Many thanks in advance Hi, You can try Javascript so everytime the user goes back, the page takes the user forward. <script> history.forward(); </script> ...Show All

  • LeoXue Development using visual C# -->Weak named dlls in GAC

    Hi guys, I am trying to develop an IE toolbar using C# using the Pavel Zolnikov's BHO method given here :- http://www.codeproject.com/csharp/dotnetbandobjects.asp df=100&tid=1608121&forumid=3788&exp=1&mpp=50&select=1608121#xx1608121xx and VS 2005 version given at http://www.codeproject.com/csharp/BandObjects20.asp df=100&tid=1537400&forumid=306921&exp=1&mpp=50&select=1537400#xx1537400xx Now, the problem is that I am using two DLLs that are not strong typed. So these DLLs are not put into the GAC and I cannot see the toolbar when I reference to the objects from the DLLs. Is there any way I can put weak named DLLs into the GAC Please help me out here. Its very urgent.. No, only s ...Show All

  • Reta WDS closes

    I'm not a developer, but couldn't find another forum to post a question. here's what happens: I type in search words in the WDS deskbar search box. A list of choices appear I click on a file or on "more" WDS application opens Then immediately closes. I have completely uninstalled and re-installed 2 times, following all the instructions I could find on this forum. Here are a few of my "specs": Windows Deskbar Search--02.06.5000.5378 XP Pro 2002 SP2 IE V6 OK. this has become a challenge.... Last night, I searched my registry and deleted every single thing that had "windows desktop search" and "msn toolbar" in it. (I know...not s ...Show All

  • billqu OrderQuery Schema

    This is related to another issue i had and is posted below but since it didnt get any responses i am posting this one on its own as it may help others. I am attempting to retrieve a PurchaseOrder using the OrderQuery message, however i am receiving an exception in biztalk: The search clause received by the send adapter is not valid for the CommerceServerOrdersQuery API call. Message ID: 1a18d3ad-dd9a-4228-a1b2-c86ccbb5a060. Exception message: The XML supplied does not conform to the search clause schema. Now, the only difference with my file is that i am missing the xmlns attribute: <CLAUSE OPER="equal" xmlns=" http://schemas.microsoft.com/CommerceServer/2004/02/Expressions "> Now, i grabbed thi ...Show All

  • COREY H ActiveX file save dialog blocked by pop-up-blocker

    Hi all, I have this ActiveX that upon the user pressing a button raise the Microsoft Common Dialog to save a file. In IE 6, this works like a champ. With IE 7 the dialog is consequently suppressed by the pop-up blocker mechanism. The funny thing is that it is consistent, even if I turn of the pop-up blocker. The yellow bar still appears in the the top of the ActiveX on the web page. Is this a known bug in IE 7, is there a workaround to this Thanks, Cheesle I know of this yellow strip "Press spacebar...", but I never get this here. Only the message about the pop up blocked. Good to know I am not alone though. :-)   Regards. Thank you for you ...Show All

  • Larants Uninstalling Windows Desktop Search

    I'd like to uninstall my windows desktop search but can't find it in the add/remove programs. How can I uninstall it Hello lex3, could you please let me know what version of WDS you installed If you aren't able to find the program in Add/Remove programs then I'll need to version to point you to the correct uninstall file. Thanks, Paul Nystrom - MSFT Brent, Have you installed any WDS add-ins (MUI pack, Lotus Notes Add-in, etc.) If you have, please try to remove those prior to removing WDS. Paul Nystrom - MSFT The add-in does not appear in the list. Please see the following thread http://forums.microsoft.com/MSDN/ShowPost.aspx PostID=731598&SiteID=1&mode=1 for some ...Show All

  • EnterBS Saving Shipping Address and Method to OrderForm

    Hi, I've got anotther problem with the StarterSite. Im using the CommerceComponents from the StarterSite and there the BasketHelper. Everythinhg works fine till I get to that point where I have to set the Shipping Address and the Method. I just did it as it was implementet in the StarterSite but that doesn't work at all: I loop through all Items and give them the data. The items still have the informaition as long as I am in the loop. As soon as i get the lineItems new they have lost that. The codes i have tried: 1: foreach (LineItem lineItem in this.CheckoutData.LineItems) { lineItem.ShippingAddressId = selectedValue; lineItem.ShippingMethodName = shippingMethodHelper.Name; lineItem.ShippingMetho ...Show All

646566676869707172737475767778798081

©2008 Software Development Network

powered by phorum