Answer Questions
Geert Porteman AutomationFocusChangedEvent
I have a problem with AutomationFocusChangedEvent in in February CTP build of WPF. AddAutomationFocusChangedEventHandler works only for Window element. Will this event be supported in the future builds or is there any way to make it working Thanks. Hello Thomas, Adding a reference to UIAutomationClientSideProviders.dll didn't help. I still can get AutomationFocusChangedEvent only for Automation el ...Show All
lwulfers running legacy VC++ applications on Vista
Hi friends, We have legacy application VC++ (COM) built using VC 6.0 on XP machines. On trying to run this on vista,we are bumping into various issues. I want to be able to debug (5308 build) the application on vista. I tried installing VC 6.0 on vista, it doesnt work and our code doesnt build using VS 2005. I tried making debug build on XP and tried running it using VS 2005 on vista. VS 2005 on Vista ( 5308) complains that it cannot load deb ...Show All
Craig Harris Improvment to WMP 11? or 12? or... soon hopefully.
First off, I just want to thank everyone developing Windows Vista, we're over due for a new OS and from what I've seen from people who have downloaded it Vitsa It looks good, hard to say about the whole thing, but I'm excited. Where's the Suggestion box I have a problem with downloading multiple video's inside or out of Windows Media Player, When I try & download huge files it firsts "buffers" it, then once it has enough until it finishes ...Show All
Cittri Farms Order of events during persisting
I have a statemachine workflow with a custom persistence service attached (service set to unload on idle). When the workflow goes idle (waiting for an external event) I get the following sequence (writing to Debug out): 1. Workflow serialized: 30d157dd-60d1-444d-a86e-8b1b86119f18 / 13 2. Workflow idled / 13 3. Workflow persisted / 13 4. Workflow unloaded / 13 (13 = ManagedThreadId) My question is: Why is the workflow persisted (pt. 1) be ...Show All
Andie Kurniawan Running Loading a Graph From an External Process from DirectX documentation
I just copy the code from "Loading a Graph From an External Process " article of directX documentation and run it, but unfortunately it does not work properly the following code fails when debugging: if (FAILED(GetRunningObjectTable(0, &psROT))) { return E_FAIL; } the compelet code is: #ifndef STRSAFE_NO_DEPRECATE #define STRSAFE_NO_DEPRECATE #endif #include <windows.h> #include <dshow.h> #include ...Show All
Phillip Trelford Travel Example Application can't be built.
Travel Example Application can't be built.The mistake is :Error 2 Compilation failed. the value can't be null。 Parameter name: name C:\Windows Workflow Foundation\Examples\TravelDemo\2006-03-31\TravelApplication 0 0 You don't need WinFX installed but you do need Beta2.2 of Windows Workflow Foundation. Note that there is another thread on this topic: http://forums.microsoft.com/MSDN/ShowPost.aspx PostID=334191&SiteID=1 he ...Show All
rafaelc ASP.NET with beta 2.2
hello, does anyone know good asp.net samples with workflow 2.2 Try this pointer. Most of the samples discussed here are in reference to Beta 2.2 http://forums.microsoft.com/MSDN/ShowPost.aspx PostID=334599&SiteID=1 Thanks, Kushal. ...Show All
Tim Newsham GoTo Activity
Hi Is there a custom activity which implements the functionality of GO TO thanks Bobs Thanks Matt but neither will help in the type of flow I am talking about from what I understand. I havent yet looked at the state machine capabilities and this may be a possibility although I suspect they will not be able to handle the conncurrent flow capabilities we also need since I imagine the state workflow ...Show All
RAGolko123 Why themes needed in workflows?
Hi! I may be miss something, but why themes needed in workflows What is the reason for it Hi Paul! Thanks for response. I unmarked your post to be answer for now, because I need a little deeper understanding reasons why themes needed. My question is a little provocative. Hope you & other people help me get to answer I see that I can change themes, I can host workflow designer in my app, but who is the user of this feature Other de ...Show All
dncjp windows vista
how can i download windows vista and what is the procedure because i am browsing the microsoft web for 2 hrs i am a genuine windows xp user. There's no public beta available yet. It's available only to MSDN subscribers. 私 WINDOWS VISTA 正確 情報 得 。 宜 願 。 pls tel me how to get vista I'm sorr ...Show All
Anthony Fine TypeConverter not working
Hello, I have a property that is an IPAddress. I set the following dependency property public static DependencyProperty IpAddressProperty = DependencyProperty.Register( "IpAddress", typeof(IPAddress), typeof(PortCheckerActivity), new PropertyMetadata(IPAddress.Parse("127.0.0.1"), new Attribute[] { new ValidationOptionAttribute(ValidationOption.Required) })); Then the property declaration is: [Description(&quo ...Show All
Sherief Sameer GetActivityByName cannot find children activities inside a custome activity
I have a custom activity whit children activities. When I use this custom activity inside a workflow, I want to do Dynamic Updates to my custom activity. The problem is when I try to use transientWorkflow.GetActivityByName(activityName); it returns null. Is this supposed to happen Thanks in advance You need to use the qualified name. So if your Custom activity is named 'custom' and ...Show All
Thad Installing Visual Studio 2005 Pro on to Vista Beta2
hi I am currently trying to install Visual Studio .net 2005 Pro on to my vista beta 2 machine and its comming up saying that Windows XP SP2 is missing and its a min requirement. could this be becuase i am installing Visual studio that i got free for attending the Ready to launch tour here in the uk warmest regards Kenneth cheers william ill give that a try ! Wer ...Show All
Ridge rule engine standards
Can you please help me in understand what all standards are prevailing in rule engine industry. I came to know a few of them i.e. RuleML, BRML, SWRL, though I don’t know all of them. Also that RuleML is a part of SWRL and BRML is a part of RuleML. Please elaborate which of these standards are generally used in rule engines created for .net applications and why. Thanks Tic This post should ...Show All
eugene.z How can a new activity class be derived from a parent class that has a mandatory property?
I'm trying to use a new Workflow Activity Library project containing an activity class AChild that derives from class AParent which has a manadatory property. Because AParent has a manadatory property, my library project for class AChild won't compile (because AParent's validation rules complain that the mandatory property isn't set). What is the workaround/design pattern for creating activity libraries containing new activity classes ...Show All
