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

Software Development Network >> Windows Vista

Windows Vista

New Question

Query WWF Objects
Problem exposing webservice after renaming workfow
Query for pending Activities with access prvilages for a specific role/user
MSVidCtl . dll / DirectShow and C#.
Synchronization of Workflow instances?
More reading material
Registry Access in Managed Form Application
Seeking Suggestions on DirectX - A simple Measuring tool
WM_PRINTCLIENT trouble with IVMRWindowlessControl9::RepaintVideo
StateMachineWorkflowInstance.StateMachineWorkflow.StatusChanged Event does not fire.

Top Answerers

SSIS_rookie
sourind
Jellcat
Toghian
AleV
Elijah
teh squirrel
KMahon
evrenokcu
WhatSayYou
Chris and Stefan - Visual
Only Title

Answer Questions

  • ASG Vista SDK topics for search and organize

    there are lots of good SDK topics to discuss under this general heading (start with the Vista SDK). 1) metadata, and the property system use by the shell and MS Search 2) how to program MSS including remote queries 3) how to extend the property system for a custom file type or for existing file types 4) using shell controls for presenting items (ExplorerBrowser, NameSpaceTreeControl) 5) thumbnails, icons, preview handlers and the thumbnail cach ...Show All

  • vipinmathews 'advanced' tracking

    For the system we are building we need to present users with tracking information about the status of his/her workflows. This information should be presented in an understandable format and include workflow variables (i.e. "travel request for PjV to Tech-Ed in Barcelona; waiting for approval from M.A. Nager", where "PjV", "Tech-Ed", "Barcelona" and "M.A. Nager" are instance variables.) The tracking service seems most fit for this requiremen ...Show All

  • cguy1 OpenSCManager() access deny

    I do like to install a service for a general purpose driver. I try to programming below :  hServiceControlManager = OpenSCManager(NULL, NULL, SC_MANAGER_ALL_ACCESS);  hDriverService = CreateService(   hServiceControlManager,   DRIVER_SERVICE_NAME,   DRIVER_SERVICE_DISPLAY_NAME,   DRIVER_SERVICE_ACCESS,   SERVICE_KERNEL_DRIVER,   SERVICE_DEMAND_START,  & ...Show All

  • MagnaX Workflow hangs after initialization with a collection argument

    Hi I'm trying to initialize a sequential workflow with a collection wrapper class instance using the named arguments parameter. If the class inherits from a generic collection then the workflow executes fine. However if the class does not specialise off the collection type but just aggregates the collection, then the workflow appears to be suspended attempting to invoke an external method on a data exchange service instance which requir ...Show All

  • lucasjordan Change delay Activity of State Machine Workflow dynamically

    Hi I have following problem. My state machine workflow contains a state in which three EventDriven activities are contained. One of them contains a DelayActivity, to escalated the Workflow if a certain amount of time is exceeded. I would like to disable the EventDriven Activity or the Delay activity. No matter which. I just want to disable the whole delay process. I would also like to enable it again, if certain properties get set in the m ...Show All

  • Imre Fabian Change state from host when workflow calls External Method?

    Hi, I have a state which calls an ExternalMethod in its StateInitialization. I need to call EventA or EventB inside ExternalMethod - LookUpPatient StateA StateInit : call ExternalMethod LookUpPatient EventA => I need to trigger this from Host during LookUpPatient call EventB What I am doing now is to call back to host from LookUpPatient and then forward the request to the UI thread (using this.dispatcher.beginvoke) a ...Show All

  • Importeck Segoe UI

    Please make the lower case i not a circle dotted lower case i...reason is its so hard to read at lower sizes...vertical 2 pixel dot is now a 1 pixel dot for the lower case i ... this also looks ugly on large scale type... if you dont want the dot in the lower case i readable then you might aswell make the upper case I look like lower case l... well iv asked most of my friends and they can hardly see it aswell... i think belw the dot shoul ...Show All

  • Arindam Biswas XPS Name when Sent to Printer

    Hi, I am creating a XPS document which i am later sending to a print (which produces a file. e.g. PDF Printer, Microsoft Document Imaging Printer) However the default file name is always "System.Windows.Document". I have tried setting various properties on the XPS document and XPS Package. However non of them seem to affect this default name. Is there anyway i can set this many thanks Arran ...Show All

  • Ghawas Activity Property Binding

    I have two custom activities, the first is a custom event sink and the second is a custom method invoke. Both custom activities have a property called "User". I have built a workflow  that looks like this: [State]   [Event Driven]      [Custom Event Sink]               (property User)      [Custom Method Invoke]  &nb ...Show All

  • Gregg Miskelly ACPI Not fully compliant for 5308

    I can't find much info regarding this issue for a M35x-S111 Toshiba Satellite. It gets as far as loading the setup files then imediately it goes to the Blue screen. Any help would totally rule. go to RUN and type dxdiag, click yes. then reply back with info on ur computer. and i'll see if i can help you out Bueller Bueller Anyone Intel Cele ...Show All

  • MohammadSamara Dynamic workflow and workflow instance.

    Hi there, when I modify the workflow in the runtime, there are two questions: 1. what happens when the workflow instance is persisted and reloaded later It's going to keep the modified workflow in the persistent storage Do I have to run the same code to modify the flow again when it's reloaded 2. Does the modified workflow only apply to the current workflow instance or affect all the current running instances Appreciate any comment. ...Show All

  • D Wall Which Ati Drivers for my X800PRO?.I have 5308

    I dont want to screw up my computer cause when i tryed to install the xp 64 drivers, i got errors about running in admisistrator mode(which i was in). And for some reason, the 5270 Drivers dont work.. Thanks for the replies. I'm using build 5308 as well, and i'm having trouble with the ati 5270 catalyst drivers as well. my card is an ati radeon x800 xt pe. I'm afraid you're up the creek without a paddle for now, unless you have a 3rd part ...Show All

  • CRickert WWF server and client

    What does it mean that Windows Workflow Foundation is available for both client and server versions of Windows. witch is the server and witch is the client how to i get them If you mean the server and client versions of Windows Workflow Foundation, there is only one version and it works on both. To download the Feb CTP build you can go to www.windowsworkflow.net , on the main page there is a link. Th ...Show All

  • bhanoji Inheriting from SequentialWorkflow

    I'm looking into using Windows Workflow Foundation as part of one of our applications. Users will be able to create their own workflows.  I'd like to be able to require our users to use workflows that meet certain requirements (e.g. have certain inputs). To do this, I was thinking that it would be nice to be able to create a base class that defines the input parameters to the workflow and perhaps some common methods to get at the data. U ...Show All

  • denszon Workflow from XAML with Custom Activity

    Hi people! I'm trying to run the ideas/examples exposed in the article: Simplify Development With The Declarative Model Of Windows Workflow Foundation http://msdn.microsoft.com/msdnmag/issues/06/01/WindowsWorkflowFoundation/toc.asp In the article, the authors load the workflow dinamically from a xaml file. In the xaml file is a reference to an custom activity in the same assembly. I can't found the source code of the article.... Has anyone a ...Show All

828384858687888990919293949596979899

©2008 Software Development Network

powered by phorum