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

Software Development Network >> Windows Vista

Windows Vista

New Question

XAML only workflows and X:Class attribute in re-hosted Designer
Custom State activity needs custom StateInitiailzation
General Questions
SimpleExpenseReport
Beta 2 Install problem
Vista and Exchange Server 2003 Deployment Tools
ICredentialProvider
While Activity - Loss of status
How to Obtain Fault from child activity in FaultHandler?
Sound does not play when windows vista starts or is shut down

Top Answerers

Mark A. Richman
CISCBrain
TRISS
noobMe
x-wing
AaronNY
Ben Lotter
Puangpetch
Jhary
Thomast22
Edward Moth's Visual
Only Title

Answer Questions

  • arvestal Will there be a new GetOpenFileName API that wraps/calls IFileDialog?

    Similar to the way PrintDlg calls PrintDlgEx behind the scenes in 2000/XP when you don't have a hookproc, is there going to be something similar where you call legacy APIs such as GetOpenFileName and somehow it encapsulates or calls down to IFileDialog (IFileOpenDialog) From what I saw in the PDC video here: http://microsoft.sitestream.com/PDC05/DAT/DAT307.htm#nopreload=1&autostart=1 there is a ton of COM client code that need ...Show All

  • Avhacker Using data objects from database for holding Workflow/Activity-Properties

    Hello, we are building a end-userfriendly workflow engine (with own designer) (see http://forums.microsoft.com/MSDN/ShowPost.aspx PostID=265499&SiteID=1 ) I have only on question (at the moment). Our activities have some properties, all workflows are derived from our own base workflow (with some properties, for example a workflow object which is sent through the whole workflow). The workflow object is used in IfElseActivities. ...Show All

  • Polican Custom activity based on HandleExternalEventActivity

    I would like to create a custom activity that responds to external events and then executes a sequence of activities. I initially created an activity derived from a sequence and added my HandleExternalEventActivity at the start of the sequence. However, because sequence does not implement IEventDriven I can't add it into an EventDrivenActivity sequence and therefore can't use the Listen shape to respond to my external event or something else. ...Show All

  • PCHEEK Render video to a texture without using DirectShow

    I need to render a video to a texture and I would like to do it without using DirectShow. I've found this tutorial on MSDN, except it's in Japanese and the source snippets aren't enough. http://www.microsoft.com/japan/msdn/directx/japan/dx9/AVCS.asp Basically what I'm trying to do is create a fullscreen DirectX 9.0 application that has an area inside of it that can play a video. Using Microsoft.DirectX.AudioVideoPlayback Video I can play a vide ...Show All

  • Sankar2000 Does SqlTrackingService update the database at each workflow event?

    I am tracking workflows by SqlTrackingService. However, I found out that SqlTrackingService does not update my SQL dababase until the workflow instance is completed (or terminated). Is that true If yes, is there any way to let SqlTrackingService update the database at each workflow event Thanks. For the SqlTrackingService - set its IsTransactional property to false. It still does transactional writes - ...Show All

  • IMT .NET IMAPI2 Code samples

    Here you will find code samples for the April 18th MSDN Webcast on IMAPI v2 . The samples will be posted shortly after the webcast Yes, please run it under debugger. Unfortunately oh so helpful windows error reporting (WER) is a pain if you are in development mode. I suggest turning it off so that you see more informative error messages Here are three more samples: SampleApp1 and SampleApp2 : demonstrate (VB.NET), how to obta ...Show All

  • chr1zis Dataset not getting filled with newly added record

    Hi, I am facing a strange problem in my web application. My web application has got thwe following architecture. Website -> WebService - > BusinessLayer, DataAccessLayer -> Microsoft Data Block -> DB. Now the problem is after creating a new request in the db, and then calling the getlist method after new insert doesnt reflect the newly added row in the dataset returned. ie after InsertRequest(Dataset ds), i cal ...Show All

  • Igor Bustiuc 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

  • Musa-1 Using root activity parameters

    I've created a workflow from using a root activity class that derives from SequentialWorkflowActivity and adds some additional properties. These appear fine in the designer properties grid but I'm unable to find them in the browser when I want to associate them to properties against other Activities. I'm using Beta 2.2 version. Any help would be appreciated. That's what I'm expecting, but it doesn't happ ...Show All

  • Ata John How to create a workflow programmatically?

    Are there any samples that would show how to create and/or modify a workflow programmatically, i.e. from a program, not from VS.NET IDE or a hosted designer  For example, the program would create a new workflow, add a couple of activities to it, and save the serialized workflow definition (in a file or database). I can find examples explaining how to modify a workflow instance at run time, but I need to create  ...Show All

  • Sandro Guedes P da Costa Hosting designer on an asp.net application

    Hello, We have an asp.net product that we are planning to redesign using the MS Workflow Foundation. So, far I have seen in the documentation that WF designer can be hosted on a Windows application. Is this also true for web-based application For example, can the workflow designer be hosted and run via a browser by the end user. I understand we probably have to do some programming to do this. But my question is if this is at all possible. ...Show All

  • azpat0 Reloading a persisted workflow instance

    Hello everyone, We are trying to develop a generic workflow host service that can run any workflows submitted to it. The service will use workflow persistence to save workflow instances to the disk whenever the instance is idle (WorkflowRuntime.UnloadOnIdle = true). Now we are facing one problem. We want the service application to be able to resume the workflows in the event of an unexpected service shutdown or even a proper shutdown. From the ...Show All

  • bwvick Where is XmlnsDefinition?

    I was reading Don Box's latest MSDN article ( http://msdn.microsoft.com/msdnmag/issues/06/01/WindowsWorkflowFoundation/default.aspx ), and I noted an attribute that I can't find (meaning: I can't compile either!). XmlnsDefinitionAttribute(). Cool attribute, but I can't find it anywhere. The WF docs didn't integrate when I installed WF B2 on my system, so if it's in there, my apology for not finding it. (Someday I need to figure out how to get al ...Show All

  • CDO No of States

    How many No. of states that we can put in a state machine workflow Ravi, There isn't a hardcoded limit to the number of states you can use. That said, using an extremely large number of states might make your workflow hard to manage and design. Is there any particular scenario you were looking to implement with a large number of states Arjun ...Show All

  • Lazaro How to load conditions from a .rules file in a designer hosting application?

    I want to let my designer hosting application be able to read conditions from a .rules file after it reads a workflow from a .xoml file. What can I do That is why I said that the rule infrastructure writes the whole ruledefinitions each time. You don't have to do the combining - the Rule dialogs will do that for you. Can you tell me what is happening Are you getting an exception Why don't you try ...Show All

333435363738394041424344454647484950

©2008 Software Development Network

powered by phorum