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

Software Development Network >> Windows Vista

Windows Vista

New Question

Grabbing a WorkflowInstance or StateMachineWorkflowInstance from an Activity's Execution context?
Sharepoint services
Passing credentials with Invokewebservice activity
Running Loading a Graph From an External Process from DirectX documentation
how to access output parameters from workflow
K2 captaris Vs Windows workflow
IndexOutOfRangeException while trying to access a workflow instance
Advice on where to begin
audio files properties lock/rasterize
WlanSetProfile() returns "Element Not Found"

Top Answerers

kjordan
Per-Ove R. J.
Joel-MMCC
Ayres
fustrated
fabianus
CA_VB2005er
Dag H. Baardsen
Maryello
SheRa
I Tech Zone
Only Title

Answer Questions

  • Eduardo A. Carro Converting SqlServer related workflow services for Oracle

    The various SqlServer related services, like SqlStatePersistanceService, SqlTrackingService and SqlTimerService are great. But if you're forced to use Oracle, how easy will it be to implement the same functionality. Would it be possible to reuse any of the bits Yes. OraMTS will allow you to enlist in DTS transactions. No.  These services/providers are designed specifically for SQL Server.  Howe ...Show All

  • Jason Locke Inspecting a State Machine Workflow

    Hi there!. I'm developing a State Machine Workflow. First, please let me put you in context: It’s like a form approval, but the form in cuestion has states (ie: Pending, OnCourse, Rejected, WaitingApproval, Approved) and if the form is Reject, the next State it’s OnCourse again doing a new iteration. I'm using Lab04 as example and I've definied the workflow until this point without problems, but now, when I'm going to code the "test h ...Show All

  • IntMain Vista UI lacks of Transitions, Fades and some other things

    I like Windows Vista very much, but when i compare the current December CTP [of which I am beta tester] with a Mac OS X Tiger video found on the apple homepage, Vista falls behind in some areas. What I find so pleasing in Mac OS X are the cool but not annoying transitions in various parts of the user interface. In Vista, except of the window minimize to taskbar, maximize from taskbar, window open and window close effects, there are none noticabl ...Show All

  • Wilfried Mestdagh How can I start instalation a Windows Vista os

    How can i start instalation of Windows Vista OS. I burn a DVD image, but i can not open it. I can read only a README file. What shall I do I am also seeing the same issue's. I burned the ISO file with Nero and also tried to mount the file to a Virtual drive and still am only seeing the Readme file. I figured I'd burn the ISO file to a DVD and do some reasearch at work but was prompted by nero that the disc ...Show All

  • Guy_Dupre External trigger for workflow initiation

    I'm still trying to get my head around WFW and want to use it for a common scenario we have here at our business (401K management), triggering new workflows based on business events generated outside the workflow. For example, if someone leaves their employer, their participation in the 401K plan is terminated. That business event will be generated via one worklow. Now, I'd want another workflow, potentially in another process space on another m ...Show All

  • timiil How define IDvdControl2 and IDvdInfo2 in C++

    Hi  my friends I have a trouble because I'm trying use the new interface of DVD with IDvdControl2 and  IDvdInfo2, I was reading in MSDN and there say than I must to define in this form IDvdControl2 *pDvdControl2; IDvdInfo2 *pDvdInfo2; but when I declaration these funtions and try to compile my C++ Language no recognize these funtion.... Only my Language can recognize these functions IDvdControl *pDvdControl; IDvdInfo *pDvdInfo; I d ...Show All

  • Juan Suarez Custom Activity - Probelm with EventSink Activity

    Hello, i tried to model a custom activity. This activity does contain of a) InvokeMethod Activity b) EventSink Activity out of the activity galery delivered. I also implemented a Service which I added to the workflow engine in order to connect the method invokation and the event sink. Then I build up a sequntial wf out of my custom activity. The method invoke activity within my custom activity works properly, but when my async. operation is fini ...Show All

  • Luis de Sousa MPEG-2 Demultiplexer under XP 64bit

    Hi All, Does anyone know is there any difference between the mpeg2 demux under 32bit windows and the one under 64 bit xp Since my BDA TV-watch app could work normally under 32 bit windows, somehow it fails on 64bit xp. Under xp-64, the TV video will lag seriously and I'm sure it's not due to the video decoder (because I record the stream directly from demux's output pin, and play the recorded file using mplayer, it still lag, just the same ...Show All

  • ayeli Where is the WorkflowMessageEventArgs gone?

    Hi Guys, I used the WorkflowMessageEventArgs in beta 1.2, is there anybody who can tell me in what namespace it's hidden in beta 2 thanks, Bernard You need to define the interface [ ExternalDataExchange ] public interface IEmailService { event EventHandler <EmailServiceEventArgs> ReceiveMail; void SendMail( ); } create an a service implementation and add service to runtime ExternalDat ...Show All

  • Raktim Uint16 and Unicode incompatibility?

    Another issue that I have run across which I have "fixed" is the following: was:     int l2 = wcslen(inputedString); and generated      error C2664: 'wcslen' : cannot convert parameter 1 from 'Uint16 *' to 'const wchar_t *' is now, is this the correct way to handle this or is there a better way.     int l2 = wcslen(reinterpret_cast<wchar_t*>(inputedString)); I found the following inf ...Show All

  • Merlinv Installing the SimplePipelineFilter

    Hi, Can someone help me with the information about installing the SimplePiplelineFilter from the WDK 5270. I have built the src code and have a sample config file. How do I install the filter and integrate it with the XPS Print path. Do I also need a config module Regards Sekhar Sekhar, My apologies for the delay in our response. You will need an inf to properly install the ...Show All

  • Marcin2k Installation Problem on XP

    Hi, i downloaded windows vista beta off microsoft.com, the site said i needed to download Winfx to install windows vista, so i did download it, i installed everything with no problems, but to the end it just goes off and thats it, nothing else happens, what am i doing wrong please and how do i get vista up on my desktop Hi,   Vista 32 bits or 64 bits Beta 5270 If you keep DVD (Vista) in the ...Show All

  • Daniel Stolt XOML vs. XAML

    On November 2005's Business and Workflow Conference over at the Campus some people of the WWF team said about the x o ml-extension that is was mor or less a typo and will be corrected in Beta 2. Was that correct or just a joke or was something wrong with the sushi Now we're on Beta 2.2, and in one of the most recent articles on workflow: " Developer Introduction to Workflows for Windows SharePoint Services V3 and SharePoint Server 2007 & ...Show All

  • Dekadans Why does ListenActivity always have two EventDrivenActivity

    Hey guys, I just started using WWF Beta 2 so I'm running into all those beginner things ;-) When I add a ListenActivity to a workflow by default it has two EventDrivenActivity. I can add more EDAs but I can't remove one of the two. I don't see a reason why I can't ahve a LA with only one EDA. Is that a bug or a feature Thanks, Christoph Christoph Wienands wrote: OK, I'll check it out. Do you ...Show All

  • JuanManuelC Creating ActivityExecutionContext

    Hi,     I am trying to execute a sequence that I have created in my custom activity.    The problem is that I have loaded the execution code in a different AppDomain and cannot serialize the ActivityExecutionContext to my execution code.  Therefore I do not have a context instance to start in my Execution method. In my constructor, I do the following. this .sequence = new Sequence (); // Sequen ...Show All

626364656667686970717273747576777879

©2008 Software Development Network

powered by phorum