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

Software Development Network >> IE Development

IE Development

New Question

Making news tabs active by default
WDS 3.0 w/ Outlook 2007 Beta - won't return results in cached mode, does when online.
Favorites links not working
Vista/IE7 spawns new windows when Office 2007 is installed (unlike Office XP)
Database Comparison Utility for SQL Server Databases
IE 7 and Framsets
Controls\ProductList.ascx
Question with Vista
Writing Isearch Protocol and IURL Accessor
Incremental update for category using BizTalk Catalog adapter

Top Answerers

John, Roy
Amish Karanwal
Thiago Tota
ratslav
nhaas
Mateusz Rajca
WebSigMan
manukahn
dvidal
DevanL
sitemap
Only Title

Answer Questions

  • Frank Carr Here is my first application

    About a month and a half ago, I discovered Visual Basic 2005 Express and now, here is my first application. My first software "baby" is a simple Stopwatch accessory. It features a stopwatch that counts up to tenths of a second, and a countdown timer. Documentation is included in HTML and plain text formats. Installer and uninstaller are provided. Main UI screenshot Coundown dialog screenshot Source English and Spanish executables with installer/uninstaller and documentation.     source code not there Why not release both some people may not care - and may just want to run the executable. But in this place, you would be doing an injustice ...Show All

  • Albert_Khor 3rd Party Payment

    Hi I'm having trouble figuring out how to implement a 3rd party payment solution from within the starter site. Has anybody used a 3rd party to collect payment from within CS I'm trying to figure out whether I need to create a new payment pipeline, or whether the existing one can be modified. We are planning on using Protx, who provide an ASP.Net integration solution. I'm a newbie by the way, so that might explain why I can't find such a solution. Paul Hi Paul, You've got the right direction. Basically you'll need to write a pipeline component to iterate through the payments in the collection and make a call to the provider to authorize and/or capture payment. Cheers, Colin Currently Comm ...Show All

  • omniscientist no e-mails are indexed

    just installed latest version of windows desktop search on my home computer. I use it at work and think it is great. However at home no e-mails are indexed it does not seem to recognise that I have outlook installed. I have outlook 2003, windows xp, service pack 2 and latest updates. Any help would be appreciated as i would really like to be able to use this at home too. thanks I have exactly the same problem. It was working fine. I upgraded to version 1.6.5 and then, yeah, it suggests I dont have Outlook installed at all.. Talk about gay. Any help would be appreciated. hi, i tried this and still no luck. I also tried uninstalling and rei ...Show All

  • coolcoder VB.NET

    please does anyone know how to create a non visual class that has the behaviour to count characters, words, alphabets, vowels, consonants, digits thanks thanks alot for your answer, it will help more in my findings. when you dim as matchcollection, match collection is the class if it is, that is what i need. the name of the class i want to build is STATISTICS, with the behaviours of counting charaters, words, vowel e.t.c, that is where i have the problem, building the class hi mr baba i think i know you as i am doing same assignment.... ohh sorry i suppos not to say that it is assignment......... lol take care n let me know if u need any help... Hi, ...Show All

  • Amol Pophale 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. Hey, In order to get the CS 2007 Reports to show up, you need to do the following: Unpackage and add the DW.pup resource to your application. Setup/Configure Sql Server 2005 Reporting Services (you have already done this, according to your post) Run the ReportInstaller.exe tool (This is located in %ProgramFiles%\Commerce Server 2007\Tools directory) Run ...Show All

  • Jim_Olap Generic Lists & the System.Predicate Delegate.

    I may be missing something here, however I am baffled at the signature of the predicate delegate as defined for the Find methods of the generic List in 2.0. Could somebody please enlighten me as to the lack of an additional parameter with which to pass in search criteria I would have at least expected this to be overloaded with the option for something like the following: System.Predicate(Of T)(obj As T, match As Object) As Boolean This would make more sense to me. For my own purposes I have felt the need to pre-load any search criteria for my List searches into a higher-scope variable prior to hitting Find with the restrictive signature. Thanks in advance for helping to clear this up for me. Regards, David Kennedy ...Show All

  • LouArnold Please help! :) How to completely disable IE cache?

    Hi, How can I completely disable IE cache or set it's size to 0 I would like to test http throughput but I cannot manually clear the cache every time. Thanks, - Janne_K http://www.enhanceie.com/other/ has dumpcache.exe, a simple tool to clear your cache. This option is also built into Fiddler ( www.fiddlertool.com ) as well as other features that enable performance testing. Janne_K wrote: Hi, How can I completely disable IE cache or set it's size to 0 I would like to test http throughput but I cannot manually clear the cache every time. Thanks, - Janne_K Or is there maybe some way to clear the cache each time IE starts A ...Show All

  • Konstantin Gonikman <select> tags acting strange

    I have several forms that use the <select> tag and since upgrading to IE7 RC1 they behave strangely. Example - When you click on the select box in the form it briefly displays it's options list however releasing the mouse button then causes the select box to close......is there a fix for this Or is this a feature of IE7 The only reason I ask is because IE6 did not behave like this, if you clicked on a select box in IE6 the box would open and stay open even if you released the mouse button.   Edit: Upon investigating this further I have found that it was due to some scripting on my side and the issue has been resolved. Sorry about that. ...Show All

  • karen_tgha IE7 RC1 window.close() issue

    We have a web application that we are currently testing with IE7 RC1 in order to be ready for the release of IE7. We often open new browser windows using script (i.e. window.open()) but have found that whenever we attempt to close the child window using script (i.e. window.close()) we are prompted with the message "The webpage you are viewing is trying to close the tab. Do you want to close this tab " We do not have this issue with IE6 and have not yet been able to track down the reason for the issue in IE7 RC1. I understand that you cannot close a browser window through script that has not been opened with script. But in our case, we are opening the child window with script. Can anybody tell me the circumstances under w ...Show All

  • egor598 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

  • Bond 007 JavaScript - same image, over and over...

    Hey All... I'm implementing a custom treecontrol in JavaScript. Nodes are added dynamically via ajax returns. When this happens, certain images that are displayed on each node arent being displayed. Upon further investigation, I see that as the same image is being used on node after node, we're going back to the server each time to get the same image over and over again... For each node, I'm including an <img src=images/...jpg /> tag in the innerHtml property of an appropriate element. As I say, I keep seeing the server hit over and over for each node - I hope somehow this is related to why I dont see the image at all on new nodes. Me thinks this image should somehow be cached - is this something I have to make happen explicitl ...Show All

  • CharlieRussell IE 7 opening to Run Once page with error on it.

    I downloaded updates last week. I have been using IE7 for a while with no problem. I dwnloaded the updates. Now when I open my browser the page tries to go to http://runonce.msn.com/runonce2.aspx . There is an error reported for this page and it will not open up I get a blue screen. How do I eliminate this I have my home page set in the tools section but when opening it won't go to my home page until I hit the home button on the tool bar. No I have not tried another user. I can and then I will download it again and reinstall it. Thanks. I tried the solution I typed in gpedit.msc and the run box and windows error appeared that said that windows could not fine the file. I s ...Show All

  • shp21 IE7 on Windows Vista Business Edition

    Hi all, I have bin experiencing some problems with IE7 on Win Vista Business Edition. I seems like web pages that contain flash animations are not displayed properly. Here are the images of the MS Home page: http://unclezen.com/Documents/ie_maximized_window.gif http://unclezen.com/Documents/ie_maximized_window_w.gif Interestingly enough this is how the same page looks when the same window is restored: http://unclezen.com/Documents/ie_restored_window.gif http://unclezen.com/Documents/ie_restored_window_w.gif Two more examples: http://unclezen.com/Documents/ie_maximized_dell_home_page.gif http://unclezen.com/Documents/ie_restored_dell_home_page.gif As well, any other action like moving the mouse over an link will c ...Show All

  • VRATZ Sky project

    PROJECT IS DEAD CANT BE BOTHERED ANYMORE, FOR SOURCE CODE, CONTACT ME IF U WANT TO PLAY AROUND WITH IT.   could someone review my application, its based on bskyb video streaming anybody interested to develop my software email me here you can download the applet here   // just to let you guys know, PPlive is a thred party software, if you dont see the pplive media player and list, it simpley means you need to install the pplive, web player plugin, this goes same for the Winamp ActiveX plugin, visit any winamp tv station and install the plugin then you be able to see the video. same goes for divx video. Project is DEAD, cant be bothered anymore with it. if so ...Show All

  • Crazy Engineer Kid Issue keeping a discount in the basket ...

    The CommerceComponent's BasketDetail control does not offer all of the functionality that we want in the starter site's Cart.aspx (located in the application root folder). Although it has the ability to show the discount that was applied to each line item, it did not provide the functionality to apply a discount code. I ended up cracking open the CommerceComponent solution and moving its code (minus the functions used to render HTML) to a user control that I called CustomBasketDetail. Ultimately, this new control is supposed to contain the functionality of the BasketDetail control and the PromoCodeManager user control, which came with the starter site and is what's used to apply a discount to an order. CustomBasketDetail basically contains ...Show All

676869707172737475767778798081828384

©2008 Software Development Network

powered by phorum