Answer Questions
Asen Asenov backward compatibility with windowsxp?
hi everyone, I have developed multiple applications for windowsxp (using prof-uis library to take advantage of winxp themes feature) and would like to know (since currently I am unable to run vista on my own) whether do I need to recompile all my applications so they can run under windows vista Or - all my application that were build for winXP (visual studio 2003) will run without any changes needed How will look like the UI of my winxp progr ...Show All
Navs How to create a Custom directshow source filter
error description: ..\DXSDK\Samples\C++\DirectShow\BaseClasses\ctlutil.h(278) : error C4430: missing type specifier - int assumed. Note: C++ does not support default-int Is there any new version dxsdk can solution the problem Must Rewrite these codes to solution the problem thinks for answer. Hello guy After days trying to working out these errors I lose patience. Impossible to compile baseclasses.dsw 1>.\winutil.cpp ...Show All
SoomroWaseem Windows Workflow Jan CTP
I just installed Windows Workflow January CTP. I noticed the API has greatly changed since the last released. It broke all the sample apps from the previous release I downloaded in December. Are there updated WinWF samples apps for the new release If there are, why didn't they get installed with the new release of WinWF How does one get them It is painful having to fix the old samples to get them to work. Also, is a separate forum or newgroup ...Show All
Jeddah Is there a filter or a known way to output only some frames of a movie?
Suppose I have an array of frame indices such as [0,4,5,6,10,15.. and so on] I would like that only those frames will be played on screen and all the others skipped. Is there a known good way to accomplish this Thanks in advance. The platform SDK has some RGB filter samples. Its the only place to start that I am aware of. Could you give a little more details please Thanks a lot. ...Show All
Jym How to get Workflowinstance from a StateMachineWorkflowActivity ?
Hi, I have created a statemachine workflow and exposed this as web service. Now i want to return workflowinstance from a method exposed through WebServiceResponse Activity. the problem is that i am able to get WorkflowInstanceId but not the workflowinstance. Interface IHelloWorld { Guid Process_Event(); //WorkflowInstance Process_Event(); void Review_Event(); void Approval_Event(); void Completed_Event(); ...Show All
Nezo Installing VirtualPC on Vista 5270
Hi guys, I realise that VirtualPC isn't supported on Vista, but has anyone managed to get networking support running My development environment is totally upside down - I want to run XP hosted in a VM on real hardware running Vista. Regards, Gavin Some further information - VirtualPC seems to work fine except for networking. I can access files on the host OS (Vista) using VPC's shared folder mechanism, but ...Show All
nuxuser Displaying Error Icons when hosting the Designer
I'm hosting the workflow designer in my own application. I'm trying to display the validation error icons on an activity when it is not configured properly. I've attached validators to my custom activities and by using the code: WorkflowTheme .CurrentTheme.ReadOnly = false ; WorkflowTheme .CurrentTheme.AmbientTheme.ShowConfigErrors = true ; WorkflowTheme .CurrentTheme.ReadOnly = true ; I can make the icons appear when the valid ...Show All
DemandPoint Change font size of onscreen keyboard for users with poor vision
Is there any way to change (programmatically or otherwise) the size of the onscreen keyboard on the Tablet platform Some users complain they can not read the keys and would like to see it larger. Is this possible If so, how Hi Barton: On Windows XP SP2 you cannot change the size of the Tablet PC Input Panel. On Windows Vista, the user can grab the lower right corner of the Input Panel and resize it. This will change the size of the keybo ...Show All
Peter T. ETA on SDK Compatible with RTM 2.0?
Is there any ETA on a version of the mobile SDK that works with .Net 2.0 RTM. I converted to that from Sept forgetting that the WinFX being available does not mean the ink analysis is available. You can download a 2.0 compatible version of the Tablet-SDK. 1.7 from http://www.microsoft.com/downloads/details.aspx FamilyID=69640b5c-0ee9-421e-8d5c-d40debee36c2&displaylang=en David Does this inc ...Show All
Sean Hederman Breakpoints not always active
I wanted to clarify how the workflow debugger was designed to work. Assume that I have two projects: ProjectA is a Winforms application (not a workflow project) and ProjectB is a WF DLL project containing my workflow. ProjectA hosts the WF runtime and starts the workflow that is defined in B. I can place a normal Visual Studio debugger breakpoint somewhere in the workflow code, for instance in the code-behind for a CodeActi ...Show All
Merzhin 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
RakeshShah Vista....named after a built in oven.
Oddly enough this name was no surprise. My mom has had a built in oven named Vista View for 41 years. I hope the view on the Vista destop is better than the view inside the oven in our home. ...Show All
SameerM Spawning multiple instances of the same workflow
I am currently using WWF v2.0beta and completed building a workflow project that handles one instance of the workflow. I am interested in making this project multithreaded and have it handle multiple instances. What is the correct process to do this What my program does is that it has a listener that waits for messages, when it gets a new message it should spawn off a new instance of the workflow. For the single insta ...Show All
Ratheesh WWF and SCORM
Is there any research or effort ongoing at Microsoft (James ) on using WWF in a SCORM compliant solution I'm referring to the ADL Sequencing specification (SCORM 2004 Sequencing and Navigation). Is Microsoft interested in SCORM at all There is very little info on Microsft.com on e-learning, specifically on Learning Management Systems (LMS). Looking at WWF and SCORM, it may be a task as simple as providing an XSLT transform between XOML (XA ...Show All
tfinniga capture audio from microphone
i am looking out for some help on how to capture audio...i made an application using directShow for video capture but dont know how to insert commands for voice capture..any sites u know..or any help do inform... I expect that your current code enums the video devices and connects the desired device to your output. To capture audio, you do essentially the same thing, except you enumerate audio capture devices. How far have you gotten ...Show All
