Answer Questions
rbennet8 IE7 Breaks VBScript
Hello, This used to work fine (in ie6) to get a reference to an IE window and pull a value off of the document: Dim objIE Set objIE = shell.Windows.Item If (Not objIE Is Nothing) Then 'Set session variable and submit the form. session = objIE.document.forms("DWISDBFORM").elements("SESSIONID").value End If 'Object Cleanup Set objIE = Nothing Once installing IE7, it no longer works (objIE is nothing). I figured it probably had something to do with the tabs, but no documentation was to be found. I tried changing the "Set objIE = ..." line to the following: Set objIE = objShellWindows.item(shell.windows.count - 1) This works on some machines, but not others. Can anyone help me out here I ...Show All
Roman Kiss how to install commerce server 2007 development environment for 25 developer machine and one 2003 server
Hi we are developing a E-Commerce Site using Visual Stuido 2005 and Commerce Server 2007. Our Problem was; First we installed the VS2005 and CS2007 in the Windows 2003 server machine and we done some of the POC's and R&D's in the machine , But we need to comeout to the developemnet environment with 25 peoples. So i want to know how to install the commerce server 2007 in all our developer machine. That means i need install the CS 2007 and business management tools in all the 25 machine's or only the business mangement tools or how to configure the MSCS_Admin data base for al those developersand what is the procedure to come out of it.. Please any one help to work in this issue.. its very urgent.. I want to know how to develope a comple ...Show All
Ljhopkins SHIFT+R improves image quality CTRL+F5........
Hi All of a sudden on almost every web page i get poor distortioned images which when my cursor goes above the image i get the message : "SHIFT+R improves image quality CTRL+F5 reloads the whole page" I obviously dont want do that everytime a am on the web...Why has it started doing that all of a sudden and how to avoid this problem so my the images display properly I am using IE6. Any advice is appreciated... Thanks in advance... Laila I'm with vodafone and hate this problem. Installing google web accelerator did not fix it. Try going to <start> <control panel><java>[update]tab "update" this will install version 1.5.0 and will solve this problem. ...Show All
Michael Herman - Parallelspace Clear IE History From C#
How can I do this I've tried a bunch of foreach statements, even tried some Win32 stuff, and I havent been able to do it... you sure you haven't perhaps entered a url to navigate to on the form_load or perhaps by default in the webbrowser control when loading the application I have 0 set as my setting and yet it still keeps history. Also, I haven't tried the codeproject thing, and good thing I didn't beceause it doesn't even do what I need it to do... Yes, and that doesn't work. The only file it recognizes is desktop.ini. I've also tried to delete the entire folder. That didn't work either. I also tried deleting the path "Today" and "History", as well as all files in the folder method, that didn't w ...Show All
Deerhake44 Why would anyone want to install WDS 3 instead of 2.6.x?
Is it just me or does WDS 3 just seem broken I am trying to understand why I should install WDS 3 when it seems that many features I use each day have been removed. Examples include requiring an add-in to search UNCs, no Group Policy support, no PDF iFilter. Another problem is many of the iFilters I currently use don't work with WDS 3 like the old PDF iFilter. Does this mean that Search in Vista is just as broken Someone indicated that there was a whitepaper or document explaining how to chose the version to install. Does this document really exist --Greg David, Will we be able to exclude folders again THIS IS COMPULSORY! When you have 8 years of email and are registered to 30+ l ...Show All
IMBack Making .Net application for Touch Screen
Hi all, I've to make such application (in .net) which is to be use on LCD touch screen. Actually I am on the Project of Hospital Management System. So, for that we ve to install such machine which'll provide information to Patients, Doctors, as well as Visitors. So my question is that "Is it possible to built such application (In ASP.Net), which can be easily used on LCD touch Screen If yes then how Thanks in advance to all Regards There's no difference from an actual application from a touch screen application. The application usually "don't know" that a touch screen is used for input, it's just like using a mouse! Just keep in mind that user will touch the screen with the ...Show All
Ed77 IE7 and desktop icons
I just installed Internet Explorer 7 today, which I guess is a.k.a. Windows Live . All of my fancy customized shortcuts on the desktop disappeared and each got replaced by the same generic windows icon. Right-clicking & changing the icons in properties no longer works. Also, when I create an internet shortcut while browsing, that creates a shortcut with that same generic icon (not even an explorer logo). Now my desktop is just one forest of identical icons. Anyone know how I can fix this I've wasted all day without success. CPIAD That is exactly the problem and question I am also experiencing...I finally uninstalled both IE7 and Netscape 8.1 (which is also behaving unsatisfactori ...Show All
Naveeeen IE7 Script Error
Hi, This problem has always been bugging me. When I sign into my user account and open up User Accounts in control panel I don't have any problems but when I go to any other user account and do this, no matter if they are computer admins or not, they encounter an IE script error with no description and this popup does not go away whether you click yes or no. It's not just the User Accounts menu in the control panel, it's other applications too. Is there a fix for this problem or any ideas I have already disabled script debugging in IE. I also disable the alerts for script errors in IE too. I have the same problem. Eagerly awaiting a solution. also having the same problem! have had this happen to me ...Show All
rc_onecall Problems getting onto IE7...
ok, I installed IE 7 last night and whenever i click on it, IE7 crashes right when i get onto the internet...Although, If i "open it without add-ons" it works and i could browse the internet fine without it crashing...But i dont want to open IE7 without addons all the time...Does anyone know how i could fix this To get onto IE7 i have to right click the shortcut and press "start without addons" instead of just double clicking the icon. Again if someone could tell me how i can either fix the crashing problem or to have IE7 automatically start without add ons, i greatly appreciate it. * i do have XP service pack 2 thanks, but its still happening..the only add ons i have enabled ar ...Show All
Evan Mulawski Security issue on using XMLHTTPRequest
Hi, I am facing security issue in using XMLHTTPRequest in the Javascript of the .NET web page. Some of the browser having the security issue executing this, the error message is "Permission denied". i have created an xmlHTTP object and using as mentioned below xmlHttp.open("GET", "http://Server1/WebApp/Matter_Types.aspx",true) xmlHttp.send(null); I am getting error on executing the send method. Is there anything need to be set on the browser security settings. Thanks, I am gettng the same kind of problem..did you get the resolution...it will work fine if tweak the lan secutiry setting in your browser options. I know why it's happening but can't find real resolution to this problem with ...Show All
Nuno_Salvado How to change the printer settings in IE 7 using Java script or CSS
I know there are tons of external Active X controls doing that, but according to Microsoft, they did lots of improvements in IE7’s printing. I want to change the page settings to landscape or portrait before printing it, from the html page itself, in IE7 if possible. How to do that :-) Hello .... This one is a very nice trick; it does not solve everything but a very nice one. I am still waiting for the IE7 Hi, You may reference to this site for a workaround. http://web.tampabay.rr.com/bmerkey/examples/landscape-test.html How can I change that thing I tried the CSS to set ...Show All
Alan M. Are Expessions based on T-SQL-syntacx
Are Products and Categories Clause (Expressions filters) based on T-SQL syntax I hope they are because I need to use a string match on a custom Catalog property called Trigger3rdPary : is this valid syntax Trigger3rdParty LIKE (‘%Froogle%’) That should work. The search clauses are based off of the SQL WHERE syntax . Cheers, Colin ...Show All
Mateusz Rajca Windows Desktop (Searching...) - but no results?
Hi, I posted a thread re: issues I've been experiencing with 2.6.5 of WDS in the help forum but just upgraded to 3.0 beta 2 and am experiencing similar issues. I try to input searches in the search box but get a blank pop up stating simply "Windows Desktop (Searching...)" - and no results displayed. The WDS Search options box displays indexing as complete. Am using Windows XP with the latest service packs. Let me know if I need to provide more information. Thanks, Jack Hello Jack, I've seen this problem several times when people have mis-matches in their Microsoft Data Access Components (MDAC). When these stacks contain mis-matches WDS is unable to query the index ...Show All
Koen M GetProfileByKey error
Hi I used PUP yesterday to import an existing site under another name and in another location. At the moment I am having to go onto the website an fix the errors as they arrive, however I can't find any explanation of the following online: Exception from HRESULT: 0x80040E14 Microsoft.CommerceServer.Interop.Profiles.IProfileObject GetProfileByKey(System.String, System.Object, System.String, Boolean) As a side note whenever I start Catalog and Schema Manager I get a completely blank screen, and Catalog Manager won't let me import any catalogs. I know I haven't done something major during import but I can't figure out what (I stuck to the installation procedure whilst using PUP). If I had any hair I'd be tearing it out by now! ...Show All
InquiringMinds IHTMLDocument2 get_url behaves differently in IE7?
After intercepting the document complete event using DWebBrowserEvents2, I locate the URL of the page browsed to using: CComBSTR docUrl; if (FAILED(m_htmlDocument->get_URL(&docUrl))) where m_htmlDocument is a CComPtr<IHTMLDocument2> Under IE6 this would give me the correct URL. Under IE7 it is often the URL of the previous page loaded into this tab. i.e. I load url A into a new tab and get_URL returns A. If I then browse to url B, get_URL often returns A and not B. This particularly happens when B is non-HTML, e.g. an XML web feed. Any ideas Thanks. Graeme I have tried reproducing your problem without success. Do you have a link to the specific feed that is causing this behavior If I under ...Show All
