Answer Questions
lustigorMolch outlook files moved and now now being indexed
Hi, I have my outlook files in a diff location, i moved them to "my documents". And they aren't being indexed. How can i fix this Thanks, Ariel Hi, I did a re-install to solve the isue. I do have another question though. Can i preview pdf files without having to go through the active x permission every time Also, do you knwo how DS compares to X1 for resource usage Thanks, Ariel Hello Ariel, Could you let me know which version of Desktop Search you are using That will help me ensure that I give you the right answer. Thanks, Paul Nystrom - MSFT Ariel, Unfortunately, I don't have the necessary information on X-1 to provide any sort of resource comparison. As for the active X permissions, you sh ...Show All
Moorpark 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 We are seeing the exact same behavior ...Show All
satya999 Relative Protocol with JS files
Testing with IE7 we have seen incorrect handling of relative protocols in a URL when the URL pointing to javascript files. The following works.... <SCRIPT language='JavaScript' type='text/javascript' SRC='http://foo.com/bar.js'></SCRIPT> But the following does not work <SCRIPT language='JavaScript' type='text/javascript' SRC='//foo.com/bar.js'></SCRIPT> This works on all major browsers including prior versions of IE. HELP!!! Hi there, Tell me, why would you need to reference a javascript file this way Why not give the exact location of it instead For example, using the http:// in the referencing link, or, using /bar.js to reference it in the public_html directory. ...Show All
DaveTaylor Nice WDS MSDN Magazine article
Saw this today, looks pretty good... http://msdn.microsoft.com/msdnmag/issues/06/07/CodeAndSeek/default.aspx Code & Seek Bring Windows Desktop Search Into Visual Studio With Our Cool Add-In Could be useful for some WDS development tips... Glad you liked it! Thanks. ...Show All
swiftdc IE7 and desktop icons
I just installed Internet Explorer 7 today, which I guess is a.k.a. Windows Live . All of my fancy customized shortcuts on the desktop disappeared and each got replaced by the same generic windows icon. Right-clicking & changing the icons in properties no longer works. Also, when I create an internet shortcut while browsing, that creates a shortcut with that same generic icon (not even an explorer logo). Now my desktop is just one forest of identical icons. Anyone know how I can fix this I've wasted all day without success. Hi, The favicon implementation has changed to be more effective in IE7. If you revisit the content the favicon should be replaced by the correcte one. Than ...Show All
P Colmer WebBrowser object use to find the width of a web page?
I am using the WebBrowser object that is part of the System.Windows.Forms.WebBrowser namespace in .NET. After navigating to my web page, I want to find out the width and height of what the web page data really is, not the width of my WebBrowser object. I can obviously set the WebBrowser object size to whatever I want. I assume I should be using WebBrowser.Document.DomDocument somehow to find out the width and height of my data, but I'm not sure if DOM has a way to figure out what the web page width and height is really meant to be. Example: If you opened a web browser, typed in a URL, and then resized your browser window to display the entire area necessary to show 100% of the data in the x and y direction, without showing a bunch o ...Show All
spin_n IE7 Bug: min-width input
It appears as though IE7 applies the min-width value as width on input elements with type attribute values of button , reset , and submit . Example : http://steve.ganz.name/examples/Forms/min-width-input.html According to the CSS 2.1 specification , min-width can be applied to all elements but non-replaced inline elements, table rows, and row groups . As far as I can tell, the input element is a replaced element so min-width should apply. ...Show All
StevenR2 MS Word & IE , struts and session management
Hi all, This has totally baffled me and I desperately need help but I have a link as follows that I have put in a Microsoft word document that calls my struts action to display the specified resource. This was tested to be the same with IE6 or IE7 so its not the browser version causing the issue before anyone ponders it. ( This link will work so you can see what I mean. Copy it into word and then ctrl+click link to open browser - MAKE SURE ALL BROWSERS CLOSED FIRST ) http://bream.oucs.ox.ac.uk:8080/AskClient/process_browseresource.ask selecte ditem=f9675f3c-6c26-11db-8bda-df79a00f08cb,0,0 The struts process action takes the selecteditem from the form stores it in the session then client redirects using a forward as ...Show All
kawing0510 Desktop search for file names... how?
Hallo everyone, I just installt MS Desktop search to my computer, and it is working just fine, exept fpr the fakt that it somehow can't search the ordenary file names. I can search inside the Dokuments, but as soon as only the file name contains the wanted result the search fails. Can anybody tell me what I'am doing wrong Thanks in advance. Hello Maeveana, You can search successfully on the above by doing the following: Instead of searching for file:voed, search for file:*voed This places a wild card at the beginning stating that voed could be part of a single "word" and that there could be additional letters/numbers before voed. You can also place a wild card at the beginning and end - telling WDS that ...Show All
cmwith So What do we do about the issue here?
I still cannot browse ie 7. I reinstalled 7 and it does not even show in control panel to uninstall ...Show All
phokaia OTP Windows Desktop Search 3.0
Any ideas as to how you would remove Windows Desktop Search 3.0 Thanks, but I can't seem to find that folder. I do have "show hidden files" turned on. There is this folder "$hf_mig$" that has some KB____ folders, but none of them are 917013. I even redownloaded and reinstalled WDS 3.0, and it installed succesfully, but I still can't find that folder. yes, I am. Exact same problem here and I'd like to know as well. I've decided to go back through the registry a little more slowly, at least, since a solution seems to definitely be there. am. I’m sorry but these forums are dedicated to Windows programming and no ...Show All
Loogie Microsoft Exchange Server
How do i move an existing exchange server from 'A' server to 'B' server without changing the domain, domain user, and the database as well. Can someone provide the step to do the moving process DavidCSL wrote: How do i move an existing exchange server from 'A' server to 'B' server without changing the domain, domain user, and the database as well. Can someone provide the step to do the moving process Hi David - that question is outside our scope. The Exchange newsgroups would be a good place to ask it. http://www.microsoft.com/technet/community/newsgroups/server/exchange.mspx ...Show All
MTness Scriptor
I have added a scriptor component to the Total Pipeline. This code is an offshot out of the book Developing with MS CS 2002. What I basically need to get is the Ship To State so I can determine a tax value etc. CS 2007 seems to have a problem on the line: Shipments = orderform.[shipments] The Event Views states: "Wrong Numbr of Arguments or invalid Property Assignment" 'The following entry points are available (shown in VBScript format): function MSCSExecute(config, orderform, context, flags) Dim State Dim Shipments Dim TaxTotal Shipments = orderform.[shipments] For each Shipment in Shipments shippingAddressId = shipment.[shipping_address_id] shippingAddress = orderform.[Addresses].Value(s ...Show All
MVBenz IE7 Script Error
Hi, This problem has always been bugging me. When I sign into my user account and open up User Accounts in control panel I don't have any problems but when I go to any other user account and do this, no matter if they are computer admins or not, they encounter an IE script error with no description and this popup does not go away whether you click yes or no. It's not just the User Accounts menu in the control panel, it's other applications too. Is there a fix for this problem or any ideas I have already disabled script debugging in IE. I also disable the alerts for script errors in IE too. A solution is found only for AT&T Yahoo DSL customers. When you update IE to version 7, you also need to update your SBC Yahoo Browser to t ...Show All
Jason N. Gaylord Controls\ProductList.ascx
I have added new columns to the data grid and am now adding new Template Fields to the code behind the page. My question is how do I reference a field I added to the ProductDefinition (so a custom field). All of the code snippets I tried don't seem to work. 1. Container.DataItem["xxyfield"] 2. (CatalogItem)Container.DataItem["xxyfield"] 3. ((CatalogItem)Container.DataItem)["xxyfield"] I also tried creating a function and used item["xxyfield"] Please Advise. Xcel, CatalogItemsDataSet lives in Microsoft.CommerceServer.Catalog. If you're missing this reference in your code, then this won't compile. Make sure you add the reference to th ...Show All
