Answer Questions
GAG1 WMI SNMP v3 provider
Hi all, is there a WMI SNMPv3 provider is it planned discarded postponed i did not find any information about this ... thanks and cheers semaphor The winsnmp Api only support snmp v2 now, from the msdn. So, maybe you should find the provider from other place like MG-soft. ...Show All
Carolyn Evans Vista (RC1) Bug??? An old Win32/DirectShow WMV player won't work under Vista RC1.
Hi, I've got an old DirectShow Win32 application (plays WMV video files) which works well under Win ME, 2000 and XP but does totally strange things under Vista RC1. First it fails to play a file, sometimes I see just the first frame. Then when I use IMediaControl to jump just a few seconds/frames forward the video starts playing but it is upside-down or actually mirrowed!!! This problem has nothing to do with WMV files I've got, the same happens when I play Vista's sample WMV files (C:\Users\Public\Videos\Sample Videos). I sripped down the brocken app to the minimum, here is the code (I compile it under Visual C++ .NET 2003). I appreciate any help. #define WIN32_LEAN_AND_MEAN #includ ...Show All
friggityfraggity Vihang's Re-hosting Workflow Designer example errors
Vihang, I am receiving the following message when using your Re-hosting example code: Property value is not valid. The Service 'System.Workflow.ComponentModel.Design.IExtendedUIService' musy be installed for this operation to succeed. Ensure that this service is available. Have you seen this before Is there a reason I cannot view the Invoked handler in the properties windows I look forward to hearing from you soon. Thanks in advance, John P. John - I have the code but cannot find your implementation of IExtendedUIService Jon, I have already done that and am still getting the error. I can send you the code if you want to see the error for yourself John P. What is the syntax for that ...Show All
Steve Eckhardt State workflow bug
Can anyone else verify this bug https://connect.microsoft.com/wf/feedback/ViewFeedback.aspx FeedbackID=171215 It's very basic - a state workflow won't correctly handle HandleExternalEvent if it's in an EventDriven which is at 'workflow' level, rather than inside a specific state. It will handle HandleExternalEvents if they are inside a state & eventdriven though. I have an example file if anyone wishes to look. EDS does throw an exception - its just that it catches it and doesn't consider it "fatal" so it eats it. Here's how I did it. First - on Tools-Options-Debugging - I disable "Just My Code" (this is the stupidest default they've ever put in VS IMO). Then bring up the exceptions dialog (Ctrl- ...Show All
b182f117 Track HandleExternalEventActivity states?
Hi I have a couple of custom activities which inherits from a class EventBase which inherits from HandleExternalEventActivity. My plan is to use SqlTrackingService to track whenever a workflow instance enters/completes such an activity. The idea is then when the host should raise an event it could query the SqlTrackingService for all instances that has entered the corresponding activity (but not completed meaning they are currently waiting for the event). And then the host would know which instances to raise the event to. My question is how such a query for instances that are qurrently inside an activity should look like In other words I would like to ask the SqlTrackingService "Give me all instances currently waiting for eve ...Show All
RostaB dhtmled.ocx will not register in vista
vista build 5384 The vista system will not register or allow any application to run the dhtmled.ocx! I have tried to programatically and manually register the control with admin rights but no such luck. Help please. http://blogs.msdn.com/ie/archive/2006/06/27/648850.aspx ...Show All
grolich Determine if WorkFlow is loaded.
Hey All, I'm trying to persist a workflow when my application closes unexpectedly. I have the SqlWorkflowPersistenceService running just fine. The frmMain_FormClosing works if the workflow is running, but fails if it has already completed. What should I be testing to see if the workFlowInstance is competed, or still running Eric AutoResetEvent m_WaitHandle; WorkflowInstance m_WorkflowInstance; private void btnStartWorkFlow_Click(object sender, EventArgs e) { Thread tl = new Thread(StartWorkFlow); tl.Start(); } private void StartWorkFlow() { using (WorkflowRuntime workflowRuntime = new WorkflowRuntime()) { m_WaitHandle = new AutoResetEvent(false); workflowRuntime.AddServic ...Show All
jovert CSource based Filter and dynamic pin creation/destruction
My filter derived from CSource. I have one input pin. This input pin derived from CBaseInput pin. I'll create my output pin after my input connected. However I'd like to destroy after my input pin disconnected. How should I do CSource::RemovePin couldn't delete pin. My filter's purpose is split. I'll create more than one output pins. Source filters aren't supposed to have inputs pins, not real connectable ones anyway. To create a splitter filter (like a parser) you need to derive from CBaseFilter in order to have full control over dynamic pin creation. You can look at sample filters like InfTee for how that part works. ...Show All
Oz22 PathGeometry not rendered?
I was just experimenting with a few things, but I was surprised that the following XAML gives no result: < Path Fill = " #FF000000 " > < Path.Data > < PathGeometry Figures = " M1.1015625,4.54765605926514L2.0859375,4.54765605926514 2.0859375,8.23320293426514 6.43359375,8.23320293426514 6.43359375,4.54765605926514 7.41796875,4.54765605926514 7.41796875,12.9499998092651 6.43359375,12.9499998092651 6.43359375,9.11796855926514 2.0859375,9.11796855926514 2.0859375,12.9499998092651 1.1015625,12.9499998092651 1.1015625,4.54765605926514z " FillRule = " Nonzero " /> </ Path.Data > </ Path > Regarding using createFromXaml and adding the line segments -- the CTP ...Show All
Alessandro Moacyr Duarte STANDBY power broadcast
Hi, I am working on interrupting the standby and hibernate of Windows Vista and am handling WM_POWERBROADCAST. I found that in XP the hibernate/standby msg parameter is PBT_APMQUERYSTANDBY while in vista it is now something else. can someone point me as to what the value changed to I cannot allow the machine to go into hibernate or standby. Hi, I have one problem. I'm calling SetSystemPowerState call to send the system to a sleep state in Windows Vista on a timer event. WM_POWERBROADCAST message is received, but the wParam is not set to PBT_APMSUSPEND. Instead, I'm getting PBT_RESUMECRITICAL message. Please explain me where the problem is coming and how can I solve that. Please note I'm working on WINDOWS VISTA and NOT XP (In XP, ...Show All
Rattlerr Any future for input controls?
I haven't seen a list of planned features for WPF/E but are there any plans to add input controls such as a textbox (and textarea type control), button, dropdown, etc. I know that gets into a whole different realm but I think to truly make WPF/E something capable of more than just fancy animations (which I admit I like), having input capabilities is necessary. Some very cool data entry forms could be built that handle validation, etc. in creative ways. Imagine a textbox shaking for instance (a mini textbox earthquake) when it contains invalid data. Or, correct textboxes could be faded out bringing the incorrect ones to the forefront so the user could see them better. Fly in a dropdown list containing car models once a manufacturer has ...Show All
MegaBYTE444064 Here's How To Use Your Own Bind Dialog
Hello Everyone, I've created my own custom PropertyBindDialog because the one that Microsoft provides is pretty deficient. Unfortunately my own custom PropertyBindDialog will not be used after I call Activity.SetBinding - after I do this for a given property my own custom PropertyBindDialog is ignored and the Microsoft BindDialog is used. Here's some of my source code... The problem occurs when I call SetBinding on the property Test. After I call SetBinding, my PropertyBindDialog is no longer used when I want to edit the Test property - the Microsoft BindDialog is used and my custom PropertyBindDialog is ignored. Anyone out there have any ideas namespace MyActivityLibrary { public partial class MySpe ...Show All
TCSC Show Select User or Group Dialog
Hi, How can I show Select User or Group Dialog that allow user to list and select users or groups on Active Directory Thanks, Pound ...Show All
Sonia G. reading event log; compatibility xp and vista
I have posted this on the vista sdk forum. As this is also a compatibility issue, I am posting this on the compatibility forum also. I have an application in unmanaged VC++ working successfully on XP. However when I run the application on vista I get errors. The application creates an event, and uses the NotifyChangeEventLog sdk function to notify my application of any new event being written to the windows event log. I then use the ReadEventLog to read the event log record. All these functions are supported on the Vista and works fine. However, things get murky hereafter for the vista. I use the registry to read the EventMessageSourceDLL which then provides me the event description. However this part is not working on Vista, ...Show All
Mikkel Haugstrup Radeon 9550 blue screen crash
i have radeon 9550 and im using windows vista ultimate everything works fine except in crashes time to time with blue screen. my current driver for radeon 9550 is (Microsoft Corporation - WDDM) vr. 8.31.100.321 is the driver from ati radeon website for windows vista betteR just dont want my computer to crash thats all i want please help I had the same problem in XP. Computer would crash sometimes on boot up or sometimes it can be running fine for hours than all of a sudden it would crash with various BSoD's like IRQL_NOT_LESS_OR_EQUAL and other such problems. I removed my ATI card and tried the onboard Intel 865G video but also had spontaneous crashes although not as frequent or sever ...Show All
