Answer Questions
andyedw IE 6 Problem
I have installed IE 6 (xpsp_sp2_gdr.050301-1519) and do not obtain to load paginas that need flash to player. I have the flash to player 9 installed. Also I can not install IE 7. Any help, I am thankful Can any one now how to fix this ploblem Tkans ...Show All
BlackStallion Adding Custom Filter in Windows Desktop Search
Hi, I want to create a custom filter for supporting new file types in Windows Desktop Search.I got a sample from MSDN for creating cutom filter . The sample can be downloaded using fiollowing link: http://download.microsoft.com/download/5/a/f/5af6e169-ce2c-4a02-99a5-5aef60af2ee5/CrawlingMetadataHtmlprop.zip After downloading the sample I registered the dll. I followed following Steps for registering the Filter in registry and searching the file: Copy the filter DLL file HtmlProp.dll to your %windir%\System32 directory. Self-register the filter by entering, at the command-line prompt: "regsvr32.exe %windir%\System32\HtmlProp.dll". Enable automatic registration of the filter by adding it to the ...Show All
PureVision How can I launch IE in protected mode from a high integrity process?
Hi All, I need to launch IE in protected mode from a high integrity process. I could launch IE with low IL using samples provided on MSDN, but its protected mode status is off. How can I launch IE in protected mode from a high integrity process Thanks, Mojo Hi All, Any suggestions to solve this problem Thanks, Mojo Hi Todd, Thank you for reply. The URLs I tried were of internet websites, which were not listed in trusted or restricted zones. The high integrity process from which I want to launch IE is installer. Installer is launched with high IL. Mojo I have the same problem: Launchi ...Show All
Jonathon Stevens Is MS trying to throw away menu bar?
In IE7, classic menu bar is disabled by default. In Office 2007, there is not menu bar at all. Also the traditional toolbar is gone. I can't find a way to create my own custom toolbar too. What's happening I know menu bar is very classic and not pretty, but it is one single place that I am 100% sure that I can get all the features from a program. I don't want to lose it. magicalclick wrote: In IE7, classic menu bar is disabled by default. But you can hold down Alt to bring it up. This threw me at first, but then I realized I prefer not having it. Though I tend to use keyboard shortcuts as much as possible, so it's not big a deal to me. (Unfortunately I'm having too many problems wit ...Show All
nikos z Product List Screen
On the product list screen ( the screen that shows a list of products) in the Starter Site where it shows display name and price. How do you configure this screen to show different columns. I thought clicking show in Product List in the Inventory and Catalog Schema manager would have done the trick but it does not seem to affect this screen. Does screen require back end coding changes to change the columns. Also, where can you change the number of rows that show per page. Please Advise. I have tried that and it does not change the list screen. It does however changed the product detail screen. Chris... In the Catalog and Inventory Schema manager you need t ...Show All
Amjath WebBased cookieLike application
I wonder if anyone out there is working on a web based application to maintain userids and passwords. What I mean is that I'm pretty much annoyed with having to remember passwords and userids to the gabazillions of websites I'm registered on. Cookies are fine till you are working on your own PC but how about some freedom of movement Just log into the webbased cookieLike (I even gave it a name) application, have it do the sweatwork of redirecting to your registered website of choice and automatically logging you in. No more remembering passwords. This is my first post so I'm not really sure if this qualifies as a "Hot Technology" post but oh well :). Off course some bigger compa ...Show All
Franco Finstad Very ugly problem with CSS nested lists, when hovered
My site is the best test case: http://www.aplus.co.yu/ Move your mouse over any of the items at the top, next to Blog. In all other browsers submenu appears on maroon background, but in IE7 the UL with the maroon bg is shown, but none of the subitems is visible. Not just invisible - they are not rendered at all. Any comments/hints welcome. This is the most serious issue I encountered so far - other stuff I keep under control. Anyone encountered this It is very annoying problem. :( Aleksandar, I don't blame you for being tweaked about this -- nice work, if only IE 7 played nice. I doubt I have anything in the way of a solution for you (sorry), but my post &q ...Show All
R.Tutus Structured Graphics Control fails in IE 7 RC1
Hello, I rely on the Microsoft Structured Graphics control for several of my applications, and after installing IE 7 RC1, I have realized that the SGC is no longer functional. The code that I have always used to create the SGC is as followed: ---------------------------------------------------------------------------- <object classid= '369303C2-D7AC-11D0-89D5-00A0C90833E6 ' id='SG1' style="visibility:visible; position:absolute"> ---------------------------------------------------------------------------- The above code works in IE 5.5 and IE 6.0; however, will not load, or will not require a prompt to install the ActiveX control in IE 7.0 RC1. What I need to know is the following things: 1) Is this a kno ...Show All
hrubesh Vista Machine with Office 2007- Outlook not finding emails. Instant Search/Indexing issue
Hi, I have search everywhere for a solution and still I do not seem to find a solution. Outlook is not finding any emails (instant search). I think it is not really indexing anything. Vista search works perfect (seems like it). The index says it is done (outlook is included on it) As I receive emails, the list of pending items to index just grows and grows. I am using pop accounts not exchange. (I already checked the instant search options, the indexing thorugh control panel). Any ideas. I spent the last two weeks searching for a solution, and I have read and follow the suggested solutions from microsoft, but still is not really finding anything.. so frustrated!. Thanks for reading this, and I hope somebody can help me ou ...Show All
Rajesh batchu Failure in creating ProfileContext
I'm attempting to create a ProfileContext object outside of an ASP.NET project (i.e. within a unit test), hence there's no httpcontext. I create the context like so: ProfileContext context = new ProfileContext("http://localhost/ProfilesWebService/ProfilesWebService.asmx", new NoOperationDebugContext()); This results in an exception being thrown. The event viewer contains 2 events: MOM : Heartbeat update failed for 1 or fewer agents. Error details: IDispatch error #3222 SQL Server : Login failed for user 'mymachine\Administrator'. [CLIENT: 192.168.xxx.xx] The app pool is configured to use the Administrator account, and I am logged on to the machine with the same account. This account is configured with db_owne ...Show All
Wicket Getting SoldToName in Pipeline Component
I'm building a C# pipeline component to handle credit card processing. I'm able to get the order form values without a problem. However, I'm not sure how to get the value for "soldtoname" which is stored at the PurchaseOrder level. Does anyone have any code examples where they've done this, or have suggestions I believe the context dictionary is passed in as the second parameter to the execute method within a pipeline component (have a look at the method signature). You should be able to cast it as a dictionary and work with it the exact same way you work with the OrderForm. The quick and dirty way in my mind is to pump it into the order form and pull the value out in the pipeline. Yo ...Show All
mistry_bhavin Do I need to create a new store?
I'm working on an app that stores files in "docs & settings\...\app data" in a profile. I want to add search functionality to my app. I've added the path to the indexable paths in WDS (2.6.5) and the docs I'm interested in get indexed, but I don't really want the to be returned normally by desktop search so I'm not happy with that approach. I thought I may settle for using 'in:myfolder mykeyword' but as far as I can tell I cannot use a full path for 'in' and it doesn't search recursive subfolders (is that right ). so I'm thinking I'll have to create a store so I can do something like "WindowsSearch.exe /url search:store=myapp mykeyword". If that seems to be the thing to do, then I need to create a pro ...Show All
laboremus Object required
Hi, I've got a strange problem. I just added a new property to my profile system (DefaultCurrency) as it is in the StarterSite. After i added that i had the problem that when I set the variable it wasnt't written to the database, so i builided the programm anothertime an sudenly i coundent login anymore. I thought that this is probably because of a failure with my new property and so on i opened the CS Manager, where i deletet the property from the UserObject definition and then i wantet to remove the data member. But there i got the erro message "Object required". What does this error mean or where does it refer to How can I remove that thing and create a fresh one witch is working correctly Thanks ...Show All
Alex Levin 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 & ...Show All
Synced IE7 crash when loading ActiveX control
I am working on an ActiveX control plugin for IE. In Vista my control is not successfully loaded. IE7 crashes. When I launched IE in VC my dll isn't even loaded at all. IE crashes before running any code that I've written. I believe this to be a security related bug because: 1- The crash only happens when the control is installed independently from the browser- that is, if the control is installed through the browser by visiting a page that requires it the crash does not happen. 2- If Protected Mode is disabled in the Internet Options the crash does not happen. I believe that the problem I'm seeing is twofold: 1) I am probably installing the control incorrectly somehow when it is installed from the CD and 2) IE isn't handling my mistake gr ...Show All
