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

Software Development Network >> Windows Vista

Windows Vista

New Question

SharePoint Worflow project template
Using root activity parameters
Automation Unit Testing
Inheriting from SequentialWorkflow
About new WWF beta 1.2
Error Tooltip Glyph using WorkflowDesignerControl
Is Vista can support older WIA driver on XP?
How to show text on the preview video
WWF Thread Safety on Windows Forms
Alpha-Blended DirectX Overlay

Top Answerers

bvautier
Thorsten H
Bagus Ariston Darmayuda
cloudtan
Sir Hugo
Troy Neville
m.schwandner
bandoola
mbar62
Theeran
ClearSQL by Nordic Tree Software
Only Title

Answer Questions

  • XGR131 Workflow Tracking + Workflow Monitor = Almost working...

    I have been trying for several days now to get two types of WWF samples to work together: 1) TrackingSample(s) 2) WorkflowMonitor I am able to see the workflow in the monitor, however, the tracking events aren't available until after the workflow completes execution. My impressions and expectations from the documentation are that tracking / monitoring should work together during workflow execution, but in my particular case, that's not wha ...Show All

  • Michel Vista Activation

    Build 5112, error activating windows Vista, it said i need admi privilege but I am already an admin!!! Any help will be appreciated. Thanks. ...Show All

  • tpiazza55 Tiny question about MSDTC behaviour

    Can MSDTC abort\rollback transaction if I create instance of COM-object (COM object marked as "Transaction - Not supported" in "Component Services" snap-in) during "transactioned" part of .NET code Which way MSTDC will act We cant trace where exactly BizObjException throwns because it's happend not everytime, when service call that code but occasionally one or two during hour, or ...Show All

  • M-Star How can I save user-defined workflow state?

    in the SDKof WWF, a instance of user-defined workflow interface is given, but the question is, i don't know how to save the current designed workflow state, so i can't transfer and modify it next time, is there anyone who is familiar with this case thanks no one can reply me,or i didn't make my meaning plain. Are you hosting the workflow designer in your application and wanting to know how to save the workflow model that your user cr ...Show All

  • Blake Foster Windows SDK installation problem

    Hello, I have a problem installing Windows SDK. Belove is error log file. Any help is appriciated. Thank's Tatjana   Hi Tatjana, Are you installing the SDK to a networked drive or to a local drive I noticed a y: drive in your log. The SDK will not install properly to a networked drive. Please let me know if this was the problem. If not, there is another way we can pursue this. Thanks ...Show All

  • Funk workflow persistent

    Hello every body I have an application where i used a workflow and i persist it with the persistent service of workflow foundation but my problem is how to reload it. Please can someone help me thanks in advance So you need to invoke an event on a specific instance of the WF which is instantiated. Again the best pointer for this will be one of our samples located at - C:\Program Files\Microsoft SDKs\Windows Workflow Foundati ...Show All

  • BrianJones-Adroit Windows Vista Registry Layout

    Is there any Layout of windows vista registry Basically I want to make some tweaks to Vista in order to make certain peformance tests, but I need to disable screen saver, power saving, user tracking, recycle bin, etc, etc... Do you know where could I get the information I need to do that ...Show All

  • The_Geezer how

    Please explain the steps of windows sdk installation and usage. I know that I have to burn it to a dvd, but that is as far ans I can get. -Ben Information on signing up for the Beta is here . Go to http://www.microsoft.com/downloads/details.aspx FamilyId=13F8E273-F5EA-4B7B-B022-97755838DB94&displaylang=en Either click to download the setup.exe and have it ru ...Show All

  • BullZhot aka Klaes Threads in long running activities

    In my project we are going to provide quite a big library of custom activites. Most of them will take too long to be executed completely within Execute() method, so the idea is to spawn a new thread in Execute() and return immediately. It is really important to have these activities executed asynchronously from the main workflow thread because in a typical case there will be multiple such activities run in parallel. I've already seen others have ...Show All

  • Frundatz Beta2 - can't find system.workflow.* assemblies

    I have installed the January CTP, on a clean XP machine that had only VS 2005 RTM installed in the specified order: winfx runtime, Winfx SDK, VS ext for Winfx, then "Visual Studio 2005 Extensions for Windows Workflow Foundation Beta 2(EN).exe" When I create and compile an empty WF project, I get these errors: Metadata file 'System.Workflow.ComponentModel.dll' could not be found. Metadata file 'System.Workflow.Runtime.dll' c ...Show All

  • vsts2005 Vista Search Capabilities (more advanced search options?)

    Hi guys I would like to see if there is a decent question to my answer: Is there any work being made to the search capabilities of the windows explorer in Windows Vista to search for "extension" types instead of just the file name For instance, when you have a folder with about 1,000 image files which includes png files as well as jpg, bmp, gif, etc. and you want to look for a file called "park_picture", no matter what file extension it is ...Show All

  • bilbo08831 Changes from Windows SDK Beta 2 and last release

    Where can I find the what changes are between the last WinFX and Windows SDK and Beta 2 of WinFX and Windows SDK. The last version of WinFX that I am building and testing is version 3.0.50727.358 and my application has been working perfectly. I recently installed Windows Vista Beta 2 and my application crashes immediately. Not a problem. I can rebuild the application with new WinFX, Windows SDK, and component for VS 2005. Now I am getting ...Show All

  • HenryC Problem with update

    I updated my windows, then restarted it as instructed. I got this really nice message saying "The file wmp.dll a version number of 10.0.0.3990 where 10.0.0.3802 was expected Windows Media Player is not installed properly and must be reinstalled Do you wan to install the Player from the Microsoft Web site ". The problem is I have ALLOT of things on my windows media player and I dont want those to go away or me having to reorganize ALL 4 ...Show All

  • tom stucki Recognizing Gestures?

    I asked this over in the Avalon area, but it's really a tablet-and-WPF thing, so here goes... Can someone point me to an example of how to recognize simple gestures in WPF I've read lots of "Ink is buit-in in Avalon!" articles, and I've watched presentations that go even as far as using InkAnalyzer to recognize hand writing -- but all I'm looking for is something like recognition of a strike out, and I can't find one for a WPF ...Show All

  • rfinlay D3DERR_INVALIDCALL on device.SetRenderTarget

    I am trying to play a video in Direct3d device. I followed the sample "VMR9Allocator" of SDK to render VMR9 movie on D3D device, while using its interop in C#. i had to set render target of device to the initial one, at begining of every render loop device.SetRenderTarget(0,m_renderTarget); device.Clear(ClearFlags.Target, System.Drawing.Color.Black, 1.0f, 0); .... Draw sprites (including texture from movie frame)..... device.Pres ...Show All

606162636465666768697071727374757677

©2008 Software Development Network

powered by phorum