Answer Questions
NeuroWinterMute How to create an .xps file
Can any one please let me know how to create a Simple xps file. How to start creating an xps file Thanks in advance, Santhosh. option b) above is to use the "Print-to=XPS" driver from the WinFX SDK. I have the WinFX SDK for Beta 2 installed but I still don't see how to find/install/access this driver. Is the driver installed as a result of options selected during SDK installation Do I ...Show All
StaceyG65 OTP: When does vista beta 2 come out?
not sure what day the public beta 2 of vista releases, anybody know the date I'm sorry, but your question does not relate to programming for Windows and is therefore off topic here. www.codeproject.com is an example of a programming site that has a general discussion area where this sort of question would be allowed. ...Show All
209732 Problem Using ifElseactivity in an Embedded workflow designer
I'm trying to use a ifElse activity in an embedded workflow designer ( Workflow Designer Control Example downloaded from here: http://www.windowsworkflow.net/Downloads/Examples/Workflow%20Designer%20Control%20-%202005-09-24.exe ) I added a IfElse activity and then select one of the branches. In the property window I select a System.Workflow.Activities.Rules.RuleConditionReference Condition and then when I try to edit the Name prope ...Show All
JCroney Problems with the Demos
Hello, I’ve tried to start with WinFX developement and for that I wanted to try the Demos of WPF. But I’m not able to build any of them. I use VC# 2005 Express, the WinFX Runtime and the Windows SDK. Now I load the Avalon Calculator Solution and press F5. Now the following Error occurs: System.Windows. Application .LoadComponent( this , resourceLocater); Cannot locate the resource 'myapp.baml'. That Problem is in every Demo. Where ...Show All
Brian Hartman Beta 2 Samples Don't compile (for me)
I'm geeting: Previously had beta 1.2 - unistalled, rebooted, installed beta 2 tried to compile sample.... Error 4 The type or namespace name 'TrackingChannel' could not be found (are you missing a using directive or an assembly reference ) C:\Windows Workflow Foundation\Examples\OrderingStateMachine\2005-09-13\StateMachineTracking\StateMachineTrackingService.cs & ...Show All
Robertwell Deploying web application with Windows Workflow
Hi, I've got a question relating the deployment procedure for Windows Worklfow. We currently have a web aplication that uses WWF (Beta 2) for it approval process handling. I now need to move the application from the developer machine onto a "test" server. For the developer machine we had to install WF Visual Studio extentions. Is there a way to avoid having to install Visual studio extentions on the Test server Ideally, i woul ...Show All
Christian W. Vista Beta-2 - Media Center will not play WMV (Media Player works), OTP
I have tried to play video with the Media Center in Vista Ultimate. All I get is: Files needed to display video are not installed or not working correctly. Please restart Media Center and/or restart the computer. The video files I have tried will play in Media Player. this is a development newsgroup only. please goto the vista support newsgroups. ralph ...Show All
Patrick van Strien Horizontal flashes while drawing texture
I am rendering movie to my direct3D device, alongwith other sprites. I draw textures using TransformedColoredTextured vertices. I get horizontal flashes in the movie, on random basis. Any idea what i need to look forward. Are there any suggested settings for texture Thanks.... Yes.. the application is already multithreaded. Infact i believe it is its multithreading thats causing the trouble. Since movie ...Show All
jalekz Page
How can I set the page size and other PageSetup parameters when creating and printing an XpsDocument PrintTicket pt = printQueue.UserPrintTicket; pt.PageMediaSize.PageMediaSizeName = PageMediaSizeName .ISOA5; seemed like the obvious thing but it is readonly. Thanks Michael penny finally dropped. :) PrintTicket pt = queue.UserPrintTicket; pt.PageMediaSize = new Pa ...Show All
PASN WWF bug reporting site
Where do we report bugs found in Windows Workflow Foundation I don't find a way to report WWF bugs at Product Feedback center. TIA. Hi Mahalax, The product feedback center is being migrated to a new system so they wont let us add WF to it. The new system isn't going yet. Best to post bug reports on this forum where several of our test engineers monitor postings. Regards, Paul Thank you, Paul. Regards, ...Show All
faB_mx Hosting state-transition workflow designer: How to add handlers to use the cursor keys to adjust the x,y of a state activity?
How can I add handlers to a custom hosted WWF state-transition workflow designer (WWF design surface + state-transition root activity ) to use the cursor keys to adjust the position of an activity The default behavior is for the cursor keys to navigate up and down the state-event hierarchy which is not what most business analysts expect. Like in PowerPoint they expect the cursor keys to adjust the x,y position of the s ...Show All
techSage (I'm in a hurry) Problems with TransactionScope and MS DTC
Hello, I need help with this topic... I'm working with Visual Studio 2005 and SQL Server 2005 DB within a Simple Local Network. I receive a Message: "The asociated transaction administrator has disabled its support of remote or network transactions" (it's in spanish, so I did translate it to what it means to me in English) The Service (MSDTC) is enabled, allowing inbound and outbound, and the "no authentication required" ...Show All
moacmoii Problem with Ati Radeon 9800 pro on Vista 5308 (error Code 10)
Hi, my name is Gabriele,I have the ATI RADEON 9800 Pro card but windows give me the error "Code 10" (the hardware wasn't start). I'v install the last relase of driver (Build 5308) and i've update my bios to the last ROM. Someone get the same error If yes how u resolved it Thank you. Gabriel. This form is for discussing Windows Vista user interface programming. If you have installation or driver problems, you can try the ...Show All
Medackel play sound track and capture video
i am basically able to capture video and record sound on separate application..when i integrate them... both should start simultaneously so i am using thread.. private void button2_Click(object sender, EventArgs e) { Thread videoStart = new Thread(new ThreadStart(ActivateCaptureDevice)); videoStart.Start(); Thread soundStart = new Thread(new ThreadStart(ActivateSound)); soundStart.Start(); } public voi ...Show All
Kirill Osenkov WF State Activity w/ToolBoxItem Inheritance problem
I am creating an inherited StateActivity called HWStateActivity and adding some dependencyProperites. I want this inherited class to become the “base” class of all other state activities that we create. The following is an outline of what I am attempting to do but I get errors: The designer could not be shown for this file because none of the classes within it can be designed. The designer inspected the following cl ...Show All
