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

Software Development Network >> Windows Vista

Windows Vista

New Question

Workflow Designer Flexibility
Architectural question about WWF
InkCanvas - CPU Hungry
Toolbox Tab #13119
Events exposed through Activity class
Hide "Bind to new member" tab in XOML only workflows
How to expose the workflow status
how
WWF in asp.net and beta 2.2
Interop Problem with COM IDataObject and TOM Paste

Top Answerers

John Stallo MSFT
djmdzq9
kwarnke
Duncan
agbeko
KS16
Alberto Acosta
Varghese
Marc Jones
jorgegrajales090
脰zel
Only Title

Answer Questions

  • stoppedcode12 Exception has been thrown by the target of an invocation.

      I have the standard code for hosting WF through Webform as below... protected void Button1_Click(object sender, EventArgs e)     {         Dictionary<string, object> parameters = new Dictionary<string,object>();         parameters.Add("Alias",txtAlias.Text);         WorkflowRuntime workflowRuntime = ...Show All

  • wrtoomes About the Workflow Designer in the lab 10.

    Hi,   I'm in the process of trying to setup a demonstration application which shows an example of workflow and rules management. Here is what's happening: 1.  Open a existed wfname.xoml; 2. In wfname.xoml.cs file I had built a string variable name as " testStr "; 3. Drop an IfElseActivity on the design surface, and edit the condition property on the IfElse branch to select System.Workflow.Activities.Rules.Rul ...Show All

  • avenue How to bind a XML element to activity using Xpath

    Hi there, I'm using beta2, and here is my XML example: <object>      <attrb code="type" value="person"/>       <attrb code="name" value="Joe Doe"/>       <attrb code... </object> ,and I have a activity to accept a string property to send a email. I try to bind it with my XmlDocument's particular position, but I didn't find any way t ...Show All

  • KnowsEnuf2BDangrous How to get workflow instance from database?

    Perhaps it is very easy, but i really wondering to find this solution. Please tell me details! Thanks! Could it be that you just start the workflow and shoot the event immediately to it Because if you do so and do not send the event like this that it is delivered, when the workflow begins to idle, you get this message. The reason is simple: If the workflow waits for a message it creates a queue for that where it expects the mess ...Show All

  • arsalan Problem with Lab6 - Exercise 2

    I followed all the instruction up to the point where is says to: " Right-click on the FabrikamWorkflows project in the Solution Explorer and select Publish as web service " I get the following message box when I try to publish as web service: --------------------------- Microsoft Development Environment --------------------------- The web service could not be published because there is no workflow in the project that use ...Show All

  • j_m_d Editor for creating/editing XPS documents.

    Hi, As we have XPS viewer for viewing the XPS documents, do we have any editor for creating/editing XPS documents. Thanks, M.S.Basha If I am understanding your question correctly, I do not think you will be able to re-zip the file. In "XPS Documents: A First Look at APIs for Creating XML Paper Specification Documents" under Navigating Through an XPS Document, the paper indica ...Show All

  • Deepak Juneja Hide child activities in a custom SequenceActivity

    Is it possible to hide child activities in a custom SequenceActivity, so that the activity appears as one I've tried using a ActivityDesigner, but without any success. Mikael Change the base class of the activity to System.Workflow.ComponentModel.Activity I assume you mean compositeactivity You can't have children on Activity. That's right. Changing the base class to Activity will result in loss of children. The best solut ...Show All

  • Murthyan Sequential Workflow Cancellation

    This question has appeared before but never with a clear answer. When would a SequentialWorkflowActivity execute its cancellation handler The SDK sample "CancelWorkflow" does indeed "cancel" the workflow by raising an exception, but this isn't a "cancel" in the sense that the cancellation handler runs. I have not been able to find a scenario where the cancellation handler runs, yet it seems emphasized by th ...Show All

  • csexpert 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

  • aili MMDeviceapi

    Hi all, I'm trying to compile some sample codes from the white paper. The sample codes enumerates the audio end points and print out the display name. I've included mmdeviceapi.h and propkey.h but got failures. The following are the linking errors error LNK2001: unresolved external symbol _PKEY_DisplayName error LNK2001: unresolved external symbol _CLSID_MMDeviceEnumerator error LNK2001: unresolved external symbol _IID_IMMDeviceEn ...Show All

  • stevenback7 Pointers on Fancifying the WorkflowView

    I've gone through the sample rehosting lab, and I get how the basics work to rehost the designer; however, I'm not clear (and can't seem to find much) on actually modifying the default L&F. I think I can use a WorkflowTheme to modify the colors and such, but what about changing what's actually displayed in the designer for an activity I'll keep digging, but I thought I'd ask here in case someone can point me in the right direction. I' ...Show All

  • Mark Gilbert MCMS 2002 and WWF (Architecture Overview)

    Hi to all group members Well one thing that i love about CMS 2002 workflow (yes if you dont know that ,this may be surprising to you ) is that its simple ( 3 step at most ) , secondly we have all the Events with much more authority , for example in contrast to SharePoint Portal Server 2003 Document Libarary Events (Uploading etc ) the events can stop the flow and revert the action something which is not possible SharePoint Portal Server 2003 DO ...Show All

  • Birk Adding activities to a workflow at runtime

    Forgive my newbieness... I've searched the forums for something along these lines, but haven't found anything. Is it possible to add activities to a workflow at runtime I'm attempting to add the activity from within a Code activity per the way activities are added in the designer.cs: private void codeActivity2_ExecuteCode(object sender, EventArgs e) { HelloActivity helloActivity = new HelloActivity(); helloActivity.Name = "helloActivit ...Show All

  • Juan Wajnerman ICredentialProvider

    Did anybody make a successful user logon using the new ICredentialProvider interface My credentials are displayed, but I can't make them to logon. And what worse - after 20 or 30 seconds, the winlogon crashes completely with no recovery possible excepting hardware reset. I thought I basically did something wrong and decided to wait for more detailed documentation or some sample code. But MS doesn't seem to put too much effor ...Show All

  • Sathya_Subbu Power icon problem

    Hello, I've just installed the Windows Vista Beta 2 (Build 5384) and so far so good, except for one thing: somehow i can't activate the option to show the power icon on the "notification are" of the "taskbar". When i go to the properties of the "taskbar", and then go to the "notification area" options, i'm allowed to select to always show the clock, volume and network icons, but not the power icon. ...Show All

222324252627282930313233343536373839

©2008 Software Development Network

powered by phorum