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

Software Development Network >> Windows Vista

Windows Vista

New Question

Dependency properties in custom callexternalmethod activity
Interval between WorkflowIdled and persistence
Accessing properties of the Host from within an Activity running in a Workflow
Find Top Level Activities of Current Activity
HUman Interaction Sample
Deploying WWF Beta 2...
Programs
How to access a published webservice in hosing web application
Developing RTP Renderer & Source Filters in DirectShow
Workflow Designer on ASP.NET app

Top Answerers

WeBMartians
Ravi Chodavarapu
Simeão
The Traveling Conultant
H VE
Marcus1976
MasterMind
Bill Hamaker
Kirk Haselden
T-oha
Design Principles for
Only Title

Answer Questions

  • Ngetal Beta 2-Lab 1: EventDeliveryFailedException

    Not withstanding the Labs are possible not full-proof, can anyone explain what is going on when I try to say 'Reject' a previously 'Approved' report I'm getting this: An exception of type 'System.Workflow.Activities.EventDeliveryFailedException' occurred in System.Workflow.Activities.dll but was not handled in user code Additional information: Event "Expens ...Show All

  • mpietras UIAutomation support for downlevel OS

    Hi, I am planning to develop tests in MITA. MITA is dependent on UIAutomation framework. But I saw winfx is supported on winxp-sp2, wso3-sp1 and onwards. Is it that UIAutomation is not at all supported on w2k, ws03-rtm Can someone please confirm on this thanks in advance, Shriram I guess MITA's framework must be based on some native api and the IAccessible type library ...Show All

  • Promit Re-creating Event-listener after Runtimeshutdown

    Hi all Is there a way to recreate the event listeners of a running but persisted StateMachineWorkflow after the Workflow Runtime has been "restarted" Let me explain: I have a running StateMachineWorkflow with 3 States (for example), State 2 is the current state and it's waiting for an external event, the instance becomes idle and persists. After the instance is persisted the runtime shuts down (System Restart, Load-Balancing - or ...Show All

  • Michal Rovnanik Scrollbar for Left handed

    Will it be possible to set Scrollbar to the left side for left handed people I tried accep using my pen but it wouldn't Accept pen. Shame on Microsoft for dismissing 10% of the WORLD . Yes, this should work for every window that correctly handles key strokes. To give you more detail, you can perform Flick on 8 different directions; Up, Down, Left, Right, Up-Right, Up-Left, Down-Right, Down-Left. (Sometim ...Show All

  • shreeman can anyone activate 5342 build?

    Hello, I just installed 5342 build and I cannot activate it. It gives no error. It says it takes a few minutes then return to the Windows Activation panel. Does anyone have better luck Thanks, Joanne I figured it out. It's the wonderful world of this new UAP. I log on as a local admin to activate it and it works. Joanne ...Show All

  • Jeff Brown - Digital Documents Windows Vista Activation

    How does one activate Windows Vista The online wizzard does not work. So the wizzard no will work I live in Brazil, not write/speak in english very well... how I'll can active my Win Vista by Web It's impossible Thanks Francisco Disable your internet connection, try to activate again, and it will give the number to call and activate.. good luck I'm havi ...Show All

  • outsidelife Lies?

    On http://msdn.microsoft.com/windowsvista/downloads/getthebeta/default.aspx Microsoft says: Download the Latest Windows Vista If you are not already a member of the Windows Vista beta program, there are still two ways to obtain the latest public CTP or beta version of Windows Vista. MSDN Subscriptions - If you have an MSDN Subscription (Operating System level or higher), you can download the latest version of Windows Vista. ...Show All

  • K-ERoL-K Info about DVINFO

    Hi everybody, can somebody help me in figuring out how to use the DVINFO structure with the DV Encoder Specifically, I am interested in setting the 16:9-flag which can found in the Video Control Section (VAUX).  Is this the right way to create a 16:9 DV avi Well, I am able to set the DVINFO structure to various values by using the appropriate interface on the DV Encoder, but this seems to have no effect on the resultant ...Show All

  • ananda vardhana DirectShow libraries

    Hi, I've been trying to make strmbase/d.lib but makefile gives me all kind of errors (platform XP, DirectX December 2005, Platform SDK for 2003 SP1). Does anybody have these libraries I know the last version of DirectShow (from DirectX) used to have a DEBUG_UNICODE directory under BaseClasses, but this one is no longer available - can I get it somehow Thanks It should make the directory for you, at least ...Show All

  • Henrysoftware WorkflowWebRequestContext.Current is null with SqlWorkflowPersistenceService

    Working with beta2, if I try to add SqlWorkflowPersistenceService to my webconfig, the WorkflowWebRequestContext.Current become null in my aspx page. Then if I add only ManualWorkflowSchedulerService and DefaultWorkflowTransactionService, without adding SqlWorkflowPersistenceService, WorkflowWebRequestContext.Current isn't null and WorkflowWebRequestContext.Current.WorkflowRuntime is succesfully loaded. How could I add the SqlWorkflowPer ...Show All

  • Pushkar Modi Pageflow Engine

    I have looked at some of the available samples for using WWF in a ASP.NET application. I am looking for a page flow application sample where an aspx page will pass data to the workflow and based on the rules, workflow will pass back the next page to render. I am using beta 2.2 version. In one of the post, I saw that MS is working on an page flow engine. Is this true and can we look forward to this Thanks Anandan. ...Show All

  • Eric Immerman Error with custom activities

    In a number of my projects I keep getting stuck when I try to use custom activities in my workflow projects. I add a reference to my activities project into my sequential workflow project and drag on the activity shape from the toolbox. Sometimes I get the build error "Could not create activity of type 'MyWorkflow'. An item with the same key has already been added." I can delete everything and start again and the problem remains. Can anyone expl ...Show All

  • LuisFco Missing Condition Error

    Can someone please offer some insight on the following error Error 1 Activity 'ifElseBranch1' validation failed: Can not find the condition "TotalPriceRouting". Check if condition is defined in the conditions file. The condition should be defined just fine yet I get this error. Any help would be appreciated. Thanks,   Travis These are my experiences with ifelse condition activity in Beta 1.2. when I am using System.Workflow ...Show All

  • .NetDeveloper ActivityCondition - should I use it or not?

    hi all, Im developing a custom condition typically for an IF/Else Branch. From digging around, is the ActvityCondition the right class to inherit from I've only got an Evaluate method. Does anyone know if this is going to be clobbered in the RTM (or at least plans for) (i.e. made sealed, etc etc) Many thanks, Mick. Mick, Yeah. That is the right class to inherit from. The Evaluate method is still going to be publi ...Show All

  • hindi_tlc Workflow - If else Conditional Activity

    I am trying to create an If Else branching in my State based workflow. In the properties it says enter the method with signature bool MethodName(object,EventArgs) but if I have bool as the return type it is not able to recognize the method. If I have it as void it recognizes it. How do I solve this problem Please help. Regards If you are using Beta 2.2 - the signature should be: void CondtionMetho ...Show All

606162636465666768697071727374757677

©2008 Software Development Network

powered by phorum