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

Software Development Network >> IE Development

IE Development

New Question

CSS Help..
CS 2007 Starter Site - stored procedure 'dbo.inv_CheckInventory' doesn't exist
Search Engine Optimisation Technique.
No Outlook in WDS
IE 7 and Framsets
OneNote 2007 Beta
catches IE Events
Commerce Server 2007 catalogwebservice and bizTalk 2006
Terms and frequencies?
CSF and OrderDiscount

Top Answerers

Unmesh Gundecha
Martijn Mulder
NewToReportingServices-MJ
matchoo
AndyC12345
hrubesh
startlet
GrahamY
Supermatthew
Zubair Masoodi
Web User
Only Title

Answer Questions

  • Reza Bemanian ActiveX Modal Dialogs do not work in IE7

    Our product is suffering some pretty severe problems because of IE7. We've starting getting calls that dialog windows become hidden. We've heard this is a threading issue. We found out that the problem is actually much worse. Modal dialogs don't seem to function correctly in IE7. You can recreate the problem using VB6 by doing this: 1. Create an ActiveX UserControl project. 2. Add a form to the project (form1) 2. Put a button on the user control (usercontrol1). 3. Add this code to usercontrol1. Private Sub Command1_Click() Dim objForm As Form1 Set objForm = New Form1 Call objForm.Show(vbModal) End Sub 4. Build the project as an OCX somewhere on your hard drive. 5. Find your control's CLSID in regedit. I ...Show All

  • Pankajkumar Documentation for BHOs and Toolbars

    I have a BHO and custom toolbar that works with IE6. Where can I find developer documentation for converting these to work with IE7 Has the IE7 developer documentation been released Is there a BHO upgrade (IE6 to IE7) guide Thanks, Frank Dave, I created a toolbar for my BHO a few years back. It is based on the code from this project: http://www.codeproject.com/wtl/toolband.asp Under IE7, and when using multiple tabs, I sometimes get an error when closing a tab. At this time, I believe the error is related to this method (which is contained in the source code for the toolband project): CBandToolBarCtrl::~CBandToolBarCtrl() { // Don't forget to UnSubclass the rebar otherwise IE coul ...Show All

  • r3n on mouse over on linkbutton it shows javascript dopostback

    on mouse over it should show the link where actually it navigates.. ...Show All

  • rekasnuh Remote WDS 3.0 Search Permissions

    Greetings, I've been playing with programming WDS 3.0 for some time now and it works great for everything I have needed to do on the local machine. However I am having trouble with querying a remote machine. In several online blogs there are references to the following query syntax: SELECT <> FROM [machinename].SYSTEMINDEX WHERE <> The posts always say that this is not enabled by default and requires extra setup, but there is no reference as to what is required for this to work. I have tried many, many different configurations, but have not had any luck. Does anyone have more specific information in this area Thanks in advance! Awsome. Thanks for the info Eric. I will try it out a ...Show All

  • AlexBB Catalog and Inventory Schema Manager???

    Hi, Why is the Catalog and Inventory Schema Manager not in the BusinessApps SDK It's so that if i change a Business App I have to deploy with some Commerce Server dlls. Because i can build MarketingManager, CatalogManager and Customer and Orders Manager all of them take the new dlls except the Schema Manager. That means that I have to leave the old dlls in de bin Folder and copy the new ones there were the exe files are. It's not that big problem but in my view its not very nice. Cheers The Catalog and Inventory Schema Manager is technically not a Business User Application in the sense of the other tools. The Marketing, Customer and Order, and Catalog management applications are ...Show All

  • R.Tutus Guidelines for Marketing Reports

    Hello, I'm using CS2007 to serve banners on a website. I'm looking for some guidelines to provide my client advertising statistics, mostly concerning Ad Requests. I already setup a SQL Server 2005 Report Server, but i can't get any info on how to configure it to get the CS2007 banner information. Any help will be greatly apreciated. Thanks. Hello Alan, Thanks for the reply. I was sucessful in the configuration you provided, but the reports are incomplete: In the Advertising_Reports > Campaign_Item_Summary the column "Ordered Impressions Balance" has the correct values, but the column "Requests" is empty. Any suggestion -- Jorge Hello Alan, I was able to proces ...Show All

  • Ted12893 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. ReneeC wrote: You didn't answer my question. When I do word processing, I'm interested in typing a document that's all. Why do I need a Gallery and Live preview We haven't had them before. I've been very happy with Word, if anyone asked me what word needed, it would never occur to me to say, "A Gallery and a Live previe ...Show All

  • Ron L Methods on IE

             Mr.IE :  "WRITE is a method of a document object." The little fox :  "yea"          Mr.IE :  "And type of document.write is object." The little fox :  ! The little fox :  "Type of document.write must be function."          Mr.IE :  "No! it's Object!!!" Finally I couldn't understand what Mr.IE said. javascript:var something=document.write;alert(typeof something);void(0); "object"   // IE6,IE7 "function" // Firefox Does anyone knows any reasons Thanks for your reply. Methods should be function on JavaScript/JScript/ECMAScri ...Show All

  • Manjuramu tools options:Homepage buttons inactive

    Sir, on my browser Tools menu, my Internet Options Homepage Address buttons (3) that is, Use Current; Use Default; Use Blank cannot be clicked.they are all lame.what can i do to be able to select any of the three and subsequently fix in my own homepage. thanks. dan. ...Show All

  • Captain007 JimmyWidgets

    --- Original Post --- Hi everyone! My current project is JimmyWidgets, a widget program like Apple Dashboard, but for PC! You can even make new widgets in DLL format and post em on the online database! When I've made more widgets (I've only got 2 at the moment), I'll post it at www.jimmyware.co.uk  . It's going to be open-source, so you can download the source from there too. Here's a screenshot: http://www.freewebs.com/robinjam/JimmyWidgets%5FScreenshot.jpg I await any comments/suggestions! (But please don't be too harsh about my efforts, it took me HOURS)   P.S. A list of problems I need to fix: The online database currently lets you download the same widget twice, making startup time longer (because ...Show All

  • KZG removing Shipping altogether from Starter Site

    We've created a Starter Site that will be selling service related products. Therefore shipping does not apply. Is there a simple way to remove all shipping related pieces from the site or do I need to manually remove all shipping references You could try inheriting the OrderDetail component and overriding the RenderShipment / RenderShipping methods to display nothing. The source code is provided with the Starter Site as well, so you can also just modify the original control itself. Cheers, Colin You'll need to remove all Shipping references. They're pretty much localized to the checkout path so it shouldn't be too hard. It's entirely possible (I don't know) that you may need to create a dummy ship ...Show All

  • pedalo Application Logic... How to do ?

    HI there ! I have the following problem... I need to create a SIte (I hope with CS2007) where I manage a number of Supplier each one with its Catalog. Pratically I need to BUY something from someone... I DO NOT NEED to SELL something... I want to manage my Supplier with their Catalogs and then make an order to them for buying their products. The question is: May I use "something ready" in CS2007 or I have to develop everything by myself Gianni, I'm pretty sure you could develop this sort of B2B (Business-to-Business) interface with a little bit of work, and Commerce Server does offer quite a bit of the functionality you'd need to acheive this, but it might not end up looking exactly the way you descr ...Show All

  • J.Wadsack Client connectivity to Office Live

    Now that the Windows Live ID SDK (alpha) is available can it be used to authenticate a client application that will allow me to connect to the Office Live web services I want to be able to programmatically connect to an Office Live site and manipulate ListItems via the Lists web service from my client. What do I need to do to set the credentials on the Lists web service from the Windows Live Identity information. A simple test app would be as follows: Lists listService; listService = new Lists (); // Set the listService credentials here to allow connection with Office Live XmlNode nodeCollection = listService.GetListCollection(); // Loop through XML response foreach (System.Xml. XmlNode ...Show All

  • BobSun Installer class for a COM+ EnterpriseServices classlib that requires a configuration

    Using a .config file for a .NET created COM+ object has caused some difficulty for other developers and I spend quite some time to get it right. Standard .NET EnterpriseServices objects (COM+) are hosted by the dllhost.exe in the Windows/System32 folder. Using configurations has been possible since FW1.1 can use a application.config file. In order for the object to find the right application.config file one has to specify the Application Root Directory in the Activation tab on the COM+ application (in Component Services). This can be done manually but I usually forget this. Therefor I present here an installer that automatically sets the Application Root Directory to the installation folder using the RegistrationConfig class. All that has ...Show All

  • Peter Smith OwnerDrawn TreeView Control

    This is a TreeView control, started as an experiment, which inherits from the standard TreeView control in .NET 2.0. http://codegallery.gotdotnet.com/Treeview2 It's source code only, as a standard .vb file. Add it to a project, add some nodes, add an Image List and play around with it. Note that all the drawing is done in the paint event. The coloring for the highlight is fixed, but is easily changed. Same with the parent gradient coloring. The horizontal scroll bar does some funky stuff; consider it a bug. You'll have to deal with it :) I second that. Here's a quick example, showing the highlight style, the 'arrows' for collapse and expand, and the extended text in a different color: http://www.playinthesoup ...Show All

767778798081828384858687888990919293

©2008 Software Development Network

powered by phorum