Answer Questions
Jordan111 zune not recognized by PC
My PC will not recognize my zune, any other device i hook up usb i getthe old DOng ding sound and it shows up. When I hook up the zune, I get nothing. This is the second zune and third cable, it will not even charge on my PC and yes i have 2.0 usb. Any help would be great. Thanks Chad K After searching around a bit, I found a small tip from someone who has 'fixed' the problem. It seems that the Zune also needs the occasionally 'power off'/'power on'. If for some reason your Zune doesn't start charging when connected to a PC and your PC doesn't recognize the device, hold down the back and up buttons on your Zune until the screen goes black. You should see your Zune reset. If yo ...Show All
Scott Bellware WDS 3.0 w/ Outlook 2007 won't return results
Hi, I have been fighting WDS 3.0/Outlook 2007 for a good while now. I started with Outlook and BCM loaded, but have uninstalled BCM and re-installed Outlook alone with WDS 3.0. Everything seems fine, but my searches return no results. On a whim, the other day, I turned off "use Exchange in cached mode" and voila, WDS started returning results! This is repeatable. I turn on caching, WDS does not return results. I turn off caching, it does. I do not use a .pst file, but rather keep all my information on the Exchange Server. I wonder if it has something to do with either an Exchange Server setting, or something to do with my .ost (offline folder) file. Anyway, I wonder if others that are having trouble getting WDS to ret ...Show All
phil_m Problems With Backorderable Products
I have entered values into the inventory catalog that I believe mean the product should be on backorder. I have played around with these figures but the Product.IventoryConditon property just returns in stock / out of stock, never backorder (or pre-order for that matter). When I look at the inventory condition logic here http://msdn2.microsoft.com/en-us/library/aa545595.aspx (the section that starts with Else If Stock Handling = 1) I can’t see how the logic could work. If the on hand quantity is greater than the threshold it will always be in stock. If the on hand quantity is less than the threshold then how can it ever meet the following "else if" conditions The only way I can see it could work is if the values other th ...Show All
KannanPV New revolution - Classic ASP/VB6 moving onto ASPX and VB.net, what u think ???????
Supp Coder , Just wanna know, now that there are new frameworks and managed codes in .NET while we most are used to coding da classic stuff -------------------------------------------------- Who is going to procede wit da new code style -------------------------------------------------- and who feels like sticking to there old coding style -------------------------------------------------- for example who wants to stick to C+ or who to move on to C# --------------------------------------------------- and what could be da conciquences of sticking to unmanaged coding or is it just a microsoft monopoly act (im a microsoft oriented coders, just so u know) ---------------------------------------------- ...Show All
Lostlogic Deskbar not appearing in Taskbar
Hello. I installed WDS 2 days ago, and it will not show the Deskbar on the Taskbar. I tried the steps mentioned in previous posts, but they don't work. Resetting the defaults doesn't help, and here is the error message I get when I try to show or hide the Deskbar: "Desktop failed to show- please click the help button in options for information on manually showing the Deskbar." Anybody have any ideas, as I can't find the options its referring to. Thanks for any help, facemate Please provide the OS platform version and WDS version you are using. ...Show All
creaturita CSharp BHO having probs adding items to the context menu
Working on a BHO, and wish to add a context menu item that should appear when a user right-clicks in the browser window. I'm using someone else's code to re-create the IDocHostUIHandler interface: [ ComVisible ( true ), ComImport (), Guid ( "BD3F23C0-D43E-11CF-893B-00AA00BDCE1A" ), InterfaceTypeAttribute ( ComInterfaceType .InterfaceIsIUnknown)] public interface IDocHostUIHandler { [ PreserveSig ] int ShowContextMenu( [ In , MarshalAs ( UnmanagedType .U4)] int dwID, [ In ] Interop . POINT pt, [ In , MarshalAs ( UnmanagedType .Interface)] object pcmdtReserved, [ In , MarshalAs ( UnmanagedType .Interface)] object pdispReserved); // the rest of the interface is omitted My BHO implements this inte ...Show All
JasonRL using a scanner with Ie.
I have a rather complex little problem facing me. The company I work for implements a CRM application that is purely a web application. We have clients that use a Card Scanning Solutions license scanner to gather information about the customer. I need to make the following happen. User logs into an ASP or ASP.NET 2.0 site.(we have two versions of our application) User clicks a button on an IE toolbar and a dialog is displayed that prompts them to insert the license into a scanner. Clicking through this dialog makes a call to the Card Scanning Solutions license scanning SDK which is registered as a COM object on the user's system. The scanner returns information read from the license to IE and IE closes t ...Show All
Alex118 RecordCount in WDS 3.0
I am running a search on WDS3.0 that gives hits, but I can't count them. Here's the code, with LIZARD as an example search text: Set oConn = CreateObject( "ADODB.Connection" ) Set oRS = CreateObject( "ADODB.Recordset" ) oConn.Open "Provider=Search.CollatorDSO;Extended Properties='Application=Windows';" oRS.Open "SELECT System.ItemNameDisplay, System.itemurl from SYSTEMINDEX WHERE FREETEXT (*, ' LIZARD ')", oConn msgbox oRS.recordcount The msgbox always displays -1, whether the search has hits or not. The recordcount property worked fine on 2.5 and 2.6, so what am I doing wrong Or if I set oRS.CursorLocation = adUseClient it also ...Show All
Prasad Selladurai Yahoo Messenger for VISTA.............
In preparation of Windows Vista, Yahoo has decided to rebuild its popular instant messaging software from scratch. The new Yahoo Messenger for Windows Vista will take advantage of Vista’s new graphical subsystem called Windows Presentation Foundation (It was code-named Avalon before). Windows Presentation Foundation will bring some significant improvement to the look and feel of the software. Some noticeable change would be: smoother animation, better looking animations, improved scaling and transparency ...Show All
ddstevens asp.net 2.0 application with Master Page does not display properly under ie7
I have an asp.net 2.0 application which when viewed on internet explorer 7 does not display properly. There is a footer that tends to appear in the middle of the screen, which was previously at the bottom, and also when grids appear and have enough data to scroll down the screen, the footer and the outline of the content page do not move down to accomodate this. I tried some recomendations from the ie7 site, but couldn't get it to work. Also this is specific to one website, others using a similiar setup work fine Any thoughts on where I should look next regarding this did you ever find what the problem is i am having a similar issue with a big application I am developing, uers started reporting doesn't l ...Show All
GraemeP Internet Explorer 7
my computer recently upgraded to internet explorer 7 but i liked the old version better is there any way that i can get the old version back ...Show All
vitich Access is denied when accessing the document property of the frame object
It works fine on IE6, but throws the exception "Access is denied" on IE7: document.frames["someFrame"].document... Somebody knows why I have XP SP2 and all updates till today. The link you sent is about IE6, not 7. Anyway thank You must have XP SP2 installed. Check this site http://support.microsoft.com/kb/889407 could you tell me whats solution are you founded, please I have the very same problem: document.frames(trFrame.id).document.body; Access is denied. Hi, No, I did not find any solution. Actually I did not spent much time on this problem. But I am still interesting in it ...Show All
SekharPC Where can i find column list file for WDS 3.0?
Hi All, In WDS 2.6.5 there is a file named "mscolumn.txt" in WDS folder. This file lists all of column definitions supported by WDS 2.6.5. When i updated WDS to 3.0, I failed to find that file again. Who could tell me where can I get that kind of column list for WDS 3.0 Thanks Finally "mscolumn.txt" was found at C:\Documents and Settings\All Users\Application Data\Microsoft\Search\Config. But this version property list has been changed greatly. ...Show All
Rhubarb Zune and the iPod
I've been following the Zune announcements fairly closely here at work. If you follow my blog, you'll see that I'm pretty passionate about media technologies, and recently went through the pain of migrating away from iPod/iTunes and onto Yahoo Music/Gigabeat S (Portable Media Center). Here the blog category where I talk about it: http://blogs.msdn.com/joemorel/archive/category/13772.aspx Now Zune is in the mix. It looks pretty neat, but I'm not sure if people are really going to go for the whole WiFi thing. I'm just not sure that I want to listen to the same music as the person sitting next to me on the bus. What do you think Yeh i was just wondering because, IGN said Eb Games AND gamestop, gamestop is for US, and eb games ...Show All
Mystagogue 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
