Answer Questions
JawKnee Who knows the .xts and .xss suffixes ?
Who knows the .xts and .xss suffixes How to use them Thanks in advance. Thanks Closer. When I tested a simple disc , it was throw "Reference to nonexistent style ID 'DefaultButton' " , but the codes are the same as the sample your mentioned. Do you know what the error is [FYI] You can download sample with .xts and .xss suffixes on http://blogs.msdn.com/ptorr/archive/2006/09/20/763839.aspx page. The MS Validator doesn't handle includes well. So, if you know that your style id is in fact declared in your .xss file - go ahead and ignore that error. Hey Microsoft - how about a fix on that one ETA ...Show All
bennett1016 Issue with build of MFT samples
1>------ Build started: Project: MF_BasicPlayback, Configuration: Debug Win32 ------ 1>Compiling... 1>Player.cpp 1>C:\Program Files\Microsoft Visual Studio 8\VC\PlatformSDK\include\rpcndr.h(33) : fatal error C1189: #error : incorrect <rpcndr.h> version. Use the header that matches with the MIDL compiler. 1>winmain.cpp 1>C:\Program Files\Microsoft Visual Studio 8\VC\PlatformSDK\include\rpcndr.h(33) : fatal error C1189: #error : incorrect <rpcndr.h> version. Use the header that matches with the MIDL compiler. 1>Generating Code... 1>Compiling... 1>Utils.cpp 1>Generating Code... 1>Build log was saved at " file://c:\MFSDK\Samples\BasicPlayback\Debug\BuildLog.htm " 1>MF_BasicPlayback - 2 ...Show All
JeroGrav WME9-SCRIPTING
If someone has an answer I'd really like to know 'Am Windows Media Encoder for Streaming and how do I write script for all the sources so they change with the source instead of having to write one each the source changes.....help because I can't always sit there a write script thanks in advance Try posting your question here: http://www.microsoft.com/windows/windowsmedia/community/newsgroups/WindowsMedia/default.mspx dg=microsoft.public.windowsmedia.encoder&lang=en&cr=US ...Show All
Gunston File operations
What's the best way to check if a file exists in a gadget subfolder And what's the best way to get a list of all files within a subfolder Andy damn you MSDN! System.Gadget.itemFromPath isn't listed in the sidebar reference. If it was, I'd have spent the last 2 hours doing something better with my time! Please update MSDN as soon as you can so developers aren't scratching their heads for ages. Andy Andy E wrote: damn you MSDN! System.Gadget.itemFromPath isn't listed in the sidebar reference. Don't you mean System.Shell.itemFromPath, which is here D'oh! No wonder i couldn't find it :) maybe I owe Microsoft an apology ;) Andy ...Show All
limssd Blu-ray
Does it bring bad luck to ask this on this forum :) Anyone knows of documentation or sites about BD-J mode, HDMV is a bit limited. I just can say "The League of Extraordinary Gentlemen" runs very good on the ps3 but the integrated interactive BD-J game during the movie is a little bit lame because much better features are possible with BD-J Best source is the BD spec. There's a whole book just on the basics of BD-J. I haven't found any internet sites yet, but I think that's mainly because Sony hasn't even gotten a good hold on BD-J yet. Their own software, Blu-print, is only partially BD-J compliant as of right now. Panason ...Show All
Shahzad Yousuf query for the controller APIs..
Are different controllers supported by simulator Aim to check different controllers on the simulator. Actually, I tried on the simulator, using controller APIs. It is showing that 3 controllers are attached to the simulator (remote controller, keyboard and mouse). I wrote a script in which I created two events and initialised them using initControllerKeyEvent Api. First Event was initialised with parameter ' id ' having value of keyboard id and the key value was ' 0x30 ' for VK_1' key code, and the second Event was initialised with parameter ' id ' having value of mouse id and the key value was ' 0x01 ' for VK_MOUSE_1' key code. Expected output : On dispatching these events, two different images should be generated according to the event ...Show All
Fippy Question about how a element's opacity affecting its children.
Dear All, I have a question about how a element's opacity affecting its children. I think the parent element's opacity shall cascade to its childen elements, for example: " <div id="parent" style:position="absolute" style:x="10px" style:y="10px" style:width="100px" style:height="100px" style:opacity="0.2"> <button id="children" style:position="absolute" style:x="5px" style:y="5px" style:width="50px" style:height="50px" style:opacity="0.8" /> </div> " I think button "children" shall be drawned as a half-transparent element with opacity ...Show All
Vikash Sharma Will old site remain active?
Will the old microsoftgadgets.com site remain active There are still a lot of old messages that help me and other developers and it would be a great loss if these old posts disappeared. Donavon When will dev.live.com be updated with a link to the new forums What about the SDK Will that finally move over to dev.live.com from its current home on microsoftgadgets.com As Brian said, we will leave the existing MicrosoftGadgets.com in a “Read Only” mode for a while so that everyone can access the useful information contained in the forums and gadget posts. We are also looking for a way to migrate the content to a permanent location so that the information can be preserved, but we are ...Show All
Francis Shum Sidebar Gadget Idea
I really have no idea if this can actually be done but it would be a cool protection device. If there could be a port scanner to scan to see what ports are being used. this way if there is anything using those ports you would be able to see those. I haven't had the time to look into .NET 3, but in .NET 2 you could use the TcpConnectionInformation Class in System.Net.NetworkInformation. This example is from the MSDN Library Class Reference. It prints the TCP Connections statistics to a Console Window, kind of like the netstat command. Use t.LocalEndPoint . Port and t.RemoteEndPoint . Port to print the port numbers as well. Public Shared Sub GetTcpConnections() Dim properties As IPGlobalProperti ...Show All
Chinwa KneeHo How to play DVD disk in windowless mode?
I am using the VMR7 or VMR9 Windowless mode to render the DVD disk in the VC++ 2003/win32. I am using following instructions - http://windowssdk.msdn.microsoft.com/library/default.asp url=/library/en-us/directshow/htm/usingwindowlessmodewiththevmr.asp - http://windowssdk.msdn.microsoft.com/library/en-us/directshow/htm/windowlessmode.asp frame=true - http://windowssdk.msdn.microsoft.com/library/en-us/directshow/htm/buildingthedvdfiltergraphc.asp frame=true and parts of code from this instructions. But I can't to complete this because not all streams (video and subpicture) are created after call RenderDVDVideoVolume method. I think this has connection with the following problem: a VMR Render Filter created and added to ...Show All
wlh93 HDi Debug and VS2005
Anyone have any luck getting the VS2005 debugger to work with HDi Sim Basically I want to be able to step through the jscript. AWESOME. will the 90-day VS 2005 trial work I just took a screenshot of the future of HD-DVD development! Thank you Andy Pennell you are my new Peter Torr!!! HEHE you had me at step 1...lol Awesome - that worked! Thanks. Don't see why it wouldn't. The nice thing about using the VS debugger (in addition to stepping through code) is it gives you access to the HD-DVD script APIs in a nice dialogue box that you can explore. 1. Enable JIT debugging for Script (in VS Tools/Debugger) 2. Start ihdsim with "-debug -jit" options 3. When the first sc ...Show All
Drudkh Control toolkit in a gadget
It's all here : http://blog.khamlon.info/ p=26 thanks to share your feedbacks ...Show All
Ltl Hawk Any method for MF PVP application fail gracefully if video driver is not PVP signed?
I am working on an application that runs protected playback with Media Foundation. I've encountered a problem that with some graphics cards, an error dialog box pops up from another process saying " Bad Image: X is either not designed to run on Windows or it contains an error". After repeatedly pressing OK for the same dialog poping up many times, I can see the application hits a debug assertion saying that ESP is not properly restored. I've read about the following previous thread in this forum and know that this symptom happens because video driver is unsigned and mfpmp.exe failed. "MF_ProtectedPlayback Sample doesn't work for Video on Vista Beta 2: Thread Start ...Show All
GSReddy Open a webpage in a Flyout?
Hi I wonder if there any way to open a webpage in my Flyout ! I've something like this: Do you mean the board link I get this upgrade message since yesterday, so I couldnt register yet, or did I missed something Regards and thank you C. AeroXperience is currently unavailable due to a critical security issue. We are currently upgrading, repairing, and optimizing for your AeroXperience experience. Work is being done as fast as possible and we will be back as quick as we can. We expect to be back as soon as late Monday, but no guarantees. Lol, Jonathan, you're everywhere. Code you've provided works very well, thank you very much for your help. Btw, if I click on some link on opened flyout, they ...Show All
Carl Daniel [Q:] Event handler for onchange event (old and new value) - how to?
Hi there, I want to write a JavaScript event handler that handles the 'onchange' event of a drop-down list (<select>). This even handler should take different actions based on the old value and the new value of the select. Is that possible What I'm looking for is something like this: <select onchange="eventhandler" /> funciton eventhandler(e) { if (e.oldValue = 1 && e.newValue = 2) { ... } if (e.oldValue = 3 && e.newValue = 2) { ... } } Thanks in advance, Eli Eli Brodsky wrote: Yeah, this is a nice workaround in general case. I was just hoping maybe this is somehow possible probably only for IE Maby using IE behaviors or something ...Show All
