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

Software Development Network >> IE Development

IE Development

New Question

Feedback: reorder CatalogCreate.sql
IE7 Active Desktop
WDS - Log File
IE 7 opening to Run Once page with error on it.
RegionCodes table of the transactionconfig database
IE6 and FTP protocol issue
Convert Money value to its Textual Representation
how I can get Vista to index Office 2007 Outlook instead of Windows Mail?
The issue of 'Zoom' of 'Page'
Interacting w/tabs in IE7

Top Answerers

damnhippie
Malcolmw
gpugelni
Luis Azedo
Sue Mosher - Outlook MVP
Ray Dyce
Marzullo
AboOmar
hrubesh
RajLakamana
sitemap
Only Title

Answer Questions

  • pkv WDS not indexing inside PGP folder

    My WDS configuration does not find files inside a PGP folder. All my source code resides inside a PGP folder. This folder is mounted under a subdirectory off the root of one of my local drives. For example, from a Powershell prompt, I can CD C:\PGPFolder\MyCode and be there. I cannot find any files that exist inside the folder. The folder shows the contents of a PGP store once mounted. I typically mount the store immediately after logging in and I rebuilt the WDS index while the folder was mounted. The partition that contains the PGP folder is specified to be indexed. WDS can find everything else on the partition but cannot find anything inside the folder even though Search Companion has no problem. Steps to reproduce: 1. Instal ...Show All

  • EricBauw stopping piracy and establishing trust

    i have been thinking of a way to prevent piracy of programs i make and i came up with what I think is a solution that will help not only me but others by stopping piracy and establishing trust. A system simular to code signing but without the big price tag. I am still working on details but input is appriciated, this trust solution could be used to detect counterfiet software, as well it can be used to identify a small software publisher as a "trustable" source for honest software which is spyware/virus free. Unfortunately I think piracy is going to continue to occur for as long as software prices are outside the realm of what people feel is reasonable. $200 for a copy of Office That may not be ...Show All

  • DavidThi808 DictionaryXMLTransformsFreeThreaded.GenerateXMLForDictionaryUsingSchema() equivalent

    All, It doesn't seem like this component is shipped with 2007. Any alternatives, or will I have to write my own class to achieve same purpose Thanks, I'm looking to serialize the OrderForm object. Commerce Server 2007 objects are all serializable. You will not need to use that method anymore. Is there a specific object you are looking to serialize Cheers, Colin GetXml methods are exposed on the OrderGroup class and not at the OrderForm level. ...Show All

  • omniGames window.focus() with tabs in IE7

    Consider the following HTML pages Main.html <html> <head> <title>MAIN</title> <SCRIPT TYPE="text/javascript" LANGUAGE="JavaScript1.2"> var desktopWindow = null; function openDesktopWindow() { if (desktopWindow == null || desktopWindow.closed) { desktopWindow = window.open('pop1.html', "pop1", 'width=1024,height=768,menubar=0,status=1,toolbar=0,resizable=1'); } } function focusWindow() { desktopWindow.focus(); } </SCRIPT> </head> <body bgcolor="#E3E3E3"> <a href="#" onclick="openDesktopWindow(); return false">Open popup</a> <br> <a href="#" onclick="focusWindow(); re ...Show All

  • jomunoz http://runonce.msn.com/runonce2.aspx ---> Error on page ---> Done

    Anybody can help me! What I have to do, for save my settings right now Valmir, I am having the same problem -- http://runonce.msn.com/runonce2.aspx (Error on page...Done [in left corner]). Did anyone help you Regards, David Tool. It's the funny little customise page MS added a while back, not some spoof to install malware. Why people must spruik their favourite software by spreading lies is beyond me. Just use one of the solutions above. My IE7 did it after I changed domains and had to re-create my user profile. Fixed now. See the second to last tip here: http://enhanceie.com/ie/troubleshoot.asp for a little .REG file that will ...Show All

  • Eugene Katz WDS 3.0 Beta 2 Desktop Search Box crash

    So I tried to turn off the Go button in the UI, and it promptly crashed and vanished. I haven't logged off and on to see if it will come back, but I don't see it listed in my Toolbars menu as something I can restart. There certainly needs to be someplace I can show/hide the search box besides the search box itself. There should be a control panel applet or something for all the search deskbar options. Hello NetMage, Your suggestion makes sense. I'll submit it to the rest of the team. As for hiding the search box, you can do so by right clicking in the deskbar, selecting Toolbars and then selecting or deselecting the Windows Search Deskbar. Paul Nystrom - MSFT I would swear that wasn't there before , but maybe that was ...Show All

  • Dan-Teklynx Tabbing and sessions

    Is there any way to make new tabs use a separate instance than the previous tab I have a problem with users opening our applications in multiple tabs and having session information get corrupt since all tabs use the same session variables. I also face the same issue. I have an application that uses Session objects to pass messages from one to another web pages. When users open multiple tabs (eventhough they login separately for every tab), the Session variables conflict each other. The value in the session variable always the latest tab I click on, and overwrite the other tabs' session values. Anyone can help how to solve this Thanks! By Design, won't be changed. Sessio ...Show All

  • GeorgeOu Still no solution?

    Having an intermittent problem printing To: From: CC: Subject: Attachments: headers on emails. Usually happens with larger emails or emails with large attachments or emails that have been replied to or forwarded from other people. Have installed Generic/text printer and sent the email to this printer but sometimes the headers are still missing even printing this way. I have if I open the offending email and highlight just one or two words in the text of the email eg Dear John and then print the email using my HP printer (not as text on Generic printer) - the headers then print and so does the selected words. Don't suggest using Outlook as often we only print the first page of emails as we already have the rest of the email on file especial ...Show All

  • AndrewBadera Alternate New Tab

    I understand that IE7 allows a new tab opened to either be blank or the same as your current home page by setting the registry value for UseHomepageForNewTab to 1. Anyone have a way to by pass the defaults and open an alternate page not blank and not my home. Ideally i would want my homepage and the new tab to be a search engine page. bypass not pass. the google bar at the top right corner was new to me and this accomplishes what i want to do. thank you for pointing it out I don't understand your question. This is a web development forum, so are you asking how to do something like this in HTML Or is this a general IE question What do you mean by &qu ...Show All

  • Henry Ong No scrollbars in IE7 new window

    I am using the following Javascript widow.open call in a classic ASP page: function showXXXX() { window.open("xxxx_mypage.asp","","status=no,directories=no,menu=no,scrollbars=yes,fullscreen=yes"); } In IE6 I get vertical scrollbars on the new page as I wish to. In IE7 the scrollbars do not appear and this is a definite issue in my application. Is there a setting in IE7 that I have missed or is this a bug Any pointer much appreciated. day10 It seems to be resolved now - there was a space between menu=no, and scroolbar=yes that when removed, cleared up the issue. It hasn't been as issue before now, so this was surprising. Thank you! ...Show All

  • ShadowRayz Any language supports Counter?

    On a lot of occations, I want to use a counter like Counter(3). It ranges from 0 to 2. I can add any number to it. If I have 4 when it is 0, I get 1. It will be cooler if I can subtract 4 when it is 1, and I get 0. And, of course, I can define the Counter count at inistailzation stage. Is there any language supports this data type by nature I don't want to define the data type myself. Thanks. I don't know of any language which intrinsically supports this, but that doesn't mean one doesn't exist. You say you don't want to build this data type yourself -- any special reason why not Obviously if you're working in VB you don't have the option, but in C++ this should be a fairly trivial thing to implement ...Show All

  • Jay_Vora_b4843e Firefox 2

    Yay! firefox 2 is being released at 8pm today!! Hooray! just thought i would let you know... That's an interesting observation. Most websites are designed to be IE compatible. It's not a great situation for 3rd party browser vendors, who might have functionality that would make a richer experience. I think in terms of User interface, and in my opinion, IE7 and Firefox are pretty much on par. If this is truly the case, you wonder why people should want to have two different kinds of browsers installed on their Windows box. Catching up I'm not going to argue with that; in a Microsoft forum arguing on behalf of Firefox isn't going to get me far, this forum is stocked with loyalists. Tar and fe ...Show All

  • fornol 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

  • Ronan_esm WDS 2.6 does not index mailbox and PST while Office Group Policy is used

    We have a MS Office 2003 Group Policy (GPO) that turns on many of the Outlook controls. (This is not the GP for Desktop Search...but for Outlook, Word, etc.). Windows Desktop Search 2.6.5000.5401 will not index emails in the Exchange mailbox and the Outlook PST files until I "turn off" the Office GPO. Can you help me determine which particular policy/rule within that Office GPO is affecting WDS And what might we do so that we can keep our Outlook/Office GPO as it is but have WDS be "accepted" and get past the GPO rules Thanks. Abe1816 - that is helpful information. In order for WDS to index Outlook it must install and run an add-in. Could you do me a favor and d ...Show All

  • Indigo Cowboy IWebBrowser3

    Does anyone know when documentation for IWebBrowser3 will be released I was told new features from IE7 would be available, specifically the page Zoom. This link has the data for new IE7 commands that can be executed via ExecWB of IWebBrowser2 http://msdn2.microsoft.com/en-us/library/ms691264.aspx Specifically a value of 63 for the optical zoom. ...Show All

444546474849505152535455565758596061

©2008 Software Development Network

powered by phorum