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

Software Development Network >> IE Development

IE Development

New Question

IE7 XP Windows Update rollout
Flip an Action Button in Power Point
There seems to be an error with this layer
IE7 and the MSJVM Java Console
ShowModalDialog
Vista Machine with Office 2007- Outlook not finding emails. Instant Search/Indexing issue
Vista WoW, but I got problem with Vista's IE7
CS 2007 license and price ?
IE7, OE6 Printing problems with headers TEMP SOLUTION
Taxation data

Top Answerers

Alex-MyRpg
Greg Rojas
CostasZ
KrisF
nmirhan
Syed Junaid
briggins5
Jason D. Camp
svenderuyter
ahmedilyas
sitemap
Only Title

Answer Questions

  • durnurd Problem Indexing E-mails with WDS 3.0 Beta 2

    I have upgraded WDS to Product Version 6.0.5486.108 {3.0 Beta 2 for Windows XP (KB917013)}. It seems to be indexing my files and running well but none of my e-mails are included. I have Outlook 2003 (11.8010.8036) SP2. As an experiment I have installed Google Desktop Search. It has no problem picking up all the e-mail messages on my HDD in the *.pst files. WDS does not index them at all. Just to give you an idea (of the magnitude of the problem) -- Google Desktop Search identifies more than 100,000 files on my HDD when indexing is complete; WDS only finds ~ 26,000! The difference is the missing e-mails. What is the 'trick' Just to add to my confusion Windows Desktop Search is not listed when I open Settings/Control Panel/Add or Remove P ...Show All

  • dark_sleauth Expanding the RegionCodes table

    Hi I am trying to expand the RegionCodes table to include a tax rate. The problem I have is that even in the underlying DataRow properties of the RegionCodeDataSet.StateCodesRow class my new column is not being retrieved. I have tried looking for a stored procedure that retrieves from the RegionCodes table but there isn't one in the transactionconfig database. Could somebody tell me firstly whether it is possible to expand this table, and providing it is possible how the data is retrieved Regards Paul Tew The dataset exposed for the regioncodes table does not take the extensibility into account. You should write your own code to access the new columns. P ...Show All

  • vsarowatz cms recommendation

    Hello Doeas any one has any recommendation for CMS application to use in cs2007 site (Other than MOSS) Thanks arik Arik, Any well-built ASP.NET-based content management system should work. Cheers, Colin Thanks Colin I've looked at this site , I've just wanted to know if anyone has an expirience with one of the syatems Arik Hi, I'm a beginner in Commerce Server 2007. I have a task of finding out a content management system which we can integrate with Commerce Server 2007. I could find articles related to integrate share point(MOSS) with Commerce Server 2007 for content management. I have experience in creating a content management system in PHP and used that for creating web ...Show All

  • Ayman metwally click on go button doesn't work

    Hi I just upgraded from 2.6.6 to 3.0.1 on windows xp sp2 and when I click on the go button, it doesn’t open the full screen search. I removed it and reverted back to 2.6.6 and now my desk bar doesn’t show up either. So I put the 3.0.1 back again and rebooted. Under desk bar, you can see the search box and go button. Searching on box works fine but clicking on magnifier or clicking on search desktop has no reaction. Any idea how this can be fixed Anyone ...Show All

  • Haldox IE7 Freezes

    Hi, Internet Explorer locks-up for about 20 seconds when opening a new page. This doesn't happen on every page, but most. Any suggestions Thanks! I know this is a bit late, but d id any one find a fix for this. I am experienceing it on a clean install of Vista Business 64bit with all latest updates. Regards, Alex Davison is it faster if you load IE in safe mode ..Program Files\Internet Explorer\iexplore.exe" -extoff then some extension is to blame I have the exact same thing happening. It never happened while I was running IE7 w/ Vista RC2 but immediately started happening when I clean installed the retail version of Vista. ...Show All

  • Eighty Why the ASP.NET Pages are slow ???

    What's the reason of ASP.NET pages being slow, as compared to page when developed in PHP Hi - PHP is not faster then ASP.net. If we have two pages having same stuff. ASP.net will win, if u have created them with best approch. Usually developer miss use the rich functionality provided by ASP.net andrewbadera is quite right ...it depends on ur load of appli how much it takes to run. Gudd info as well by Manan Thakkar.   .NET compiles code, such as C#, into what its creators have termed MSIL, or Microsoft Intermediate Language. This roughly resembles Java's bytecode, the "binary" you have after you compile the source code. PHP, as an interpreted language, doesn't reall ...Show All

  • Mortsdeh browser client that maintains session state (posts, gets, cookies)?

    Hello, I have been researching this on the web for about 2 hours now and I have not come up with anything. I'm hoping that someone can point me in the right direction or provide sample code. I would like to write an application that will automate logins to websites. It will require a post, followed by parsing the values returned (cookie, querystring) followed by a second post based on the values returned.. (I would like to maintain state) ...Show All

  • New-Bee Commerce Server 2007 catalogwebservice and bizTalk 2006

    Hello, I would like to update stock items in Commerce Server 2007 using BizTalk 2006. What I can see so far is that I should be using the Commerce Server Inventory BizTalk Adapter. I am not sure how you would use this Adpater to update the quantity and query the quantity of Products in the Commerce Server catalog Can anyone shed any light on this issue Thanks Dom Hey Dom, The query response for Catalog is just the catalog xsd. For instance, in the out of the box schemas, the query response will have the XSD of DefaultCatalog.xsd. For your particular catalog, you want to get the XSD from ExportCatalog.exe. Let me know if you have additional questions or need more information. Thanks A ...Show All

  • Mike Brown hi I know this might be real simple for all of you but can you help me in creating a batch file to close multiple windows that a

    hi I know this might be real simple for all of you but can you help me in creating a batch file to close multiple windows . i hav a batch file that opens multiple windows :: start iexplore.exe http://www.google.co.in/ start iexplore.exe http://tinyurl.com/ start iexplore.exe http://eventid.net/ and i save it as a batch file from notepad.. help me in creating a batchfile to close the same   No one takes the time to read the "READ FIRST" topics. Its quite annoying since it only takes a few seconds of your time to even realize that you are posting in the incorrect forum. ...people...pff dear there is a way in C# using System.Diagnostics; killprocess is given there m talking abt .net 2.0 ...Show All

  • Bastiaan Molsbeck Copy dynamic pictures to clipboard. Paste into Word

    Hy, i have a problem with copying pictures from a browser application (asp with vc++ COM-Objects) to a word document. The user must login into ASP application. Session is storing the login data. Validated users can create graphics over a dynamic web-page. A PNG graphic is drawn in a c++ COM-object called from a asp-page. The result is put into the response buffer (BinaryWrite..., Mimetype image/png...) Everything works fine online. The Image can be saved (right mouse-click) and has a valid file-format. If you "Copy" the picture from IE 6 into the clipboard and "Paste" it into MS-Word (2003) only an empty frame comes along. Pasting it into Paint works. Copy from mozilla to Word works too. But not from IE to Word ...Show All

  • Komandur.Kannan Physics Calculators *New*

    Hello there, I'd just like people to try my new programme, Physics Calculators. This programme can do any GCSE equation which is needed to be known for the exam. You will not be able to use it in the exam but it'll be able to help you in revision and it tells you the method. There are lots of things which you can do on my programme... Do GCSE physics equations Change your background colour Turn on a speech DLL which will read the text you hover your mouse over *beta* -- only works on some forms Report an Error to me Lots more Hi! Very nice Alex, I especially like the welcome message how the user name was in there! Nice touch. Back from holiday Reneec, Thank-you fo ...Show All

  • daraneko Ranking Categories under the catalog root

    I'm having trouble getting Commerce Server to accept the ranks I assign to Categories that are children of the catalog root, ie the first category level..I have a hashtable that is keyed by Category Name and contains a rank as the value, and I want to update all categories in that hashtable to be the assigned rank. The code works fine for all Categories that are not the root, but the same code is failing if I try to rank the main catalog categories (specifically it's telling me it succeeded and all category ranks reset to 0). Here is a sample of the code I'm using to accomplish the rank updates. StaticCategory parentCategory; CatalogItemsDataSet . CatalogItemsDataTable categoriesTable = null ; parentCategory = ( StaticCate ...Show All

  • Cordell Swannack so the Zune's a flop

    or so says every review I have read. anyone have any sources saying otherwise installation HORROR stories. questionable collection of "features." incompatibility with WMP and pretty much any non-Zune marketplace source for music. handicapped wifi. I was on the verge of pre-ordering a Zune, but Microsoft has jaded me over the years, so I held off. I think I'm pretty happy with that decision. thanks Frank, jnj, good to hear from some owners, and not just review writers in the media. ok I see :-) AFAIK, it is compatible with WMP. It's not currently compatible with Vista but there will be an update if I remember correctly, I could be wrong. I've had a ...Show All

  • DzheiZee Orders System Searching?

    On our commerce site, we're building a grid that displays all past orders a customer has made through the system. Including orders not placed (baskets). I notice the GetPurchaseOrdersForUser and GetBasketsForUser methods will do just what I need, but unlike the Catalog API, I can't page or sort the various fields of the OrderGroupCollection. Do I need to use the OrderManagementContext classes for this and if so, how would I get all orders or baskets for a particular user or can I somehow get the Orders runtime API to give me what I need I didn't see a SqlWhereClause property of the OrderManagementContext search classes. My third and most undesirable option is to go out of band and make my own SPROC against the Transaction database, b ...Show All

  • shanthi Sessions in IE7

    Hi I am pulling my hair out over this problem, and am getting to the stage where I'm gonna scream. All these pages work perfectly on IE6, Firefox, Netscape etc, but I have come across a problem when testing them on IE7. Here's the problem: I have a web based system where a user logs into the site. Upon signing in, a number of PHP $_SESSION variables get populated with data, so that the subsequent pages know that he is allowed to visit them, and who he is. One of these variables is: $_SESSION['username'] At the top of all subsequent pages, the php script reads: < php session_start(); if (!isset($_SESSION['username'])) { header("Location:unauthorised.php"); exit; } > This effectively checks to see if the user is lo ...Show All

555657585960616263646566676869707172

©2008 Software Development Network

powered by phorum