Answer Questions
Raj Gupta Windows Desktop (Searching...) - but no results?
Hi, I posted a thread re: issues I've been experiencing with 2.6.5 of WDS in the help forum but just upgraded to 3.0 beta 2 and am experiencing similar issues. I try to input searches in the search box but get a blank pop up stating simply "Windows Desktop (Searching...)" - and no results displayed. The WDS Search options box displays indexing as complete. Am using Windows XP with the latest service packs. Let me know if I need to provide more information. Thanks, Jack Jack, Could you please do the following: Go to Start:All Programs: Windows Desktop Search. Next, type a search term in the search box and press Enter. Do you receive search results Also, you should ...Show All
versace582 Help me Uninstall Old IE7 Beta 2 to install RC1 !!
When I try to uninstall IE 7 Beta 2, I get an error that I can't uninstall due to a file I don't have. Now, I can't uninstall at all! Please help me!!! Hi Nivek, Don't despair, there is a solution. I had the same problem. My advise to everyonme is DO NOT INSTALL IE 7 at all. It can be removed by doing the following :- Click on start Go to My Computer Click on Local Disk C Click on Windows folder and open Find and click on ie7 folder and open Go to spunist folder and open Locate Windows Service Pack and double left click icon Double click on Uninstall Microsoft Corporation, this is the Windows IE 7 Removal Wizard Click next Inspect Current Configur ...Show All
adorer WDS Takes too much harddisk space?
WDS Takes up more than 4 GB of harddisk already and it has only indexed 4022 items and missing 3271 on a 80 GB harddisk. Sounds crazy to me. I saw that 500 Gb of free space was recommended. Google DS did not take up so much space. What do you say Version 02.06.5000.5378 WDS is working fine now :-) I have indexed my audio drives (about 60 Gb) so far and it only takes up 165 mb of space. So there was clearly some buggy behavior the first time I used it since it took up more than 5 Gb . Hello Six, Sorry it has taken so long to get you a reply. The size of the WDS index is difficult to predict. There are a number of factors that come into play with index size. Here i ...Show All
Sandy Wood BUG in IE7 HTML table implementation
I can't seem to get rid of the extra few pixels of white space at the bottom of each table cell that contains an image. The page displays how I want it in Firefox: http://i20.photobucket.com/albums/b243/parsophie/firefox_page.jpg but the problem only occurs in IE: http://i20.photobucket.com/albums/b243/parsophie/ie_page.jpg I have tried adjusting heights, padding, margins etc. values, but I haven't found a solution. Has anyone had a similar problem and/or could help me Thanks wow, i've been looking all over for this solution. thanks. seems ridiculous! This looks like a bug in the microsoft implementation of HTML table formatting. Firefox seems to have implemented this p ...Show All
Christos Constantinou Internet Explorer Toolbar (Menu Bar) disappeared after installing IE 7
I use yahoo as my homepage, when the "Get IE7 now!" appeared in the toolbar, I clicked on it and installed it. Big Mistake so far...Here's the problem, after installing my IE menu bar (toolbar) containing "File, Edit, View, tools, help" vanished and I can't figure out how to retrieve it or get it back. I have checked and it is not hidden behind another toolbar. Along with that, The IE blue bar at the top & small bars at the bottom contain no information of the URL (webpage) when pages are loaded. In the Yahoo toolbar, under the pencil icon- there is no standard toolbar listed anymore. Also my tabs disappeared from yahoo and under the toolbar options there no longer is a check box to "Enable Tabbed Browsin ...Show All
CharlesB IE7 icon Problem
Firstly, let's clear up the icon definitions. Favicons are those that are downloaded from the linked website and show the websites logo or whatever. The icons that we are all concerned with here in this fourm that are in error are the windows icons. These icons along with an array of others are usually contained in system dll files. Indexes into these files are kept track of in the registry and in the shortcut or favorite itself under properties. For example if the dll has 256 icons and windows calls the dll as shell.dll, 255 the 255 is the index into the icon file. In this case the last one (base 0). The problem here is with IE7. The registry entries under HKEY_CLASSES_ROOT (url and internetshortcut) appear correct. I ...Show All
aboeing Problem using activex control in two instances of IE
I have written a activex control. It works fine with a single instance of IE. But if there are two instances of IE, using the same activex the second instance of IE crashes. Can anyone explain why this is happening. Thanks. Hi, It's quite possible thatboth instances of the control are sharing state adn thus getting confused. You should check that the control is storing state per instance and not globally for the machine. Without more details though this is just a guess. Thanks -Dave ...Show All
Avy32 Problem Command Bar Button Extension
Hi, I have the following button extension script that works fine on IE6 but fails with a Permission Denied error on IE7. I have tried the usual - Security settings - Allow scriptlets, scripting enabled. Uh! I just realised that it may be the Google Toolbar which I have installed but not loaded. (will try disabling the toolbar with Add-in manager and post back with results.) Here is the scriptlet. Its purpose is to set the current document as the IE Homepage. <html> <A id=dummy HREF="#" onClick="this.style.behavior='url(#default#homepage)'; this.setHomePage(external.menuArguments.document.location);"> Make the current page your homepage </A> <script language="JavaScript"> // Author ...Show All
Shark_ Missing application icon in the customize dialog
Hi folks, this is my first post to this forum. Background: I and my company has an application for updating there homepages directly in Internet Explorer. It works well in IE 6, you start the app by clicking on the icon in the toolbar. The problem is now in IE 7, the application is still accessible through the View/Explorer bar. But the icon is missing. And the icon is not available in the Customize Toolbar dialog. In IE6 I have this in the registry to get it to work: [HKEY_LOCAL_MACHINE\Software\Microsoft\Internet Explorer\Extensions\{4C1A4A92-7CB2-425a-9E4B-665BAED90D27}\] "ButtonText"="Portello" "Clsid"="{E0DD6CAB-2D10-11D2-8F1A-0000F87ABD16}." "ClsidExtension"="{03BD04A4-2 ...Show All
Athish 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 This problem is happening on both my home and work computers so this is not an isolated incident. They are both fully patched Windows XP SP2 machines. I have several email accounts configured in OE, two Hotmail and one IMAP. The indexer will start to process the ...Show All
bilsa IE7 RC1 and vbscript (InternetExplorer.Application)
Hi, Has anyone had problems with existing vbscripts that output to IE and the IE7 RC1 release I have some vbscripts that use IE to display output and they work perfectly in IE6 but are broken with the RC1 release of IE7. Code like this below doesn't display anything in the browser window: Set objExplorer = CreateObject("InternetExplorer.Application") objExplorer.Navigate("about:blank") objExplorer.AddressBar = 1 objExplorer.Toolbar = 1 objExplorer.StatusBar = 1 objExplorer.Width = 600 objExplorer.Height = 400 objExplorer.Left = 300 objExplorer.Top = 150 Do Until (objExplorer.readyState = 4) wscript.sleep 100 Loop objExplorer.Visible = 1 Set objDocument = objExplorer.Document objDocument.Open objDocument.W ...Show All
yeos_lee WDS is slowing down System Performance
Hi guys I’m hoping you can help me I already posted on http://forums.microsoft.com/MSDN/ShowPost.aspx PostID=1111995&SiteID=1&mode=1 but thought that this would be the better forum to post this too. The user I am working with has WDS installed but is having quite a bit of performance issues and this is a newly bought and installed desktop. When we look at task manager it is the searchindexer.exe that is taking up all of the CPU power and disk writes. The user has Windows XP and Office 2003 I checked the client’s computer and currently he does not have any anti-virus or backup software installed but he does have running in the system tray and startup VNC server, Trillian, HotSync, Adobe Photo Downloader, ...Show All
jkyoutsey Have a laugh at the end of the day
Tired of all those standard forum questions and answers pick your favorate thread and put it through www.gizoogle.com Pretty good for a few giggles... (I must be bored....) lol, pretty funny for 3pm on a Friday thats a good one............ ...Show All
Emadkb network security
Hello, Can anybody tell me of a good website that provides information about network security Someone recommended www.infolocktech.com . Any recommendations on this werstyle teen Windows XP already comes or has available network security. What with windows live update, defender,firewall, and security center everything is covered. I was told that security center has virus protection, so I removed my copy of McAfee. Security Center then said I had no virus protection. It offered a link to fix this, but it was so busy, I couldn't get through the site. I wound up downloading and purchasing a security center from download.com. I know that security center has virus control because it automatically downloaded a virus update from microso ...Show All
elgor Can't open the profile Definition in the Commerce Server Manager
Hi, If I expand in the Comerce Server Manager "global Resources-> Profiles->Profile definition" and Click then for example on "User Objects" I see the message "Editor will be loaded" but nothing happens. have anybody an idea, what can I do Thanks Dominik Dominik, Here is a BLOG posting with the fix for this: http://dotnetforum.dk/blogs/danske/archive/2006/08/30/Commerce-Server-2007-Profile-Editor-Not-Loading.aspx Hi Dominik, Check the blog post Joe pointed out. If that doesn't resolve it use Fiddler to get an HTTP trace from the client side. The other common cause is that the Widgets folder isn't accessible on the server. Cheers, ...Show All
