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

Software Development Network >> IE Development

IE Development

New Question

Can I set snooze from the commandline
Headers not always printing Outlook 2003 after update to IE7
Accessing files on local drive from localhost
WDS 3.0 Beta 2 desktop search leaving shadow
OLECMDEXECOPT_DONTPROMPTUSER no longer working with IE7 final?!?
Firefox 2
Desktop Search shortcut
WDS 3.0 w/ Outlook 2007 Beta - won't return results in cached mode, does when online.
Using Database and Template for Ifilters
Zune and the iPod

Top Answerers

mbaclawski
David Brenchley
Ather.
Peter Peter
Narayan19
Kalos
davefriend
Tdar
dhanezep
MuscleHead
sitemap
Only Title

Answer Questions

  • readme55555 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 How do you reference the context value in the pipeline component The quick and dirty way in my mind is to pump it into the order form and pull the value out in the pipeline. You can either do it before RunPipeline or if you use an extended Basket object you can override the RunPipline method: public override PipelineExecutionResult RunPipeline( ...Show All

  • dlackey Reviving: Desktop search does not think Outlook is installed

    I am trying to revive a previous thread " Desktop search does not think Outlook is installed " ( http://forums.microsoft.com/MSDN/ShowPost.aspx PostID=892743&SiteID=1 ). Thanks for the suggestion, but re-installing office in the hope that it might fix the problem is not an option. I have the feeling that I'm just going to spend a lot of time and lose personal settings etc. just to still have a problem (if not a new one). I don't think I'm alone in feeling that a desk top search (especially when the PC is for business) has become a "mission critical" tool. I simply can't not have one. I have returned to the Google search tool and will stay with it unless I have problems with it or I can be assured that ...Show All

  • Luis Bonilla 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

  • Janet666 Measuring page load time and amount of data.

    Hi, Can anyone give any ideas on how to measure the time it takes to load a page and the amount of data transferred Any kind of ideas are welcome. What I want to do is: 1. Clear IE cache (i already know how to do this.) 2. Request IE to open a page 3. Get indication when the operation is complete (all available files downloaded). 4. Get to know the amount of data transferred ( and maybe number of files, etc..) I am planning to develop in C++. Can i somehow use WinInet to do this I also should be able to view the page in IE. Thanks, - Janne_K Thanks, I can't use Fiddler tool because it acts as a proxy :-( I Think there is some other way to do this but i have not been able to ...Show All

  • shift244 ASP sessions terminate prematurely in IE7

    Hello all, For some reason, if I log in in my (classic) ASP application since having installed IE7, I am wiped out after about 4 minutes or so, meaning that some session variables must have been blanked. Apparently the ASP session cookies cease to exist, which makes me unhappy, knowing that my visitors are steadily upgrading to IE7. Another cookie-oriented problem is that for one reason or the other, all cookies are wiped out on a more or less regular basis, even if they are told to stay alive for at least 24 hours. This happens almost randomly / erraticly. When I was still using IE6, I had none of these problems. Very sure about that. I am currently on XP-home and using IE7.0.5730.11. The phenomenon occurs on both the 2 pc's to which ...Show All

  • MFZ WDS 3.0 Beta 2:Scanning network drives

    Hi, In WDS 2.6.5 it was possible to scan network drives. In WDS 3.0 Beta 2 this is not possible. When will this feature be returning. As it stands, due to My Documents being redirected and other files being stored on network locations WDS 3.0 isn't much use in a corporate environment. Cheers Janson I thought I would be able to try out Office 2007 again with WDS 3.0 Beta 2 out, but it looks like it won't work for me. How can you think it is reasonable to remove features and release a Beta At this rate I won't be able to use Office 2007 after it is released! This is great! I've reinstalled Office 2007 B2TR and WDS 3.0 Beta 2 and the update and waiting on indexing. Of course, I al ...Show All

  • flash.tato Recursive replace all occurrences of one string with one occurence

    Hi there I wonder if there is a fast way to do something like that; if not, I thnk I'll write a recursive replace function; not my favorite, but probably will do the job just as well. Have this <TEXTAREA> and users will enter whatever. On the end report, I would like to collapses all the extra carriage returns and replace them only with one. For example, if the user texts is "a" & vbCrLf & vbCrLf & vbCrLf & vbCrLf & vbCrLf & "b" then I want it to be printed "a" & vbCrLf & "b" I can't use vbscript replace(string, vbCrLf & vbCrLf, vbCrLf) because it'll still give me "a" & vbCrLf & vbCrLf & vbCrLf & "b" ...Show All

  • mahima Discount problem

    hi, I am using the commerce server 2007. When I run the pipeline, CSF loads all the discounts irrespective of Customer and Campaign of the marketing system. I want to load only the discounts which has only specific customer and campaign. Is it possible in commerce server Firstly, the discounts are not reloaded when you run the pipeline. they are loaded once and cached (for the duration specified in your web.config). That said, if you just want to load a particular customer/campaign's discounts into the cache, you can do this using a custom discount load procedure. The stored procedure mktg_spRuntimeLoadDiscounts is used by default to load the discounts cache (look up this procedure in the marketing database to see ho ...Show All

  • gooon Correct Answer to a HTTP-Post Request

    Hi, my problem is the response to a HTTP-Post request from IE. I wrote a webserver that opens a new socket connection on each request it handles. To be exact I am listening on port 80 and when a connection comes in, open a new socket, handle the request and then close the connection again. This works great using HTTP-Get. But -Post requests do have a problem. I handle the request, then send some data back an close the connection again. On closing IE doesn't show my page, but instead shows an error page "Page cannot be displayed". I even still see the Get request coming in from the document I send back but the site never shows. The browsers request looks like this: [code] POST /path HTTP/1.1 Accept: all types he accepts inc ...Show All

  • .net sukbir How to inject STYLE into a page

    Is it a supported scenario to inject a style tag into the body like this <div id="injectionDiv">&nbsp;</div> <script type="text/javascript"> document.getElementById("injectionDiv").innerHTML='<style type="text/css">.myClass{background-color:green;}</style><div class="myClass">&nbsp;</div>'; </script> If so, then why isn't the style applied I have learned some things since my "final word" post that I simply must share. I feel a little stupid for not figuring this stuff out sooner, but no better time than the present! (I thank Justin Rogers for setting me straight.) I made several claims in my last install ...Show All

  • Pinguino Girl IE7 script

    Hi all! I have the following script which runs fine on IE6; for IE7 does not: function pause(numberMillis) { var dialogScript = 'window.setTimeout(' + ' function () { window.close(); }, ' + numberMillis + ');'; if(navigator.userAgent.indexOf("MSIE")!=-1) { // For IE5. var result = window.showModalDialog( 'javascript:document.writeln(' + '"<script>' + dialogScript + '<' + '/script>")'); } else { // For NN6, but it requires a trusted script. var result = openDialog( 'javascript:document.writeln(' + '"<script>' + dialogScript + '<' + '/script>"', 'pauseDialog', 'modal=1,width=10,height=10'); }//if-else }//pause The problem occurs from ...Show All

  • Mark Benningfield KnowledgeNavigator

      KnowledgeNavigator is a Dot Net based knowledge abstraction tool using an Acess database. It is a set of organized categories and documents that you, the user define. The categories and documents created by you and are displayed as if they are in your computer file system except they are not. These documents and categories are contained in one central and transportable database, a database that you can send to friends and share with them or a database that contains all the documentation for a project, or better a set of in-depth topic on wine or even recipes. You can create Categories and subcategories of your own chosing and ogranization. New databases can be created and selected. KnowledgeNavigator will ...Show All

  • helsingfors 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. I need the user's email address. user_id gives me the GUID for the Soldto. How do I get back to that ...Show All

  • jcninwisc limit on number of files indexed?

    What is the limit on the # of files indexed My count for # of items indexed (in wds v2.6.5) never exceeds about 11% of my actual file count. (164,832 indexed of 1,500,000 actual files) Yes, I'm selecting all file/drives to index against. Yes, I've rebuilt the index more than once. I'm guessing that for folks here thinking of indexing their entire business' file sets, be they on servers or local, the index has to scale well beyond anything I've seen so far, and yet... Thanks Paul Nystrom - MSFT wrote: Jeff, Thanks for the email providing further information. At this point, I'll let you know that we have filed a bug and handed the issue over to the development team. I'll let you know ...Show All

  • SanthaMind ActiveX Modal Dialogs do 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

717273747576777879808182838485868788

©2008 Software Development Network

powered by phorum