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

Software Development Network >> IE Development

IE Development

New Question

Why cannot BHO receive the DocumentComplete(DISPID_DOCUMENTCOMPLETE) event again when I refresh the current page.
Could not find stored procedure 'SP_HELPCONSTRAINT'.
Cannot install WDS 3.0 RSW
cms recommendation
IE7, OE6 Printing problems with headers
Naive question: Commerce Starter Site vs. ASP.Net Commerce Starter Kit?
Extending Orders System With Nullable Properties?
Desktop Search shortcut
wininet api help
Cannot install WDS 3.0 RSW

Top Answerers

Artje
eldiener
rattatosk
NeW2VB
TboneToo
Alain de la Kethulle
chongqing
KristianSv
C McQuade
zd84
sitemap
Only Title

Answer Questions

  • philipsh Window opacity toolbar

    I want to make a toolbar that allows the user to adjust the opacity of the currently open window. Is this possible What would I need to do Huh. I have no idea what you're talking about. Guess I'm not as far along with Visual Studio as I thought . I'm thinking I might just recreate IE with the webform class. It seems easier, and I'm already halfway done. This is not supported by the Internet Explorer extension model. Jeremy is correct that directly manipulating IE's HWNDs is NOT officially supported and you risk compatibility issues with future versions. That disclaimer aside, even though it's a hack what you're asking for is fairly straightforward. Basically ...Show All

  • igp04gueniat updated browser

    removed   fair comment andreas and thanks for the reply Yah ofcourse, I agree with the comment posted by andreas. This browser would not suite me. It has too many displayed options. Most of the time that I browse internet I work on what the webpage displays to me and not any menues, addressbars, toolbars that the browser displays to me. Probably your target audience isn't users like me but a general tip is to try to keep the data view (web view) as large as possible Only 26 child safe websites The number should be unlimited... Also, instead of having the back forward and refresh buttons as buttons... why not make them image buttons instead Also, from the screen shot I inferred that you can only ...Show All

  • RGravity Search result appears in "Indexed Locations" but not in "Everywhere" on Vista

    My custom protocol handler is finally working to the point where I can search for keywords indexed from a custom store and get the appropriate results back. BUT, this only works if I search specifically in "Indexed Locations". If I go into the search textbox in the start menu and just type in a search term, it searches by default in a location called, "Everywhere". This location should be a superset of "Indexed Locations", but search results for items indexed via my protocol handler do not appear here. They only appear if I actually NARROW the search to look only in indexed locations. Can someone explain why this would be the case, and how I can fix my code so that my results appear when a user searches ...Show All

  • vtortola Event Viewer errors

    Hi, I'm seeing a lot of Event Viewer entries with three errors below. Can anybody shed some light as to what is happening and how to go about troubleshooting these. I'm a Commerce Service novice that got into an existing installation so any lead would be helpfull no matter how basic it seems. We are running Commerce Server 2007 on Windows 2003 Server the front end is ASP.NET 2.0. Any hint would be greatly appreciated. Here are the errors: Event Type: Warning Event Source: Commerce Server Event Category: None Event ID: 4116 Date: 11/27/2006 Time: 4:14:54 PM User: N/A Computer: WWW3 Description: The Commerce Server runtime has detected that more than 132 instances of the SiteConfigReadOnlyFreeThreaded object have been created. Cr ...Show All

  • SAD1 WDS 3.0 beta2 Included Locations dissappear

    Hi, I am using WDS 3.0 Beta 2 I have manually selected folder locations to index on my local hard drive, however, the list of files I selected keep dissappearing when I next go back into WDS options. Consequently, none of my files I selected are ever indexed. The files I select are not system or program files, but are my data files which reside outside of My Documents. The 2 locations that seem to persist are: 1. oneindex://{GUID} 2. Outlook (domain/userid) Please help!! Thanks Chris I've seen the same thing and previously posted this, but there has been no reply. Please install the released version from http://support.microsoft.com/Default.aspx kbid=917013 and reply ...Show All

  • Fuzzy6280 How to search the UserObject by a custom property

    Hello, I have extended the UserObject with a custom property called 'PartnerId' (type of string). With Commerce Server Manager I enabled the Physical attribute 'indexed' in the DataSource section. In the Profile Definition Section I checked the 'searchable' option. I have been able to assign value to this field programmatically. This means the property is configured properly. With the customer and order manager I am also able to search the user by this PartnerId. When I try to get the user profile by partner id I keep getting errors. This is the syntax that I use to get the profile: _UserProfile = csContext.ProfileSystem.GetProfile("GeneralInfo.PartnerId","ABCD1234","UserObject") ...Show All

  • palmirag Windows Desktop Search incomplete

    I am finding that the desktop search cannot locate anything in my mail files (Outlook and Outlook Express) that is more recent than about 10 days. My advanced setting indicates that indexing is complete. Is there a method to fix this problem ...Show All

  • Andreas Drake AutoSuggest Drop-Down: iexplore.exe - Application error.

    Whenever I close down IE, I got a dialog named as Subject "iexplore.exe - Application Error" " The exception Privileged instruction. (0x0000096) occurred in the application at location 0x0332b2b0. Click on OK to terminate the program Click on CANCEL to debug the program " What's wrong with my IE7 please It's really annoying!!! For serveral months already. Can anybody help please Cheers JIA Pei Hello , Please , could you send me if is posibble the solution about this problem with explorer 7 .. This error appeared during the instalation the yahoo messenger Thank You Osvaldo Argentina I'm not sure if it is related, but whenever I click on a link from Lotus Notes (email client) or Windows ...Show All

  • soconne Ie 7

    Just ip graded IE7 Beta 2 to IE7 RC1 KNOW I'm unable to access any FTP location. i keep reciving Stie or URL not available, or cannon access this site bacause the content advisor can not find a rating for the site this is strange as content advisor is nit enabled, IE6 allowed me to access ftp and so did IE7 beta1 and beta2. What's up with IE7 RC1 Anybody!!! Actually, if you follow the directions to remove the password for Content Advisor in the Windows Registry and instead of just deleting the Key file... delete all the files in the "Ratings" directory... FTP will work fine in Windows Explorer. web search = "ie7 content advisor lost password" follow the directions to the proper folder in the reg ...Show All

  • Brett Shearer COMException (0xc1004043)

    Hi all, I’m getting this error when I try to obtain a profile: A duplicate value for unique key member GeneralInfo.email_address found while building indices for profile UserObject. Check the underlying store for uniqueness of the property. This error occurs at this line: userProfile = CommerceContext .Current.ProfileSystem.GetProfile(campo, valor, "UserObject" ); I’m sure that in my database there’s no duplicated email address. This behavior occurs at some profiles that were inserted directly at the database, because this profiles have been migrated from an older system (commerce server 2002). I’m sure that the problem is at the UserObject database, since there are other profile that use the same Address and Telep ...Show All

  • dbrand Registering IFilter with WDS on Vista

    I am creating an IFilter implementation to index custom content on Windows Vista. I read through the registration instructions at: http://msdn2.microsoft.com/en-gb/library/aa965717.aspx#filters_to_register It looks like these instructions will not work for Windows Vista. The last registry entry in the instructions is under HKLM/SOFTWARE/Microsoft/RSSearch. However, in Vista RC2 this does not exist, and all search keys are instead under HKLM/SOFTWARE/Microsoft/Windows Search. So what do I have to do, if anything, to register my filter's extension with WDS on Vista so my content will be indexed ~ DavidJ It looks like the problem had nothing to do with the registration. I finally used procmon to track exactly what the fil ...Show All

  • c.c. 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

  • sfmd Testing whether a Coupon Code (Promotion Code) is valid before applying it to a basket.

    Coupon Codes come in a variety of flavors: Private Public Restricted We can use the PromoCodeDefinitionManager and the LookupPromoCodeDefinitionByCode( string promoCode) function to test whether a Promotion Code exists ( != null ). However; just because a promotion code exists does *not* mean it’s valid. For example: A Coupon Code can have: a limit number of uses, an associated user profile, or both. A valid Coupon Code with a limited number of uses and an associated user profile would have to be validated against something like the following: If Promo Code exists If Promo Code has uses remaining If User Profile EQUAL TO the Promo Code mapped current User Profile Validate True As far ...Show All

  • TBing Site having MAJOR rendering issues in IE6

    I've been working on a website for my school's FIRST Robotics team, and work has been coming quite nicely, but I have encountered a major roadblock, it is rendering absolutely horribly in IE6. It looks okay in IE7, but looks the way I want it to in Firefox. The link to it is http://www.theunforgivenones.net/robotics/dev_site/ Any help at all would be greatly appreciated, I have already searched google and have tried different 'fixes' out there. Thanks, I do appreciate the reply. The thing is, in early stages of development of the layout, it rendered fine in IE6. I wish I had followed its progress in IE6 all along, but I had upgraded my desktop to IE7. I don't think the problem is in the HTML, but probab ...Show All

  • Moim Hossain DBStorage failed to load marshall field error

    Hello Is it possible to copy items from one commerce site database to another commerce site database i'm getting this error Microsoft.CommerceServer.Runtime.CommerceException: LoadOrder Failed. ---> System.Runtime.InteropServices.COMException (0x80028019): DBStorage failed to load marshall field. The marshall field may be corrupted. at Microsoft.CommerceServer.Interop.Orders.DBStorageClass.GetData(Object vtReserved, Object vtKey) at Microsoft.CommerceServer.Interop.Orders.OrderGroupFreeThreaded.MyLoad(String& ordergroup_id, Object& MyLoadType) at Microsoft.CommerceServer.Interop.Orders.OrderGroupFreeThreaded.LoadOrder(String strOrderGroupID) --- End of inner exception stack trace --- at Microsoft.CommerceS ...Show All

293031323334353637383940414243444546

©2008 Software Development Network

powered by phorum