Answer Questions
kamil nowicki Any language supports Counter?
On a lot of occations, I want to use a counter like Counter(3). It ranges from 0 to 2. I can add any number to it. If I have 4 when it is 0, I get 1. It will be cooler if I can subtract 4 when it is 1, and I get 0. And, of course, I can define the Counter count at inistailzation stage. Is there any language supports this data type by nature I don't want to define the data type myself. Thanks. ahhh I'm not aware of anything offhand -- doesn't mean it doesn't exist -- but that sounds like an object that would be pretty simple to implement ... a min int value, a max int value, a current int value, an add function overloading the + operator, a subtract function overloading the - operator, a constructor pa ...Show All
Brandon Zundel Latest Lookout will not load
When Outlook loads i get a message that says that the latest LookOut cannot load because another Outlook plugin has loaded an unofficial version of Outlook libraries which breaks Lookout. I cannot find where to remove this version. I have the same message when I start Outlook. What should I "Add or Remove" to resolve this problem How do I find my choices Since you already have Windows (Desktop) Search installed, there is little points to have Lookout residing on your machine and have your e-mails indexed by both of them. I recommend uninstalling the Lookout from "Start" -> "Control Panel" -> "Add/Remove Programs". Thanks. Just use the & ...Show All
thomaskremmel Safe to inert HTML into page with IFrames after refresh
I know similar questions have been asked in the past, but none of the responses really answered my question: On a page with IFrames, after the user refreshes, is there a way to tell when the main page has loaded enough that I can insert HTML If I insert early, I get an "operation aborted" pop-up from IE and then the page does not load. Thanks, Alex I am using the BHO to insert the code into some given webpage. Nothing is known about the page beforehand. Two techniques that I have tries include: myDiv= doc.createElement("div"); ((IHTMLElement2)doc.body).insertAdjacentElement("beforeEnd", myDiv); doc.body.insertAdjacentHTML("beforeEnd", InsertVariables(someHTML)); ...Show All
nobs411 Internet explorer 7 MUI pack
Hello, I have Xp pro with multi-language user interface for the dutch language(and other languages). What means that xp is basically english but everything else is in dutch (menu, help etc...) Now my problem started with IE7 install I wanted to install the dutch IE7 version but I got the error message that the language of the operating system is not supported by this download (IE7-windowsXp-x86-nld.exe) So I installed the english version that did work BUT now all my IE7 menu etc.. is in english now Is or will there be a MUI pack for IE7 that will change my menu' back to dutch If there will be a MUI pack when is the release date If allready available please send me the correct link. Help would be appreciated. ...Show All
Manoj G WDS 3.0 Beta 2 desktop search leaving shadow
I have had a couple of occasions where I use the Search Desktop box on my (top of screen) taskbar to search for an item. When I click More... for Communication (I am using Outlook 2007 B2TR) I see the pop-up search window blink a few times covering the full search window. When I click X to close it, the shadow stays on the screen and I must logout to remove it. NOTE: I can get the pop-up window to blink twice before closing every time just by clicking in the Search Desktop box then clicking on the X, however this does not cause the shadow to stay behind. While it has happened more than once (and I rarely use the Desktop search, normally I use the Outlook one), I can not reproduce it consistently. I am running a lo ...Show All
Arunkjose Problem crawling with a hierarchical custom protocol handler
I have developed a hierarchical custom protocol handler that I'm integrating with Windows Search on Vista. The handler has a IUrlAccessor and IFilter implementation that enumerates the contents of a directory by returning the search URL of each "file" in the directory as a text chunk with the STAT_CHUNK structure specifying the GathererPropset and PID_GTHR_DIRLINK propid. My understanding is that the indexer should take these URLs and queue them for indexing, in which case I should see subsequent calls to CreateAccessor with those URLs. However, instead I'm seeing the indexer call CreateAccessor once to get the directory accessor, then it reads the dirlink text chunks, but it never make the expected additional calls to Create ...Show All
David Fletcher Creating A new OS
Hello, I just wanted to make a question What knowledge would it take to make A operating system if you could tell me Cause I am starting to get into building program it may take A long time but dont worry one day your data will be safer then ever I am hoping to do a couple of things in here against bug/virus Encryption and hard ways to get past stuff... If someone would be willing to help me out... Danka sir! Thank you Duckeh! Now I have a better understanding. But I have another problem. you can find anything you want about Linux At www.Linuxiso.com I don't think I'm oversimplifying the problem any when I say that you'll need to know just about everything. I'd suggest you start by reading as much as yo ...Show All
NeederOfVBHelp COMPLETE removal of IE?
Any way to COMPLETELY remove any and all versions of IE from XP Pro The damn thing is driving me up the wall and either I remove it completely or I will go back to Linux... ...Show All
Pete A WDS 3.0 RTW gives error trying to index Outlook Express message store
When WDS 3.0 RTW tries to index the Outlook Express message store, I am getting the pop-up error: "Outlook Express could not be started. The application was unable to open the Outlook Express message store. Your computer may be out of memory or your disk is full. Contact Microsoft support for further assistance. (0x80004005, 183)" I have plenty of memory and the disk is not full. Does this version index OE Any idea how to resolve this I am having the same problem - a symptom I am having which is not posted here is that you cant actually search the indexed content when this error occurs, which makes desktop search pretty much useless. Is there a resolution posted anywhere I am getting ...Show All
bryanedds Shrink-to-fit is a problem default!
Is there a registry change that can be made to change the default from Shrink-to-fit to 100% so I won't have to go into Print Preview almost every time I print from I.E.7 I would like to use the "Print the selected heading and all subtopics" feature in the "HTML Help" program. But IE7's "shrink to fit" default setting is causing all the pages to shrink to an unreadable size. ("HTML Help" uses the printing settings specified in IE.) Since IE saves the margins, headers, and footers from one session to the next, I can effect these settings in IE for printing CHM files in "HTML Help". However, the "Change Print Size" value is not saved; therefore it ...Show All
IIM What's the Difference between WDS 2.6.6 and WDS 3.0.0 versions??
Hi, I saw WDS 2.6.6 released after WDS 3.0.0 version, so basically the 2.6.6 is newer. Also wds 3 in the earlier stages was without gui, but now both ver 2 n 3 looks identical, except for the fact the the option to use search companion is absent in the preferences in ver 3.0.0. I'm curious to know whats the difference and which one should I use WDS 3.0.0 or WDS 2.6.6 in my win xp desktop pc Anyway, atleast to know what differentiates them and what is the future of ver 2 will be really appreciated thanks.. Your requests are not falling on deaf ears. We are working on putting together a document that explains all this. We should be done within a few weeks. cheers, Ed ...Show All
Rahul Singla HDD serial number
Hi all, I have few days in this forum and I think is great. So many people helping each other. I have used some of the code posted here so I decided to post some that would help too. I did not do it myself but I translated from C# code that foun in the WWW to Visual Basic 2005 Express. This code gives you the serial number of all your HDD installed. form code starts Hi! Sorry for my stupid question, but is that C++ (i’m newbie ) / Jonas How do you mean Is that good or bad Hi all, I've tried to use your code to retrieve the serial of my HD but the Win32_PhysicalMedia doesn't return any value. All the property contain "nothing" value. The following is the code that I run: ...Show All
Wouter Veugelen Problem after extend the Payment Class
Hi, I needed a new Paymentmethod. For Banktransfer I extend the Payment Class with three properties. AccountNumber BankName BankCode Then I Modifed the Class to Storage Mapping, modifed the Class to Pipeline Mapping, modifed the web.config and created a table for the new PaymentMethod. In case I test the new class in the WebSite, the Basket Pipeline and the Total Pipeline works. No Problem But If I use the Checkout Pipeline I get the error message that the sum of all Payments is not equal to the OrderForm's total. In adittion I can't open the Basket in the Customer and Orders Manager. If I click on the Basket Searchresults for more details I get the following error message: "Object reference not set to an in ...Show All
Noraa Drawde windowssearch.exe unhandled win32 exception on startup
Whenever I start my computer or click the magnifying glass on the windows desktop search taskbar application, I get a dialog notifying me there was an "unhandled win32 exception" in windowssearch.exe. I have MS Office 2007 installed and WDS 3.00.5824.280. I have VS2005 installed, so it allows me the option of debugging. The error is: Unhandled exception at 0x0100f490 in WindowsSearch.exe: 0xC0000005: Access violation reading location 0x00000000. The callstack from the error is: > WindowsSearch.exe!0100f490() [Frames below may be incorrect and/or missing, no symbols loaded for WindowsSearch.exe] ntdll.dll!7c91056d() ntdll.dll!7c91056d() WdsMktTools.dll!017688a4() WdsMktTools.dll!01782144() kernel32.dll! ...Show All
Code Chief outlook files moved and now now being indexed
Hi, I have my outlook files in a diff location, i moved them to "my documents". And they aren't being indexed. How can i fix this Thanks, Ariel Hello Ariel, Could you let me know which version of Desktop Search you are using That will help me ensure that I give you the right answer. Thanks, Paul Nystrom - MSFT Hi, I did a re-install to solve the isue. I do have another question though. Can i preview pdf files without having to go through the active x permission every time Also, do you knwo how DS compares to X1 for resource usage Thanks, Ariel Ariel, Unfortunately, I don't have the necessary information on X-1 to provide any sort of resource comparison. As for the active X permissions, you s ...Show All
