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

Software Development Network >> IE Development

IE Development

New Question

Customize your settings window is blank
SHIFT+R improves image quality CTRL+F5........
Outlook search, cache mode only???
IE7's Shrink-to-fit is one size fits all?
IE7 marquee
Creating new CS2007 ASP.NET site fails
How to create Breadcrumb for the commerce server 2007
IE7 and desktop icons
How to control a explorer bar in extension?
Group Policy WDS Deployment

Top Answerers

Jonas Beckeman
igor_22
pkv
laboremus
ubergeek2
search and deploy
DiamonDogX
SabineA
Little_Dice
enric vives
SkyHawk Systems
Only Title

Answer Questions

  • chaza DISPID_WINDOWSTATECHANGED?

    Hello, Can someone point me to the latest exdispid.h header This constant is not defined in the 2003 SP2 SDK headers. I'm looking ot trap this so I know when a tab in IE7 is shown or hidden. Regards, Jim If you'd rather just define it yourself, here it is: #define DISPID_WINDOWSTATECHANGED 283 // The window's visibility or enabled state has changed Hello Jim, You can find this header in Windows SDK http://www.microsoft.com/downloads/details.aspx FamilyID=117ecfd3-98ad-4d67-87d2-e95a8407fa86&DisplayLang=en Best regards, Valeri ...Show All

  • Alex-MyRpg IE7 ile download replaces spaces with underscore (_)

    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 Hi Jeff, Glad its not just me!  Did you manage to find a fix in the end Does anybody else know how to turn this option off Thanks Dave Hi All, I finally managed to track down some kind of answer to if this can be switched off... and it seems it cannot. However, the ...Show All

  • dreameR.78 JavaScript Detect browser close IE 7

    We have an application that logs into a system, we need to trap when a user may close the browser with the (X). In IE6 we can do this succesfully with the following code In body tag onUnload = "handleBrowserClose();" function handleBrowserClose() { if (screenTop > 9999) { //handle logout event } } Unfortunetly since IE7 the screenTop now actually contains the actually value of the top position. Does anyone have any suggestions on how to fix this in IE7 or a different way to trap that a user clicks the (X) button to close IE7 I am using the onunload event. What I did was (because that event runs on every click) this .. For each button and link on my particular page I ha ...Show All

  • tfrazier Search Failed

    When using the Search functionality with the Starter Site I am generating an error. I have added a custom property to the Product List - which works fine when I go through the built in navigation. I have also added the property in the propertiesToReturn parameter of web.config. So, I don't think the problem lies there as well as the error seems to state some type of join error. I have included the message from the Event Viewer below. Please Advise Event Type: Warning Event Source: ASP.NET 2.0.50727.0 Event Category: Web Event Event ID: 1309 Date: 11/27/2006 Time: 10:23:19 AM User: N/A Computer: SHUTTLE Description: Event code: 3005 Event message: An unhandled exception has occurred. Event time: 11/27/2006 10:23:19 AM Event time ( ...Show All

  • Krutika ie7 + problem with document.open

    I can't get document.open("text/html", "replace") to work in IE 7. I tried the example provided in document.open reference on msdn.com and that would not work either. Any suggestions Example provided below: <html> <head> <title>Document</title> <script> function replace(){     var oNewDoc = document.open("text/html", "replace");     var sMarkup = "<html><head><title>New Document</title></head><body>Hello, world</body></html>";     oNewDoc.write(sMarkup);     oNewDoc.close(); } </script> </head> <body> <h1>I just want to say</h1><br> <!--Button will call the repl ...Show All

  • Steve from adzac Any issues with .NET framework 2.0?

    Hi, I'd need to mak an IE plugin which connects to another .NET application, using some features available only in the .NET framework 2.0 (I believe). Since I've been googling a lot about this, I haven't found no examples in C# 2.0, but all the plugins for IE are still with .NET 1.1... Anything I should know Where I can find good examples, not only the BandObjects tutorial Bye LastHope The only toolbar I've built for IE was written in .NET 2.0, thanks to some handy features in 2.0 that we simply couldn't live without =] We did ours by (of course) extending the BandObject .NET wrapper. Under "design mode" we built our toolbar as the new ToolStrip control, programmatically adding our items to it (since they were dynamic). ...Show All

  • friggityfraggity Outlook folder searching

    Hi, I have been using a Lookout for a long time and this week I have got meself a new hard drive and make a new installation of the complete system. I have installed the WDS to give it a try, but it gives me below error message when selecting the Outlook folders I want to index in the "Windows Desktop Search Locations" dialog box. "One or more of the Outlook folders you have selected is populated by an add-in program. Indexing these items may cause unexpected behaviour in Outlook. If you experience any problems with Outlook, please contact the maker of the add-in program for support." Please note that I do have a standard installation of Outlook 2003 SP1 and the only add-in I can think of is a McAfee VirusScan ...Show All

  • BhuttCrackSpackle OTP Windows Desktop Search 3.0

    Any ideas as to how you would remove Windows Desktop Search 3.0 Are you currently signed in as an administrator on your computer If not, please do so and let me know if that solves your problem. Sorry I didn't specify this earlier in the thread. Paul Nystrom - MSFT I’m sorry but these forums are dedicated to Windows programming and not general questions and must ask that you direct your question to a more appropriate forums or do a simple web search on the topic . I am trying to uninstall WDS 3.0 as well. it isn't located in the Add/remove programs list (with show updates ticked) so I would like to know how to uninstall it as I really want to go back to 2.6.5. I asked this in a top ...Show All

  • mikho JimmyWidgets

    --- Original Post --- Hi everyone! My current project is JimmyWidgets, a widget program like Apple Dashboard, but for PC! You can even make new widgets in DLL format and post em on the online database! When I've made more widgets (I've only got 2 at the moment), I'll post it at www.jimmyware.co.uk  . It's going to be open-source, so you can download the source from there too. Here's a screenshot: http://www.freewebs.com/robinjam/JimmyWidgets%5FScreenshot.jpg I await any comments/suggestions! (But please don't be too harsh about my efforts, it took me HOURS)   P.S. A list of problems I need to fix: The online database currently lets you download the same widget twice, making startup time longer (because ...Show All

  • slowcoder IE7 session issue?

    Hi guys ,     Thank you for your paying attention.     I have a problem in my  system.We have a system based on load balancer , it redirect the  request from the explorer  client to one of the 2 weblogic server. suppose "wl server a " and "wl server b ". Client just request to the load balancer, suppose we call it www.loadserver.com . When my costomers visit the www.loadserver.com , the load balancer redirect the request to "wl server a " or "wl server b ", I t  works fine for firefox , Oper, IE6  ,netscape.    However  we got some problems in IE7.    When we visit our system in IE7, it often occurs a session ...Show All

  • Novice in C&amp;#35; RecordCount in WDS 3.0

    I am running a search on WDS3.0 that gives hits, but I can't count them. Here's the code, with LIZARD as an example search text: Set oConn = CreateObject( "ADODB.Connection" ) Set oRS = CreateObject( "ADODB.Recordset" ) oConn.Open "Provider=Search.CollatorDSO;Extended Properties='Application=Windows';" oRS.Open "SELECT System.ItemNameDisplay, System.itemurl from SYSTEMINDEX WHERE FREETEXT (*, ' LIZARD ')", oConn msgbox oRS.recordcount The msgbox always displays -1, whether the search has hits or not. The recordcount property worked fine on 2.5 and 2.6, so what am I doing wrong I fixed it. I specify a CursorTypeEnum in the oRS.Open com ...Show All

  • Markus_77 Please Help - Customizing IE cache management

    Hi, I have a web application and due to heavy load (especially pings of already cached objects, the 304 server response) on the webservers I need to know if it is any way(programmatic or not) to stop internet explorer ask if the objects already cached have a new version on the server. I need something like "never" option in the "Check for newer versions of the stored pages" in Tools-options, but not for all requests because I have some objects I always want to go to the http server for. A smarter "never" is what I need. Any way to customize IE to get this behavior, to get to the cache manager and decide which request to go on the wire and which to be retrived from the cache I use IE 6 with lates service packs. Thanks in advance, Koko ...Show All

  • alanrbeer WDS 3.0 Beta 2- Rebuilding index by itself and more

    Hey Guys, Brandon pointed this as the right place to post some concerns/issues with the WDS 3.0 beta 2 Few issues with WDS 3.0 beta 2: - When adding a new file extension to be indexed, WDS prompts to full rebuild of the index. This is a very bad behaviour especially, like me that has more than 100,000 indexable items. (anyway to avoid that ) - The WDS is rebuilding the index itself without any user intervention - The current pdf I-filter are not capable to index within the pfd files. - The configuration GUI interface still very rough, clearly need some refining. That's it for now. Thanks, Marcus   Marcus, We have testers working on these issues as I type.  I appreciate your offer to let ...Show All

  • Nate00 Onenote search

    Onenote 2007 Beta 2, can't search using quotations. It will stop and say "no results found", even though, i copied the text from the document into the search field. Any ideas Hello ChrDK, This is an interesting problem. I've found the same problem searching from OneNote. It looks like I'll have to submit this as a bug. In the meantime, I found I was able to get around the issue by using single quotes instead of double quotes. Example: 'some random search term' Thanks for pointing this out! Paul Nystrom - MSFT Hello Paul, Thank you for the answer. When i use the singel quotes, onenote2007 won't search for that exact sentence, but only the seperate words, just like when you ...Show All

  • JasonFx Open new tab

    Is there a setting that will open a new tab when a URL is entered in the address bar Cuurently, it will write over the existing web page. Hey McAuliffe, Check out the "IE7 Quick Reference Sheet" , in the Address Bar shortcuts section it discusses that to open an address typed in the address bar in a new tab, just press Alt+Enter. regards, Sharath ...Show All

789101112131415161718192021222324

©2008 Software Development Network

powered by phorum