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

Software Development Network >> Windows Vista

Windows Vista

New Question

Delta whitepaper on WWF Beta 1.2 to WWF Beta 2 concepts
Why is Microsoft using a proprietary web forum solution and a proprietary RSS format?
List view mode
About new WWF beta 1.2
InvokeMethodActivity - how to run in Host thread
WinFX SDK Release
How to use ValidationOption
Down Load Vista
Realtek connection in Beta 2 not working
PSH_AEROWIZARD flag and the new UI

Top Answerers

ajb2528
UweM
Godwin Lang
Joshua_10002
GilesCollingwood
AeX
Prashant Soni
JTWX
dco
Marnix Alsemgeest
Namespaces in
Only Title

Answer Questions

  • smilek Emulating the listen-->(EventDriven,EventDriven,Delay) in a state machine workflow

    I need to do a state in a state machine worklow in which there are two possible events that can be raised with the possibility that the workflow will be terminated (or other sets of activities) if a timeout is reached. In a sequentiali workflow i can do something like this:                 LISTEN       -----------------------        |&nbs ...Show All

  • Amolw can't install the wwf!

    the following are my steps 1.install vs2005 2.install vs2005 extension for wff 2.0 3.start the vs2005 ,it shows wwf is installed in started form 4.file->new project,can't find the workflow node! what's wrong with my steps my system is win2003+office 2000 Do you install the SDK and the Foundation Check in your control panel/AddorRemove program. You should see both the Windows Workflow Fo ...Show All

  • BobbyRayudu83 DataExchangeService Attribute in Beta 2.2

    What happened to the [DataExchangeService] attribute in beta 2.2 I've skimmed through the documented changes from 2.0 to 2.2 and wasn't able to find where it might be. Thank you, -- Sean Nevermind. It looks like it must have been replaced with [ ExternalDataExchange] (possibly even before beta 2.0). Thank you, -- Sean ...Show All

  • Lama Karmi Timing

    Is it possible to express time constraints within the workflow Yes you use a Delay activity for this.  The Delay activity actually allows the workflow instance to go idle and the host will send an event when the timeout occurs.  The Listen activity has multiple parallel paths which all listen for incoming events.  One path in the Listen activity can wait for a response, another path in the ...Show All

  • Bruno Espezzano How to get the "all programs" menu handle?

    Hi forum members, I need your help to get the  handle of the "all programs" menu of the star menu, when the menu of "all programs" is selected, I am usign CBT HOOKS to get the handles that have the current focus, when the star menu is selected i get the "DV2ControlHost" window class, and I have found those windows classes with Enumchildwindows function: Shell_TrayWnd TrayNotifyWnd TrayClockWClass SysPager ToolbarWindow32 ReBarWindow32 TF_F ...Show All

  • MamaKike Breakpoints not working

    I'm running the February CTP on WinXP SP2 and Visual Studio Pro. I'm running my development environment inside of a Virtual PC VM. The problem that I'm having is that I can create workflows fine, but breakpoints set up on a workflow activity do not work. I see the hollow circle with the warning when running in debug mode. Breakpoints set on the code beside code such as a CodeActivity handler work. I've looked at the other posts on the foru ...Show All

  • Keith Craig Is WF the right solution for InfoPath/WSS, when BizTalk is in place?

    We are looking for a document centric soltuion that provides extensive Human workflow features. Our current infrastructure supports SPS/WSS, InfoPath and BizTalk. After looking at BizTalk 2006 and its WSS adapter, it's integrsation with WSS looks very promising when develop such solution, however, BizTalk HWS doesn't provide rich human workflow support like WF does. We also want to use rules to control the workflow so it can be ch ...Show All

  • Bek Developer Debugging windows?

    I'm seeing here that when I launch the VS debugger on a workflow project, just setting up a couple of breakpoints into the code (not the designer), VS will always open up the Task List and Toolbox windows on the debugger. Even if I close them down, as soon as I launch the debugger again they pop right back up. Is this intentional, or a bug It's annoying :) Thanks, that's good to know... This looks like a VS bug, there were some t ...Show All

  • Jason Strate132015 Workflow Monitor Sample

    Hi, i'am a little bit confused because some important sample dont work in my environment. eg: There is a DatabaseService.cs in WorkflowMonitor, and it try to use a non exsisting stored procedure: //Query for all workflows from the SqlTrackingService using the 'GetWorkflowStatus' stored procedure internal void GetWorkflows() { try { connection.Open(); string sqlCommand = " GetWorkflowStatus " ; SqlCommand command = new Sq ...Show All

  • chinarut In sequential work flow , code condition is taking default as void return type

    hi, When i am trying to add if else activity in the sequential work flow in beta2 version of winfx, the codeCondition is taking defualt as void , so then it fails to enter into code part in the if_else activity. so any one help to solve this problem You need to set the second parameter’s Result property like the following:   private void CodeCondition( object sender, ConditionalEventArgs e) {     ...Show All

  • Gerd Sauermann Beta 2 Bug: Microsoft Document Explorer Broken

    Post Beta 2, both of these refuse to fire up the help doco externally (non-integrated).... Target: "C:\Program Files\Common Files\Microsoft Shared\Help 8\dexplore.exe" /helpcol ms-help://MS.WF.v1 /LaunchNamedUrlTopic DefaultPage "C:\Program Files\Common Files\Microsoft Shared\Help 8\dexplore.exe" /helpcol ms-help://ms.vscc.v80 /LaunchNamedUrlTopic DefaultPage /usehelpsettings VisualStudio.8.0 Microsoft Document Expl ...Show All

  • vinaypugalia Asynchronous Pattern for COM+ Serviced Components

    What are the feasible solutions for implementing asynchronized pattern in asp.net com+ serviced environment. The current architecture is as follows: 1) ASP.NET as front end 2) COM+ Serviced Components which enables MSDTC Transactions, Connection Pooling is enabled at SQL Server 3) SQL Server We want to implement asynchronous transaction model with out using MSMQ or COM+ queued components or Windows Services. The following scenarios was the reaso ...Show All

  • Corneloues How do I get the workflowRuntime from the activity?

    Hi, Please let me know how to get the WorkflowRuntime from the Activity. Basically I need to retrieve one of the services (added to the workflow by the AddService method) provided by the workflow and use it in the activity. Thanks & Regards, Bijesh Thank you very much. That solves my problem. Bijesh - you don't is the simple answer. From inside of an Activity the proper way to get at Services is to use the A ...Show All

  • Eric Carter - MSFT DrawThemeBackground and Glass

    I have a custom window class that supports tool windows that have a slightly smaller caption than the standard tool window class (similar to Photoshop). When theming is available, it uses the DrawThemeBackground API to paint the caption area and min/max/close buttons. My app is getting glass O.K. in all other windows, yet DrawThemeBackground is displaying an opaque caption area and plain ol' buttons. I'm guessing I need to do something more. ...Show All

  • BurgerKing How to prevent an Workflowinstance from terminating

    Hi there I'm currently working on a (runtime-)service that should start a workflow for errorhandling if an instance faults. The service works fine as long as I trigger it by the instance's terminate event (Runtime -> WorkflowTerminated), but I want to prevent  the instance from terminating and instead suspend it so it could be resumed and starts at the State that caused an error previously. Is anyone there who could give me a ...Show All

585960616263646566676869707172737475

©2008 Software Development Network

powered by phorum