Software Development Network Logo
  • Smart Devicet
  • SharePoint Products
  • Windows Forms
  • Microsoft ISV
  • SQL Server
  • Visual C#
  • VS Team System
  • Visual Studio
  • IE Development
  • .NET Development
  • Audio and Video
  • Visual FoxPro
  • Visual C++
  • Visual Basic
  • Game Technologies

Software Development Network >> Windows Vista

Windows Vista

New Question

Distributed Workflow using WF
One of multiple events handled by EventDrivenActivity: possible?
NLA API documentation
Custom Perisistence: There can only be one service of type "WorkflowPersistenceService"
Ctrl-Alt-Del in Vista
SQLTracking and Persistence
Raising an Event from a Workflow
Journaling hooks on Vista?
Video with SideShow
Delete WorkflowInstance from Database Tables

Top Answerers

ppccrunner
Steve1999
Rajesh batchu
frgu
pst_grant
TrevorD
vicky_dceian
jkushiner
Lawrence Sutton
Andy Ho
Anuj Executive Seminars
Only Title

Answer Questions

  • little_girl Error when opening xamlpad: Cannot locate resource 'xamlpadapp.baml'

    HI, I installed .net framework 3 beta2 and windows sdk on a clean system , no previous beta installed. when I try to run the xamlpad, a fatal error happens, I tried to debug then I got the detail error: ================================ An unhandled exception of type 'System.IO.IOException' occurred in PresentationFramework.dll Additional information: Cannot locate resource 'xamlpadapp.baml'. I have no idea aboout this. is there anyone can help me Hi Jimmy, Did you manage to fix this I am having the same problem and I'm not getting anywhere with it. Thanks Andy Hi, My colleage and me are strugling with the same problem.. 3 installations in XP and 1 in the latest vi ...Show All

  • ssharma registry permission

    you would need to open regedt32 and then from there you can change permission ...Show All

  • Nazmul Per App Volume not working for pure MIDI application

    Hi there, I am not sure if this is the correct forum, please direct me to the correct one if it is not. Thanks. My issue here is that I have a MIDI application that uses only midiOut******() API to playback MIDI files, the reason for this is that I need advanced control over the output of the MIDI sound. Thus every NotesOn or NotesOff or etc from MIDI command will be outputed to the Software Synth using midiOutShortMsg(). In this case I've realized that the system does not give me a "per app volume" that my application can play with. Which means that the only way to mute or change the volume of my application is to use the master volume. Is there any solution for this Thanks. Best Regards, ChiaFong. ...Show All

  • rwgreene Workflow Designer Rehosting and XAML Workflow

    Hi all, I am new to Windows Workflow. The XAML only workflow consists of custom activity which is defined in the 'test' namespace. The Namespace mapping construct maps Xml Namespace to the clr-namespace. I load this workflow in the workflow runtime. i.e. XAML Activation. This works fine. My problem is: I am trying to load the same XAML workflow in the workflow designer re-hosted using the WorkflowDesignerControl. The xoml is deserialised correctly and the root element 'MyRoot' is identified and added to the designer host. It cannot identify the child activities i.e. WriteLineActivity since it resides in a custom namespace and so the number of children for root element is 0. So only the root element is rendered on the designer and ...Show All

  • AaronTM Error when installing my application under Windows Vista RC2 (running object table?)

    Hi, I have just discovered that my installation fails on Windows Vista RC2. The installation was written under InstallShield 10.5 professional, as an "Installscript MSI project" and works properly on Windows 2000 and XP. I have recorded a log of the failure: Action ended 12:39:41: CostFinalize. Return value 1. MSI (c) (84:48) [12:39:41:188]: Doing action: SetServerDir Action 12:39:41: SetServerDir. Action start 12:39:41: SetServerDir. Action ended 12:39:41: SetServerDir. Return value 1. MSI (c) (84:48) [12:39:41:188]: Doing action: MigrateFeatureStates Action 12:39:41: MigrateFeatureStates. Migrating feature states from related applications Action start 12:39:41: MigrateFeatureStates. Action ended 12:39:41: MigrateFeatureStates. Return val ...Show All

  • Jeroen Vos transactions and ExternalDataExchangeService

    I have a state machine workflow that represents my process. At a pre defined time, a bunch of instances get kicked off. Then individual users interact with specific instances to move them through their states. Finally, at another pre defined time, I need to complete all the instances, followed by running a stored proc. To complete the instances I can just iterate through all the active ones and raise my ThingyCompleted event in my ExternalDataExchangeService. The trick is that I want all the event raising and the execution of a single stored proc to all happen in the same transaction. Since the stored proc is basically a rollup and needs to happen after all my workflow instances complete, it has to be run from the host (as opposed to ...Show All

  • baswegan Rehosting State Machine Workflow Designer

    Hi, Does anyone has a sample of a State Machine Workflow Designer posted somewhere Hope to hear from anyone as soon as possible. Thanks. Regards, Andrea Hi, The state machine designer is no different than the normal designer. There is a WorkflowMonitor in the WF samples that shows how to do it. Or Jon Flanders has a nice Atlas sample at http://www.masteringbiztalk.com/blogs/jon/PermaLink,guid,5880f478-b448-4c39-9f2e-382d942a7b82.aspx . One extra thing you need to do is use the LoadDesignerLayout function in the WorkflowDesignerLoader subclass OnEndLoad method to load the layout file. Also I just wrote up a simple sample of how to use the designer to generate an image of the workflow at http://ms ...Show All

  • Hassan Ayoub ProductId key location in the registry

    I need to find the ProductId key location in the registry for 64bit and 32 bit Vista. I know that for 32 bit it is located at HKLM\Software\Microsoft\ Windows NT\Current Version\ProductID Just want to know the correct location for Vista 64bit and XP 64bit. Thanks Windows XP 64 uses the same registry location as Windows XP 32. I don't know about Vista x64 Thanks, Gabriel Topala http:// www.gtopala.com ...Show All

  • Harri Pesonen kbfiltr example in ddk doesn't work?

    I have been using a modified version of the kbfiltr DDK example that I have been using to route data from a HID keyboard MSR up to user level for an OPOS "driver" for some time now on Win2k and XP. It works on 2k and XP but becuase I use IOCTLs it won't run on Vista. As I inderstand, IOCTLs are no longer allowed between user space and kernel space any more Installing it, Vista claims that the driver is not compatible with Vista, I believe this is the reason, but anyway... So I am starting over with the WinSDK/DDK sample "kmdf/kbfiler" This contains an alternate method of user level communication. However, after building the .sys file and the test program, then installing the filter driver on the MSR device, both t ...Show All

  • JGttttt Problem with custom AllocatorPresenter

    hi there! i'm using vmr7 with a customized allocator presenter. my allocator presenter basically just works as a proxy for the default component, only that i'm doing some drawing in the before i forward Calls to PresentImage(..). Everything works fine, but auf the user hits ctrl+alt+del and comes back to the desktop the video image is not showing anymore. In the sample application (directshow/vmr/renderless) after leaving the ctrl+alt+del screen the ChangeDDrawDevice gets called - with my allocator presenter it doesnt. seems like im forgetting something or am not really understanding the mechanisms.. how am i notified of the user leaving the ctr+alt+del screen thanks in advance for your help ...Show All

  • davidacoder TTM_SETTITLE leaks GDI Objects on Vista

    calling TTM_SETTITLE with null leaks GDI objects in Vista, you can verify that using GDI object count in the windows task manager. Is there another place to report bugs against vista You can use this program to reproduce the problem (I'm running on vista RC2): HWND hwndShell, hwndToolTip, hwndButton; WNDPROC oldProc; LRESULT CALLBACK newProc(HWND hWnd, UINT message, WPARAM wParam, LPARAM lParam) { switch (message) { case WM_MOUSEMOVE: SendMessage (hwndToolTip, TTM_SETTITLE, 0, 0); break ; } return CallWindowProc (oldProc, hWnd, message, wParam, lParam); } int APIENTRY _tWinMain(HINSTANCE hInstance, HINSTANCE hPrevInstance, LPTSTR lpCmdLine, int nCmdShow) { MSG msg; ...Show All

  • epsilon_ro Listing workflows - performance and design

    Hi All, My application manages and keeps track of some registration process. It stores metadata for documents, and for every document, it starts a new statemachine workflow instance. I store the workflow instance identifier (guid) for each document. What if, I'd like to list all the documents with the current state. I cannot reach the workflow states from SQL, therefore I have to run the query first, then go through the results and ask the workflow runtime for the current state of every row in the result. How fast could it be The other solution, if I store the state for every document in my metadata. It's easier to query, but I have to keep it synchronized with the workflow instance, and I stored the same data twice (in my database and in ...Show All

  • Oliver 123 IMpeg2Demultiplexer Problem:

    I am having problems programming the dsnetwork interface in my application. Strange errors show up and its help on msdn is totally messed up. Firstly, I wanna ask about the IID_IMulticastConfig. Where is it defined. I have added the dsnetifc.h as well but to no use, I cant find the CLSID for it. I hope someone here has worked on DsNetwork. I really need help on it! The interface is defined in the IDL file. Take a look at the midl compiler. There are a number of sources on the net that talk about this how this works. For example: http://www.cs.odu.edu/~wild/cs477/spring02/combasics.htm I think its time to jump to .net environment. The code is working fine no ...Show All

  • Chuck Cobb Can Activities defined in XOML file share data?

    Hi, I have seen an example "DesignerHostingApplication" where we define Prompt and Message activities and create XOML files and run them. My Question is How do we get the activities in the XOML to share data I want the answer for the Prompt Activities to be shared by Message Activity so that I can display the Answer as a part of Message. Please help Yes.When I create the xoml from the xml you have posted, It does not compile and throws the error I am using RC 3.0 the error in detail is Error:347:Couldnot deserialise member'Message'Could not set value '{ActivityBind PromptActivity1,path=Answer}' on Member 'Message' of type'ActivityLibrary.MessageActivity'.Objectof type ' ...Show All

  • Preston Moore Rules Driven UI sample--- ExternalRuleSetToolkit

    Hi, This is about setting up the database for Rules Driven UI sample : In the ReadMe file about setting up the sample database: Run the setup.cmd provided with the ExternalRuleSetToolkit sample here . This setup batch file will create Rules database on SQL Express and setup the Ruleset Table. This is a prerequisite to use this sample Where can I get ExternalRuleSetToolkit the link provided links to: http://wf.netfx3.com/ I searched and couldn't find it anywhere. Does ExternalRuleSetToolkit come with SDK Please help. You can find it here: http://wf.netfx3.com/files/folders/rules_samples/entry309.aspx Thanks a lot ...Show All

282930313233343536373839404142434445

©2008 Software Development Network

powered by phorum