Software Development Network Logo
  • Visual Basic
  • Visual J#
  • Visual C++
  • Windows Forms
  • Architecture
  • Windows Live
  • .NET Development
  • Windows Vista
  • Smart Device
  • Visual C#
  • Microsoft ISV
  • VS Team System
  • Visual FoxPro
  • SQL Server
  • Game Technologies

Software Development Network >> Windows Vista

Windows Vista

New Question

How to load workflow assembly from a specific directory?
World Clock
MSDN Vista key fails
Why does delay cause a new thread
Debugging windows?
RTM
Windowless Render Not Updating Until Window Is Dragged
Change font size of onscreen keyboard for users with poor vision
Tracking workflow changes done at design time
Invoking one workflow from another

Top Answerers

charles_chang
vherva
Gerry Baerman
Arthg2000
ipconfig
whs
AlbertoD
ebferro
danielanvar
Admiralman
Profan2CPP
Only Title

Answer Questions

  • DigitalColony Message Queue Error: "QueueExists"

    I get following error (tranlated from ger to eng): "Eventqueue action error with 'MessageQueueErrorCode' QueueExists for the Queue 'a37f912a-9c...'." What I do: I have a state machine workflow with 4 states. At the point where this error happens I am in the RunningState. There I have an EventHandlingActivity which listens for a certain event. If this event happens I need to check 2 variables After a successfull check I add a d ...Show All

  • mischa123 How to determine state of state workflow?

    Hey guys, I'm developing a state workflow. As it is good practice I'm writing unit tests to test the correct behavior of the workflow. The problem is that so far I couldn't find out how to get information about the current state of a workflow, whether it's waiting for an event, etc. I have the runtime object and a workflow instance, but none of these objects exposes properties or so to get this information. Also, I'd like to pause the u ...Show All

  • James Darwin Amazing framework....do you have any high level architectural feature set diagrams?

    I'm looking for some kind of nice "Microsoft Empowered" high level functional diagram of the various hosting arrangments with the WWF Runtime. I can do this in Visio..but I thought MS might have some really cool colorfull ones. We are planning on commiting our path to WWF and I would like to elaborate with some of the developers the potentail hosting enviornments. i.e. IIS - HttpModule      Windows Service   &n ...Show All

  • Anders Lillrank Quicktime and directx

    I am trying to figure out how I can extract single frames one by one from a quicktime movie and load them as textures. Apple has a lot of info, but aparently not anything about extracting frames. Is this something that directx can handle. Perhaps through a plugin I was looking at using directshow to render to a texture and then use it, but aparently this can not be done with quicktime movies Hi Thomas. I've t ...Show All

  • ssfftt Binding CodeActivity.ExecuteCode to method in custom StateActivity

    Hi all I'm using a State Machine Workflow to model an event-driven system. My current issue is that all workflow state (properties, fields) must be persisted to the parent StateMachineWorkflowActivity. This is not ideal for compartmentalising functionality. I'm trying to work around this by using custom StateActivitiy's which store state in private fields (exposed via public methods). I can use dependency property binding to bind to these ...Show All

  • glentrino2duo Designer and the Toolbox

    We are working on integrating the workflow desinger into our suite of tools. Our shell currently has a toolbox that implements the IToolboxService interface. When we create the DesignSurface for the Workflow designer, we pass in our root service provider (which contains our toolbox service). However, the Workflow designer never asks our service provider for the IToolboxService (though it does ask for many other services). How does the list of av ...Show All

  • Kerem Baser Migrating to WWF Beta2

    Hi Actually i developed an application using WWF Beta1.2 where i used a Parameter in WWF and used it in the entire Application...but when i migrated to beta2 i couldn do that...is there any alternative for that...could someone help as soon as possible.... Thanks Regards, AshokKumar If you mean Parameters to a Workflow - in Beta 2 you just add a public property to the Workflow class defintion. thanks jon Act ...Show All

  • Jazz1234 What exactly is the point --

    -- of workflows I'm not sure I understand completely what this functionality is useful for. Can someone please either explain, or link me to a document explaining Thanks a bunch. :) Workflows allow you to declaratively implement business processes in software. They take care of the long running aspects of business processes and provide model transparency and adaptability to change. There is a paper describing ...Show All

  • LMcFarlin Beta2: String-Properties in Custom Activities; Custom themes

    Hi, in Beta 1 it was possible to define 'free text'-input string properties with custom activities which enabled the workflow creator to input any text in the corresponding prop of the activity in the workflow designer. Any DependencyProperty with type(string) enabled this. In Beta2 this definition enforces a total different behaviour in the Workflow Designer - it tries to map it to a Workflow member variable ... How to create props for te ...Show All

  • Chris Baldwin - MSFT "Tracking workflows which are already tracked" - Problem

    Following screnario: I have business objects of the type Order and OrderItem. For each of these a workflow is started. I use the SqlTrackingService, so running workflows get written to the db, and I am able to track them with the WorkflowMonitor (included in the Windows SDK I think). If such an Order- or OrderItemWofklow gets aborted or canceled the chance of restarting the workflow with the same objects is still present. The only problem ...Show All

  • Sam_S WinFX RTC December 2005 Not working with December Vista SDK

    There's a problem with the WinFx RTC download for December 2005.   The links on the page http://www.microsoft.com/downloads/details.aspx familyid=BD3BA2D5-6ADB-4FB2-A3AA-E16A9EA5603F&displaylang=en There's a link to download the entire WinFx RTC package instead of the "smart" installer. http://download.microsoft.com/download/9/4/9/949EEA41-364A-45DC-8F4E-47E7AC147D25/winfxrc.exe I checked the time/date stamp in the downloa ...Show All

  • Parripati regarding installation

    hai when i tried to install winfx runtime 3.0 (january CTP), i couldn't install i got some errors... before i tried to install winfx runtime i unistalled all the previous versions of frame work and SDK. Then i installed the same in the following order Visual Studio 2005 (RTM) windows SDK (january CTP) After this tried installing winfx runtime 3.0(january CTP) but couldn't continue that....i just want to know wheather the order ...Show All

  • mvpfp Custom WorkflowScheduler issue - Timed workflows are being scheduled twice

    I have implemented a custom WorkflowScheduler to give me control over threading. I am running into issues with timed activities. My sample workflow has alternating code activities and delay activities. When I reload the workflow after the delay has expired, a call to my scheduler service is made to schedule the workflow with timer information. A second call is also made to schedule the workflow without timer information. This causes the ...Show All

  • Scott C. Renolds Workflow Instance Persistance - and Reload

    The question I have is very simple, but wante do confirm before designing the app... I have a workflow persistance service is registered on the runtime using a connection string WF Runtime is hosted on X application. I Create an instance of workflow Workflow get persisted after pre-defined idle time Workflow get unloaded Now in another application, I have WF runtime with persistance service (same connection string as WF r ...Show All

  • Surya Suluh Questions on MSDN WF rules engine article

    Hello, I enjoyed the article titled Introduction to the Windows Workflow Foundation Engine.  Most of the article was clear, but I did have a number of questions that I'd like to get some clarifications on. 1. Under the section "Rules Evaluation"  there is an example ruleset and some explanation that describes how the evaluation should proceed.  The fourth bullet point makes this statement: Since Rule4 uses the value of ...Show All

616263646566676869707172737475767778

©2008 Software Development Network

powered by phorum